Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


Uses of Class
oracle.security.am.asdk.AccessClient

Packages that use AccessClient
oracle.security.am.asdk This is the OAM 11g version of the authentication and authorization API to be used for new development work. 

 

Uses of AccessClient in oracle.security.am.asdk

 

Methods in oracle.security.am.asdk that return AccessClient
static AccessClient AccessClient.createDefaultInstance(AccessClient.CompatibilityMode mode)
          Returns a reference to a Singleton object of AccessClient.
static AccessClient AccessClient.createDefaultInstance(java.lang.String configLocation, AccessClient.CompatibilityMode mode)
          Returns a reference to a Singleton object of AccessClient.
static AccessClient AccessClient.createInstance(java.lang.String loggerName, AccessClient.CompatibilityMode mode)
          Returns a reference to a new object of AccessClient.
static AccessClient AccessClient.createInstance(java.lang.String configLocation, java.lang.String loggerName, AccessClient.CompatibilityMode mode)
          Returns a reference to a new object of AccessClient.
static AccessClient AccessClient.getDefaultInstance()
          Returns a reference to the Singleton object of AccessClient; if already created.

 

Methods in oracle.security.am.asdk with parameters of type AccessClient
static java.util.Hashtable UserSession.getSessionAttributes(AccessClient aClient, java.lang.String sessionId)
          To get the attributes for the given sessionId using the specified AccessClient object.
static java.util.Set UserSession.getSessionIds(AccessClient aClient, java.lang.String userId)
          To get the SessionIds of the given LDAP userid using the specified AccessClient object.
static boolean UserSession.setSessionAttributes(AccessClient aClient, java.lang.String sessionId, java.util.Hashtable sessionDetails)
          To update the details for the given sessionId using the specified AccessClient object.
static void UserSession.terminateSession(AccessClient aClient, java.lang.String sessionId)
          To terminate the Session of the given sessionId using the specified AccessClient object.

 

Constructors in oracle.security.am.asdk with parameters of type AccessClient
AuthenticationScheme(AccessClient aClient, ResourceRequest resReq)
          Constructs AuthenticationScheme object for the specified ResourceRequest using specified AccessClient object.
AuthenticationScheme(AccessClient aClient, java.lang.String schemeId)
          Constructs AuthenticationScheme object for the specified scheme id using specified AccessClient object.
PseudoUserSession(AccessClient aClient, ResourceRequest resReq, java.util.Hashtable credentials, boolean authorize)
          Constructs a PseudoUserSession object with specified parameters.
PseudoUserSession(AccessClient aClient, ResourceRequest resReq, java.util.Hashtable credentials, boolean authorize, java.lang.String location)
          Constructs a PseudoUserSession object with specified parameters.
ResourceRequest(AccessClient aClient, java.lang.String resType, java.lang.String resource, java.lang.String operation)
          Constructs a ResourceRequest object with specified AccessClient object, resource type, name and operation.
ResourceRequest(AccessClient aClient, java.lang.String resType, java.lang.String resource, java.lang.String operation, java.util.Hashtable parameters)
          Constructs a ResourceRequest object with specified AccessClient object, resource type, name, operation and parameters name/value pair hashtable.
UserSession(AccessClient aClient)
          Constructs a UserSession object
UserSession(AccessClient aClient, ResourceRequest resReq, java.util.Hashtable credentials)
          Constructs a UserSession object by calling the authenticate method using specified AccessClient object.
UserSession(AccessClient aClient, ResourceRequest resReq, java.util.Hashtable credentials, java.lang.String location)
          Constructs a UserSession object by calling the authenticate method using specified AccessClient object.
UserSession(AccessClient aClient, java.lang.String sessionToken)
          Constructs a UserSession object with specified token and AccessClient object
UserSession(AccessClient aClient, java.lang.String sessionToken, boolean lazyload)
          Constructs a UserSession object by calling the authenticate method using the specified AccessClient object.
UserSession(AccessClient aClient, java.lang.String sessionToken, boolean lazyload, boolean updateToken)
          Constructs a UserSession object with specified token on demand with AccessClient object.

 


Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


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