Skip navigation links

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

E22472-01

A B C E F G H I L O P R S T U V


A

AccessClient - Class in oracle.security.am.asdk
Implements AccessClient Class.
AccessClient.CompatibilityMode - Enum in oracle.security.am.asdk
 
AccessException - Exception in oracle.security.am.asdk
An AccessException is thrown by the OAM Access SDK API whenever unexpected, unrecoverable errors occur between the Access SDK and the OAM Server.
AccessException() - Constructor for exception oracle.security.am.asdk.AccessException
Constructs an AccessException object with default error message
AccessException(Exception) - Constructor for exception oracle.security.am.asdk.AccessException
Constructs an AccessException with the specified exception object
AccessException(String) - Constructor for exception oracle.security.am.asdk.AccessException
Constructs an AccessException with the specified message
AccessException(Throwable) - Constructor for exception oracle.security.am.asdk.AccessException
Constructors an AccessException based on cause.
AccessException(String, Throwable) - Constructor for exception oracle.security.am.asdk.AccessException
Constructs an AccessException with the specified message and throwable cause
AccessException(Throwable, String, Object...) - Constructor for exception oracle.security.am.asdk.AccessException
Constructor based on message, cause and parameters.
AccessException(String, Object...) - Constructor for exception oracle.security.am.asdk.AccessException
Constructor based on message and parameters.
AuthenticationScheme - Class in oracle.security.am.asdk
Represents an Authentication Scheme and provides functionality to access related information.
AuthenticationScheme(String) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified scheme id.
AuthenticationScheme(AccessClient, String) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified scheme id using specified AccessClient object.
AuthenticationScheme(ResourceRequest) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified ResourceRequest.
AuthenticationScheme(AccessClient, ResourceRequest) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified ResourceRequest using specified AccessClient object.
AWAITINGLOGIN - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
AWAITINGLOGIN - Static variable in class oracle.security.am.asdk.BaseUserSession
 

B

BaseUserSession - Class in oracle.security.am.asdk
BaseUserSession class implements APIs common to UserSession and PseudoUserSession.

C

clearActions() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
clearActions() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Clears all information pertaining to actions that was retrieved as part of previous authentication or authorization operation.
clearActions() - Method in class com.oblix.access.ObUserSession
Deprecated.  
clearActions() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Clears all information pertaining to actions that was retrieved as part of previous authentication or authorization operation.
clearActions() - Method in class oracle.security.am.asdk.BaseUserSession
Clears all information pertaining to actions that was retrieved as part of previous authentication or authorization operation.
clone() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Used to clone ObAuthenticationScheme Objects.
clone() - Method in class com.oblix.access.ObResourceRequest
Deprecated. Used to clone ObResourceRequest Objects.
clone() - Method in class com.oblix.access.ObUserSession
Deprecated. Used to clone ObUserSession Objects.
clone() - Method in class oracle.security.am.asdk.AuthenticationScheme
Used to clone AuthenticationScheme Objects.
clone() - Method in class oracle.security.am.asdk.ResourceRequest
Used to clone ResourceRequest Objects.
clone() - Method in class oracle.security.am.asdk.UserSession
Used to clone UserSession Objects.
com.oblix.access - package com.oblix.access
This is an OAM 10g version of the authentication and authorization API available for compatibility with programs written with an OAM 10g JNI ASDK.
createDefaultInstance(AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createDefaultInstance(String, AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createInstance(String, AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new object of AccessClient.
createInstance(String, String, AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new object of AccessClient.

E

ERR_AUTHN_PLUGIN_DENIED - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_AUTHN_PLUGIN_DENIED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_DENY - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_DENY - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_IDLE_TIMEOUT - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_IDLE_TIMEOUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_INCONCLUSIVE - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_INCONCLUSIVE - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_INSUFFICIENT_LEVEL - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_INSUFFICIENT_LEVEL - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_INVALID_CERTIFICATE - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_INVALID_CERTIFICATE - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_MOD_USER_FAILED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_NEED_MORE_DATA - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_NEED_MORE_DATA - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_NO_USER - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_NO_USER - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_NOT_LOGGED_IN - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_NOT_LOGGED_IN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_PASSWORD_CHANGE_ON_RESET - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_PASSWORD_CHANGE_ON_RESET - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_PASSWORD_EXPIRED - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_PASSWORD_EXPIRED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_SESSION_TIMEOUT - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_SESSION_TIMEOUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_UNKNOWN - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_UNKNOWN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_USER_LOCKED_OUT - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_USER_LOCKED_OUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_USER_REVOKED - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_USER_REVOKED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_WRONG_PASSWORD - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
ERR_WRONG_PASSWORD - Static variable in class oracle.security.am.asdk.BaseUserSession
 
EXPIRED - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
EXPIRED - Static variable in class oracle.security.am.asdk.BaseUserSession
 

F

finalize() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated.  
finalize() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Cleans up native ObAuthenticationScheme objects.
finalize() - Method in class com.oblix.access.ObResourceRequest
Deprecated. Internal Use Only.
finalize() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Cleans up native ObResourceRequest objects.
finalize() - Method in class com.oblix.access.ObUserSession
Deprecated.  
finalize() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Cleans up native ObUserSession objects.

G

getAction(String, String) - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getAction(String, String) - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns action corresponding to the action name and type specified.
getAction(String, String) - Method in class com.oblix.access.ObUserSession
Deprecated.  
getAction(String, String) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns action corresponding to the action name and type specified.
getAction(String, String) - Method in class oracle.security.am.asdk.BaseUserSession
Returns action corresponding to the action name and type specified.
getActions(String) - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getActions(String) - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns hashtable containing actions in the form of name/value pairs of String type for specified actionType.
getActions(String) - Method in class com.oblix.access.ObUserSession
Deprecated.  
getActions(String) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns hashtable containing actions in the form of name/value pairs of String type for specified actionType.
getActions(String) - Method in class oracle.security.am.asdk.BaseUserSession
Returns hashtable containing actions in the form of name/value pairs of String type for specified actionType.
getActionTypes() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getActionTypes() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns string array of all the action types returned by the OAM server as part of authentication or authorization.
getActionTypes() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getActionTypes() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns string array of all the action types returned by the OAM server as part of authentication or authorization.
getActionTypes() - Method in class oracle.security.am.asdk.BaseUserSession
Returns string array of all the action types returned by the OAM server as part of authentication or authorization.
getAllChallengeParameters() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns all the challenge parameters specified during configuration for a given authentication scheme
getAllChallengeParameters() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns all the challenge parameters specified during configuration for a given authentication scheme, for example userid,password
getAllChallengeParameters() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns all the challenge parameters specified during configuration for a given authentication scheme for example userid, password.
getAllItems() - Static method in class com.oblix.access.ObConfig
Deprecated. Returns all the configuration settings from the configuration file before connecting to the server, or the configuration fetched from the server
getAuthorizationParameters() - Method in class com.oblix.access.ObResourceRequest
Deprecated. Returns parameters required for authorization of the resource.
getAuthorizationParameters() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Returns parameters required for authorization of the resource.
getAuthorizationParameters() - Method in class oracle.security.am.asdk.ResourceRequest
Returns parameters required for authorization of the resource.
getChallengeParameter(String) - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns a value of a given challenge parameters by name, as specified during configuration
getChallengeParameter(String) - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns a value of a given challenge parameter by name, as specified during configuration
getChallengeParameter(String) - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns challenge parameter value specified in authentication scheme
getClientDiagnosticInfo() - Static method in class com.oblix.access.ObDiagnostic
Deprecated. Returns the diagnostic information about the connectivity to OAM servers including host, port, time since when the connection is established and the server state.
getClientDiagnosticInfo() - Method in class oracle.security.am.asdk.AccessClient
Returns the diagnostic information about the connectivity to OAM servers including host, port, time since when the connection is established and the server state.
getConfigurations() - Method in class oracle.security.am.asdk.AccessClient
Returns all the configuration settings from the configuration file before connecting to the server, or the configuration fetched from the server
getDefaultInstance() - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to the Singleton object of AccessClient; if already created.
getDirectoryDiagnosticInfo() - Static method in class com.oblix.access.ObDiagnostic
Deprecated. Returns the diagnostic information from the OAM server about the Directory Servers used to store User, Policy, Config information.
getDirectoryDiagnosticInfo() - Method in class oracle.security.am.asdk.AccessClient
Returns the directory diagnostic information from the OAM 10g servers about the Directory Servers used to store User, Policy, Config information.
getError() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getError() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns the error number from the most recent authentication or authorization Error
getError() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getError() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the error number from the most recent authentication or authorization failure Error
getError() - Method in class oracle.security.am.asdk.BaseUserSession
Returns error number determined by the most recent authentication or authorization.
getErrorMessage() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getErrorMessage() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns the detailed error message for the authentication or authorization failure
getErrorMessage() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getErrorMessage() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the detailed error message for the authentication or authorization failure
getErrorMessage() - Method in class oracle.security.am.asdk.BaseUserSession
Returns detailed error message pertaining to authentication or authorization failure.
getItem(String) - Static method in class com.oblix.access.ObConfig
Deprecated. Returns the value for the specified configuration item name
getLastUseTime() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getLastUseTime() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the time in seconds from Jan 1 1970 till the most recent user request was authorized.
getLastUseTime() - Method in class oracle.security.am.asdk.UserSession
Returns the time in seconds from Jan 1 1970 till the most recent user request was authorized.
getLevel() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns the numeric authentication level as specified during authentication scheme configuration
getLevel() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns the numeric authentication level as specified during authentication scheme configuration
getLevel() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getLevel() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns the level of authentication scheme used to authenticate the user
getLevel() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getLevel() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the level of authentication scheme used to authenticate the user
getLevel() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns the numeric authentication level as specified during authentication scheme configuration
getLevel() - Method in class oracle.security.am.asdk.BaseUserSession
Returns value representing the authentication scheme level used to authenticate the user.
getLevel() - Method in class oracle.security.am.asdk.UserSession
Returns authentication scheme level used to authenticate the user.
getLocation() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getLocation() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns the IP address of the user's client
getLocation() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getLocation() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the IP address of the user's client
getLocation() - Method in class oracle.security.am.asdk.BaseUserSession
Returns the IP address of the client as specified by the application while creating the session.
getLocation() - Method in class oracle.security.am.asdk.UserSession
Returns the IP address of the user's client
getMask() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns integer value of authentication challenge method used for protecting the resource.
getMessageID() - Method in exception oracle.security.am.asdk.AccessException
Returns message id if it was passed on creation.
getName() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns the display name of the authentication scheme
getName() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns the authentication scheme name
getName() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns the authentication scheme name
getNAPVersion() - Static method in class com.oblix.access.ObConfig
Deprecated. Returns NetPoint Access Protocol Version.
getNAPVersion() - Static method in class oracle.security.am.asdk.AccessClient
Returns Oracle Access Protocol version.
getNumberOfActions(String) - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getNumberOfActions(String) - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns number of actions of the specified type that are associated with the specified user session.
getNumberOfActions(String) - Method in class com.oblix.access.ObUserSession
Deprecated.  
getNumberOfActions(String) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns number of actions of the specified type that are returned by OAM server as part of authentication or authorization.
getNumberOfActions(String) - Method in class oracle.security.am.asdk.BaseUserSession
Returns number of actions of the specified type that are returned by OAM server as part of authentication or authorization.
getNumberOfAuthorizationParameters() - Method in class com.oblix.access.ObResourceRequest
Deprecated. Returns count of parameters required for authorization of this resource.
getNumberOfAuthorizationParameters() - Method in class oracle.security.am.asdk.ResourceRequest
Returns count of parameters required for authorization of the resource request object.
getNumberOfChallengeParameters() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns the current number of challenge parameters in authentication scheme
getNumberOfChallengeParameters() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns number of challenge parameters in authentication scheme.
getNumberOfChallengeParameters() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns number of challenge parameters in authentication scheme
getNumberOfItems() - Static method in class com.oblix.access.ObConfig
Deprecated. Returns the count of configuration variables in configuration file.
getOperation() - Method in class com.oblix.access.ObResourceRequest
Deprecated.  
getOperation() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Returns Http method for a given ObResourceRequest object
getOperation() - Method in class oracle.security.am.asdk.ResourceRequest
Returns Http method for resource request object
getParameters() - Method in class com.oblix.access.ObResourceRequest
Deprecated.  
getParameters() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Returns query parameters used to define a resource.
getParameters() - Method in class oracle.security.am.asdk.ResourceRequest
Returns query parameters in the form of name/value pairs of String type.
getParams() - Method in exception oracle.security.am.asdk.AccessException
Returns the parameters of the exception message.
getRedirectUrl() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns the URL specified during configuration, to be used for redirecting the clients for authentication
getRedirectUrl() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Returns the URL specified during configuration, to be used for redirecting the clients for authentication
getRedirectUrl() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns the URL specified during configuration, to be used for redirecting the clients for authentication
getResource() - Method in class com.oblix.access.ObResourceRequest
Deprecated.  
getResource() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Returns resource
getResource() - Method in class oracle.security.am.asdk.ResourceRequest
Returns resource
getResourceType() - Method in class com.oblix.access.ObResourceRequest
Deprecated.  
getResourceType() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Returns resource type
getResourceType() - Method in class oracle.security.am.asdk.ResourceRequest
Returns resource type
getSchemeId() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns the scheme id
getSchemeId() - Method in class oracle.security.am.asdk.ResourceRequest
Returns authentication scheme id used to protect the resource
getSDKVersion() - Static method in class com.oblix.access.ObConfig
Deprecated. Returns Access Server API Version.
getSDKVersion() - Static method in class oracle.security.am.asdk.AccessClient
Returns the OAM Access SDK version number.
getServerDiagnosticInfo() - Static method in class com.oblix.access.ObDiagnostic
Deprecated. Returns the diagnostic information from the OAM server containing server health, host, port, number of connections.
getServerDiagnosticInfo() - Method in class oracle.security.am.asdk.AccessClient
Returns the diagnostic information from the OAM server containing server health, host, port, number of connections.
getSessionAttributes(String) - Static method in class oracle.security.am.asdk.UserSession
To get the attributes for the given sessionId
getSessionAttributes(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
To get the attributes for the given sessionId using the specified AccessClient object.
getSessionIds(String) - Static method in class oracle.security.am.asdk.UserSession
To get the SessionIds for the given LDAP userid.
getSessionIds(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
To get the SessionIds of the given LDAP userid using the specified AccessClient object.
getSessionToken() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getSessionToken() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the serialized representation of user session
getSessionToken() - Method in class oracle.security.am.asdk.UserSession
Returns the saved, encrypted ASCII string representing the user session.
getStartTime() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getStartTime() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns time in seconds from Jan 1 1970 till authenticated user session was started.
getStartTime() - Method in class oracle.security.am.asdk.UserSession
Returns time in seconds from Jan 1 1970 till authenticated user session was started.
getStatus() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getStatus() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Provides integer value representing the current status of the session.
getStatus() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getStatus() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Provides integer value representing the current status of the session.
getStatus() - Method in class oracle.security.am.asdk.BaseUserSession
Provides integer value representing the current status of the session.
getStatus() - Method in class oracle.security.am.asdk.UserSession
Provides integer value representing the current status of the session.
getUserIdentity() - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
getUserIdentity() - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Returns the DN of the user's profile entry in the user directory.
getUserIdentity() - Method in class com.oblix.access.ObUserSession
Deprecated.  
getUserIdentity() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Returns the DN of the user's profile entry in the user directory.
getUserIdentity() - Method in class oracle.security.am.asdk.BaseUserSession
Returns the DN of the user's profile entry in the user directory.
getUserIdentity() - Method in class oracle.security.am.asdk.UserSession
Returns the DN of the user's profile entry in the user directory.

H

hashtableToArr(Hashtable) - Method in class com.oblix.access.ObResourceRequest
Deprecated. Internal Use Only

I

initialize() - Static method in class com.oblix.access.ObConfig
Deprecated. Initializes the Access Server API.
initialize(String) - Static method in class com.oblix.access.ObConfig
Deprecated. Initializes the Access Server API.
isAuthorized(ObResourceRequest) - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
isAuthorized(ObResourceRequest, Hashtable) - Method in class com.oblix.access.ObPseudoUserSession
Deprecated.  
isAuthorized(ObResourceRequest) - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Checks if the user is authorized to request an operation for a particular resource
isAuthorized(ObResourceRequest, Hashtable) - Method in interface com.oblix.access.ObPseudoUserSessionInterface
Deprecated. Checks if the user is authorized to request an operation for a particular resource
isAuthorized(ObResourceRequest) - Method in class com.oblix.access.ObUserSession
Deprecated.  
isAuthorized(ObResourceRequest, Hashtable) - Method in class com.oblix.access.ObUserSession
Deprecated.  
isAuthorized(ObResourceRequest) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Checks if the user is authorized to request an operation for a particular resource
isAuthorized(ObResourceRequest, Hashtable) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Checks if the user is authorized to request an operation for a particular resource
isAuthorized(ResourceRequest, Hashtable) - Method in class oracle.security.am.asdk.BaseUserSession
To check whether the user is authorized to access the resource
isAuthorized(ResourceRequest) - Method in class oracle.security.am.asdk.BaseUserSession
To check whether the user is authorized to access the resource
isBasic() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns true if authentication scheme is Basic
isBasic() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Checks if authentication scheme is of type Basic
isBasic() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme is of type Basic
isCertificate() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns true if scheme requires digitial certificates,else returns false
isCertificate() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Checks if authentication scheme is of type X509Cert
isCertificate() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme is of type X509Cert
isForm() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns true if scheme requires FORM based authentication
isForm() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Checks if authentication scheme is of type Form
isForm() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme is of type Form
isInitialized() - Method in class oracle.security.am.asdk.AccessClient
Checks if AccessClient is initialized or not.
isNone() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns true if authentication is not required, else returns false
isNone() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Checks if authentication scheme type is None i.e.Anonymous
isNone() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme type is None i.e.Anonymous
isProtected() - Method in class com.oblix.access.ObResourceRequest
Deprecated.  
isProtected() - Method in interface com.oblix.access.ObResourceRequestInterface
Deprecated. Checks if the resource defined by the ObResourceRequest is protected
isProtected() - Method in class oracle.security.am.asdk.ResourceRequest
Checks whether resource is protected.

L

LOGGED_OUT_SESSION_TOKEN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
LOGGEDIN - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
LOGGEDIN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
LOGGEDOUT - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
LOGGEDOUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
LOGINFAILED - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
LOGINFAILED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
logoff() - Method in class com.oblix.access.ObUserSession
Deprecated.  
logoff() - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Logs off the authenticated user and terminates the session
logoff() - Method in class oracle.security.am.asdk.UserSession
Logs off the authenticated user and terminates the session.

O

ObAccessException - Exception in com.oblix.access
Deprecated. An ObAccessException is thrown by the Access Server API whenever unexpected, unrecoverable errors occur between an API client and Access Server.
ObAccessException() - Constructor for exception com.oblix.access.ObAccessException
Deprecated. Constructs an ObAccessException with default message
ObAccessException(String) - Constructor for exception com.oblix.access.ObAccessException
Deprecated. Constructs an ObAccessException with the specified message
ObAccessException(Exception) - Constructor for exception com.oblix.access.ObAccessException
Deprecated. Constructs an ObAccessException with the specified exception object
ObAccessRuntimeException - Exception in com.oblix.access
Deprecated. This runtime exception is thrown from OAM 10g version of API whenever unexpected, unrecoverable errors occur between an API client and Access Server.
ObAccessRuntimeException() - Constructor for exception com.oblix.access.ObAccessRuntimeException
Deprecated. Default constructor.
ObAccessRuntimeException(String) - Constructor for exception com.oblix.access.ObAccessRuntimeException
Deprecated. Constructs an ObAccessRuntimeException with the specified message.
ObAccessRuntimeException(Exception) - Constructor for exception com.oblix.access.ObAccessRuntimeException
Deprecated. Constructs an ObAccessRuntimeException with the specified message
ObAuthenticationScheme - Class in com.oblix.access
Deprecated. ObAuthenticationScheme objects represent authentication schemes defined through the Access System Configuration console and used in the authentication rules for policy domains and policies.
ObAuthenticationScheme(ObResourceRequest) - Constructor for class com.oblix.access.ObAuthenticationScheme
Deprecated. Constructs ObAuthenticationScheme object for the specified ObResourceRequest.
ObAuthenticationSchemeInterface - Interface in com.oblix.access
Deprecated. Provides an Interface for the class that represents an Authentication Scheme.
ObConfig - Class in com.oblix.access
Deprecated. Implements methods that allow applications to initialize the Access Server API.
ObConfig() - Constructor for class com.oblix.access.ObConfig
Deprecated. Default constructor for ObConfig Object
ObDiagnostic - Class in com.oblix.access
Deprecated. Implements methods that allow applications to get OAM server and Directory diagnostic info
ObDiagnostic() - Constructor for class com.oblix.access.ObDiagnostic
Deprecated.  
ObPseudoUserSession - Class in com.oblix.access
Deprecated. Implements the ObPseudoUserSession Interface.
ObPseudoUserSession(ObResourceRequest, Hashtable, boolean) - Constructor for class com.oblix.access.ObPseudoUserSession
Deprecated. Constructs a ObPseudoUserSession object with specified parameters.
ObPseudoUserSession(ObResourceRequest, Hashtable, boolean, String) - Constructor for class com.oblix.access.ObPseudoUserSession
Deprecated. Constructs a ObPseudoUserSession object with specified parameters.
ObPseudoUserSessionInterface - Interface in com.oblix.access
Deprecated. Defines an Interface to perform authenticate and authorize operation for pseudo user session.
ObResourceRequest - Class in com.oblix.access
Deprecated. Implements the ObResourceRequestInterface.
ObResourceRequest(String, String, String) - Constructor for class com.oblix.access.ObResourceRequest
Deprecated. Constructs ObResourceRequest object with specified resource type, name and operation.
ObResourceRequest(String, String, String, Hashtable) - Constructor for class com.oblix.access.ObResourceRequest
Deprecated. Constructs ObResourceRequest object with specified resource type, name, operation and parameters name/value pair hashtable.
ObResourceRequestInterface - Interface in com.oblix.access
Deprecated. Defines an Interface for the classs that represents a resource request for which access operations are to be performed.
ObUserSession - Class in com.oblix.access
Deprecated. Implements the ObUserSession Interface
ObUserSession() - Constructor for class com.oblix.access.ObUserSession
Deprecated. Default Constructor for ObUserSesion Object
ObUserSession(String) - Constructor for class com.oblix.access.ObUserSession
Deprecated. Constructor for ObUserSession object for the specified session token
ObUserSession(ObResourceRequest, Hashtable, String) - Constructor for class com.oblix.access.ObUserSession
Deprecated. Constructor for ObUserSession object for the specified resource and credentials
ObUserSession(ObResourceRequest, Hashtable) - Constructor for class com.oblix.access.ObUserSession
Deprecated. Constructor for ObUserSession object for the specified resource and credentials
ObUserSession(String, boolean) - Constructor for class com.oblix.access.ObUserSession
Deprecated. Constructor for ObUserSession object for the specified session token with lazy load flag
ObUserSessionInterface - Interface in com.oblix.access
Deprecated. Defines an Interface for the class that represents an authenticated user.
OK - Static variable in class com.oblix.access.ObUserSession
Deprecated.  
OK - Static variable in class oracle.security.am.asdk.BaseUserSession
 
OperationNotPermittedException - Exception in oracle.security.am.asdk
Represents an error related to insufficient privileges to perform certain operations.
OperationNotPermittedException() - Constructor for exception oracle.security.am.asdk.OperationNotPermittedException
Constructs an OperationNotPermittedException object with default error message
OperationNotPermittedException(Exception) - Constructor for exception oracle.security.am.asdk.OperationNotPermittedException
Constructs an OperationnotPermittedException with the specified message
OperationNotPermittedException(String) - Constructor for exception oracle.security.am.asdk.OperationNotPermittedException
Constructs an OperationnotPermittedException with the specified message
OperationNotPermittedException(String, Throwable) - Constructor for exception oracle.security.am.asdk.OperationNotPermittedException
Constructs an OperationnotPermittedException with the specified message and Throwable cause
oracle.security.am.asdk - package oracle.security.am.asdk
This is the OAM 11g version of the authentication and authorization API to be used for new development work.

P

PseudoUserSession - Class in oracle.security.am.asdk
PseudoUserSession provides a way to authenticate and authorize without establishing and maintaining a specific corresponding user session in the OAM 11g Server.
PseudoUserSession(ResourceRequest, Hashtable, boolean, String) - Constructor for class oracle.security.am.asdk.PseudoUserSession
Constructs a PseudoUserSession object with specified parameters.
PseudoUserSession(AccessClient, ResourceRequest, Hashtable, boolean, String) - Constructor for class oracle.security.am.asdk.PseudoUserSession
Constructs a PseudoUserSession object with specified parameters.
PseudoUserSession(ResourceRequest, Hashtable, boolean) - Constructor for class oracle.security.am.asdk.PseudoUserSession
Constructs a PseudoUserSession object with specified parameters.
PseudoUserSession(AccessClient, ResourceRequest, Hashtable, boolean) - Constructor for class oracle.security.am.asdk.PseudoUserSession
Constructs a PseudoUserSession object with specified parameters.

R

requiresSecureTransport() - Method in class com.oblix.access.ObAuthenticationScheme
Deprecated. Returns true if scheme requires SSL client connection, else returns false
requiresSecureTransport() - Method in interface com.oblix.access.ObAuthenticationSchemeInterface
Deprecated. Checks whether secure transport is required
requiresSecureTransport() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks whether secure transport is required
ResourceRequest - Class in oracle.security.am.asdk
Represents a resource request for which access operations are to be performed.
ResourceRequest(String, String, String) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified resource type, name and operation.
ResourceRequest(AccessClient, String, String, String) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified AccessClient object, resource type, name and operation.
ResourceRequest(String, String, String, Hashtable) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified resource type, name, operation and parameters name/value pair hashtable.
ResourceRequest(AccessClient, String, String, String, Hashtable) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified AccessClient object, resource type, name, operation and parameters name/value pair hashtable.

S

setLocation(String) - Method in class com.oblix.access.ObUserSession
Deprecated.  
setLocation(String) - Method in interface com.oblix.access.ObUserSessionInterface
Deprecated. Sets the IP address of the user's client
setLocation(String) - Method in class oracle.security.am.asdk.BaseUserSession
Sets the IP address of the client as provided by the application.
setSessionAttributes(String, Hashtable) - Static method in class oracle.security.am.asdk.UserSession
To update the details for the given sessionId
setSessionAttributes(AccessClient, String, Hashtable) - Static method in class oracle.security.am.asdk.UserSession
To update the details for the given sessionId using the specified AccessClient object.
shutdown() - Static method in class com.oblix.access.ObConfig
Deprecated. Disconnects the client from the server.
shutdown() - Method in class oracle.security.am.asdk.AccessClient
It disconnects client from the OAM server.

T

terminateSession(String) - Static method in class oracle.security.am.asdk.UserSession
To terminate the Session for the given sessionId
terminateSession(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
To terminate the Session of the given sessionId using the specified AccessClient object.
toString() - Method in exception oracle.security.am.asdk.AccessException
In addition, the message id is included as a separate field from the message itself if those are distinct.

U

UserSession - Class in oracle.security.am.asdk
Represents a session for an authenticated user.
UserSession() - Constructor for class oracle.security.am.asdk.UserSession
Default Constructor for UserSesion Object
UserSession(AccessClient) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object
UserSession(String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token
UserSession(AccessClient, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token and AccessClient object
UserSession(String, boolean, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token on demand
UserSession(AccessClient, String, boolean, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token on demand with AccessClient object.
UserSession(ResourceRequest, Hashtable) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method
UserSession(AccessClient, ResourceRequest, Hashtable) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method using specified AccessClient object.
UserSession(ResourceRequest, Hashtable, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method
UserSession(AccessClient, ResourceRequest, Hashtable, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method using specified AccessClient object.
UserSession(String, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method
UserSession(AccessClient, String, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method using the specified AccessClient object.

V

valueOf(String) - Static method in enum oracle.security.am.asdk.AccessClient.CompatibilityMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.security.am.asdk.AccessClient.CompatibilityMode
Returns an array containing the constants of this enum type, in the order they are declared.

A B C E F G H I L O P R S T U V

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.