Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Interface LoginService


public interface LoginService

Method Summary
 java.util.List<SecurityMember> getUserGroups()
          Not a WebMethod
 SecurityMember getUserInfo()
           
 void login()
          Establishes a services session.
 void logout()
          Releases a services session.

 

Method Detail

login

void login()
           throws ImagingException
Establishes a services session.
Throws:
ImagingException

logout

void logout()
            throws ImagingException
Releases a services session.
Throws:
ImagingException

getUserInfo

SecurityMember getUserInfo()
                           throws ImagingException
Throws:
ImagingException

getUserGroups

java.util.List<SecurityMember> getUserGroups()
                                             throws ImagingException
Not a WebMethod
Throws:
ImagingException

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.