Index

A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_CLIENT_XML_PATH - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
ACCESS_CONFIG_DIR - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
ACCESS_LOGGER - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
AccessClient - Class in oracle.security.am.asdk
Implements AccessClient Class.
AccessClient.CompatibilityMode - Enum Class 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(String, Object...) - Constructor for exception oracle.security.am.asdk.AccessException
Constructor based on message and parameters.
AccessException(String, Throwable) - Constructor for exception oracle.security.am.asdk.AccessException
Constructs an AccessException with the specified message and throwable cause
AccessException(Throwable) - Constructor for exception oracle.security.am.asdk.AccessException
Constructors an AccessException based on cause.
AccessException(Throwable, String, Object...) - Constructor for exception oracle.security.am.asdk.AccessException
Constructor based on message, cause and parameters.
ASDK_CONFIG_JAXB_FILES - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
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(AccessClient, ResourceRequest) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified ResourceRequest using specified AccessClient object.
AuthenticationScheme(ResourceRequest) - Constructor for class oracle.security.am.asdk.AuthenticationScheme
Constructs AuthenticationScheme object for the specified ResourceRequest.
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

CERT_MODE - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
CERT_MODE_INT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
CFG_DEBUG_VALUE - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_ENCRYPTED_PASSWORD - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_KEYSTORE - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_PASSPHRASE - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_POOL_TIMEOUT - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_PRIMARY_SERVER_LIST - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_SEC_SERVER_LIST - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_SERVER_CONNECTION_READ_TIMEOUT - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_SERVER_HOST - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_SERVER_MAX_CONNS - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_SERVER_PORT - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_TCP_CONNECT_TIMEOUT - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_TRANSPORT_SECURITY - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_TRUSTSTORE - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_USER_DEF_VALS - Static variable in class oracle.security.am.asdk.AccessClient
 
CFG_WEBGATE_ID - Static variable in class oracle.security.am.asdk.AccessClient
 
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 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.
ConfigUpdateCallback - Interface in oracle.security.am.asdk
 
createDefaultInstance() - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createDefaultInstance(String) - 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.
createDefaultInstance(Hashtable, AccessClient.CompatibilityMode, ConfigUpdateCallback) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createDefaultInstance(Hashtable, ConfigUpdateCallback) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createDefaultInstance(AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a Singleton object of AccessClient.
createInstance(String) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new object of AccessClient (using default OAM_11G compatibility mode).
createInstance(String, String) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new object of AccessClient (using default OAM_11G compatibility mode).
createInstance(String, String, AccessClient.CompatibilityMode) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new 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(Hashtable, String, AccessClient.CompatibilityMode, ConfigUpdateCallback) - Static method in class oracle.security.am.asdk.AccessClient
Creates a new instance of AccessClient.
createInstance(Hashtable, String, ConfigUpdateCallback) - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to a new object of AccessClient (using default OAM_11G compatibility mode).

D

DEFAULT_FILE_SEPARATOR - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

E

EMPTY_STRING - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
ENCODING_SCHEME - Static variable in class oracle.security.am.asdk.Utils
 
ERR_AUTHN_PLUGIN_DENIED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_AUTHN_TOKEN_EXPIRED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_DENY - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_IDLE_TIMEOUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_INCONCLUSIVE - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_INSUFFICIENT_LEVEL - Static variable in class oracle.security.am.asdk.BaseUserSession
 
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 oracle.security.am.asdk.BaseUserSession
 
ERR_NO_USER - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_NOT_LOGGED_IN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_PASSWORD_CHANGE_ON_RESET - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_PASSWORD_EXPIRED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_SESSION_TIMEOUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_UNKNOWN - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_USER_LOCKED_OUT - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_USER_REVOKED - Static variable in class oracle.security.am.asdk.BaseUserSession
 
ERR_WRONG_PASSWORD - Static variable in class oracle.security.am.asdk.BaseUserSession
 
EXPIRED - Static variable in class oracle.security.am.asdk.BaseUserSession
 

F

FILE_SEPARATOR - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

G

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 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 oracle.security.am.asdk.BaseUserSession
Returns string array of all the action types returned by the OAM server as part of authentication or authorization.
getAgentHashKey(String, Logger, byte[]) - Static method in class oracle.security.am.asdk.Utils
Generates the key for HMAC Hash for agent payload validation
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.
getAuthorizationParameters() - Method in class oracle.security.am.asdk.ResourceRequest
Returns parameters required for authorization of the resource.
getChallengeParameter(String) - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns challenge parameter value specified in authentication scheme
getClientDiagnosticInfo() - Method in class oracle.security.am.asdk.AccessClient
Returns the diagnostic information about the connectivity to OAM 10g servers including host, port, time since when the connection is established and the server state.
getConfigDifference() - Method in class oracle.security.am.asdk.AccessClient
Returns the difference or changes occurred in configurations after configuration update.
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
getCustomError() - Method in class oracle.security.am.asdk.BaseUserSession
Returns plugin error code sent by the custom plugin Error
getDecryptedSecret(String, byte[], Logger) - Static method in class oracle.security.am.asdk.Utils
 
getDefaultInstance() - Static method in class oracle.security.am.asdk.AccessClient
Returns a reference to the Singleton object of AccessClient; if already created.
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 oracle.security.am.asdk.BaseUserSession
Returns error number determined by the most recent authentication or authorization.
getErrorMessage() - Method in class oracle.security.am.asdk.BaseUserSession
Returns detailed error message pertaining to authentication or authorization failure.
getHmacShaSalt(byte[], String, Utils.HMACHashingAlgo, Logger) - Static method in class oracle.security.am.asdk.Utils
 
getInstanceNAPVersion() - Method in class oracle.security.am.asdk.AccessClient
Returns Oracle Access Protocol version of the current AccessClient instance.
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 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 authentication scheme level at which user is authenticated.
getLevel() - Method in class oracle.security.am.asdk.UserSession
Returns authentication scheme level at which user is authenticated.
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
getMapFromUserDefinedParamMapStr(String) - Method in class oracle.security.am.asdk.AccessClient
This method can be used to get Map of parameters defined in "UserDefinedvals" Map which is here serialized as String.
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 oracle.security.am.asdk.AuthenticationScheme
Returns the authentication scheme name
getNAPVersion() - Static method in class oracle.security.am.asdk.AccessClient
Returns Oracle Access Protocol version of the default singleton object instance.
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 oracle.security.am.asdk.ResourceRequest
Returns count of parameters required for authorization of the resource request object.
getNumberOfChallengeParameters() - Method in class oracle.security.am.asdk.AuthenticationScheme
Returns number of challenge parameters in authentication scheme
getOperation() - Method in class oracle.security.am.asdk.ResourceRequest
Returns method configured for resource request object for example HTTP methods like GET, POST.
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 oracle.security.am.asdk.AuthenticationScheme
Returns the URL specified during configuration, to be used for redirecting the clients for authentication
getResource() - Method in class oracle.security.am.asdk.ResourceRequest
Returns resource
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
getScopedSessionToken(Map<String, String>) - Method in class oracle.security.am.asdk.UserSession
Returns String object representing the scoped session token.
getScopedSessionToken(AccessClient, String, Map<String, String>) - Static method in class oracle.security.am.asdk.UserSession
Returns String object representing the scoped session token
getScopedSessionToken(LocalAccessClient, String, Map<String, String>) - Static method in class oracle.security.am.asdk.UserSession
 
getSDKVersion() - Static method in class oracle.security.am.asdk.AccessClient
Returns the OAM Access SDK version number.
getServerDiagnosticInfo() - Method in class oracle.security.am.asdk.AccessClient
Returns the diagnostic information from the OAM 10g server containing server health, host, port, number of connections.
getSessionAttributes() - Method in class oracle.security.am.asdk.UserSession
Get the attributes of current user session.
getSessionAttributes(String) - Static method in class oracle.security.am.asdk.UserSession
Get the attributes for the given sessionId
getSessionAttributes(AccessClient) - Method in class oracle.security.am.asdk.UserSession
Get the attributes of current user session.
getSessionAttributes(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Get the attributes for the given sessionId using the specified AccessClient object.
getSessionAttributes(LocalAccessClient) - Method in class oracle.security.am.asdk.UserSession
Get the attributes of current user session.
getSessionAttributes(LocalAccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Get the attributes for the given sessionId using the specified AccessClient object.
getSessionIds(String) - Static method in class oracle.security.am.asdk.UserSession
Get the SessionIds for the given LDAP userid.
getSessionIds(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Get the SessionIds of the given LDAP userid using the specified AccessClient object.
getSessionIds(LocalAccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Get the SessionIds of the given LDAP userid using the specified LocalAccessClient object.
getSessionToken() - Method in class oracle.security.am.asdk.UserSession
Returns the saved, encrypted ASCII string representing the user session.
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 oracle.security.am.asdk.BaseUserSession
Provides integer value representing the current status of the session.
getStatus() - Method in interface oracle.security.am.asdk.ObUserSessionInterface
Returns the status of the session, such as logged out, logged in, login failed, or expired
getStatus() - Method in class oracle.security.am.asdk.UserSession
Provides integer value representing the current status of the session.
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 interface oracle.security.am.asdk.ObUserSessionInterface
Returns the DN of the user's profile entry in the a user directory
getUserIdentity() - Method in class oracle.security.am.asdk.UserSession
Returns the DN of the user's profile entry in the user directory.
GLOBAL - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

H

HMAC_TOKEN_SEPARATOR - Static variable in class oracle.security.am.asdk.Utils
 
HmacSHA1 - Enum constant in enum class oracle.security.am.asdk.Utils.HMACHashingAlgo
 
HmacSHA256 - Enum constant in enum class oracle.security.am.asdk.Utils.HMACHashingAlgo
 
HmacSHA512 - Enum constant in enum class oracle.security.am.asdk.Utils.HMACHashingAlgo
 

I

ID_PASSWORD - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
isAuthorized(ResourceRequest) - Method in class oracle.security.am.asdk.BaseUserSession
To check whether the user is authorized to access the resource
isAuthorized(ResourceRequest, Hashtable) - Method in class oracle.security.am.asdk.BaseUserSession
To check whether the user is authorized to access the resource
isBasic() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme is of type Basic
isCertificate() - Method in class oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme is of type X509Cert
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 oracle.security.am.asdk.AuthenticationScheme
Checks if authentication scheme type is None i.e.Anonymous
isProtected() - Method in class oracle.security.am.asdk.ResourceRequest
Checks whether resource is protected.

K

KEYSTORE - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
KEYSTORE_PP - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

L

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

M

MIN_NUM_OF_CONNECTIONS - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

N

notifyUpdate() - Method in interface oracle.security.am.asdk.ConfigUpdateCallback
 

O

OAM_10G - Enum constant in enum class oracle.security.am.asdk.AccessClient.CompatibilityMode
OAM_10G specifies Oracle Access Manager 10G compatibility mode while interacting with the OAM server.
OAM_11G - Enum constant in enum class oracle.security.am.asdk.AccessClient.CompatibilityMode
OAM_11G specifies Oracle Access Manager 11G compatibility mode while interacting with the OAM server.
OAM_12C - Enum constant in enum class oracle.security.am.asdk.AccessClient.CompatibilityMode
OAM_12C specifies Oracle Access Manager 12C compatibility mode while interacting with the OAM server.
ObAccessConstants - Interface in oracle.security.am.asdk
 
ObAccessException - Exception in oracle.security.am.asdk
Class for Access Server API Exceptions.
ObAccessException() - Constructor for exception oracle.security.am.asdk.ObAccessException
Constructs an ObAccessException
ObAccessException(String) - Constructor for exception oracle.security.am.asdk.ObAccessException
Constructs an ObAccessException with the specified message
ObAccessException(String, Throwable) - Constructor for exception oracle.security.am.asdk.ObAccessException
Constructs an ObAccessException with the specified message and Throwable cause
ObUserSessionInterface - Interface in oracle.security.am.asdk
 
OK - Static variable in class oracle.security.am.asdk.BaseUserSession
 
OPEN_MODE - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
OPEN_MODE_INT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
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 exception object
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
Authentication and authorization API to be used with Oracle Access Manager.

P

POOL_TIMEOUT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
POOL_TIMEOUT_DEFAULT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
POOL_WATCHER_INITIAL_DELAY - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
POOL_WATCHER_INITIAL_DELAY_DEFAULT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
POOL_WATCHER_SCHEDULE_INTERVAL - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
POOL_WATCHER_SCHEDULE_INTERVAL_DEFAULT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
PROPERTY_FILE_NAME - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
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(AccessClient, ResourceRequest, Hashtable, boolean) - 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(LocalAccessClient, ResourceRequest, Hashtable, boolean) - 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(ResourceRequest, Hashtable, boolean, String) - Constructor for class oracle.security.am.asdk.PseudoUserSession
Constructs a PseudoUserSession object with specified parameters.

R

REQUESTOR_TOKEN - Static variable in class oracle.security.am.asdk.UserSession
 
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(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) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified AccessClient object, resource type, name and operation.
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.
ResourceRequest(LocalAccessClient, String, String, String, Hashtable) - Constructor for class oracle.security.am.asdk.ResourceRequest
Constructs a ResourceRequest object with specified LocalAccessClient object, resource type, name, operation and parameters name/value pair hashtable.

S

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
Set the session details for the given sessionId
setSessionAttributes(Hashtable) - Method in class oracle.security.am.asdk.UserSession
Set attributes for current user session.
setSessionAttributes(AccessClient, String, Hashtable) - Static method in class oracle.security.am.asdk.UserSession
Set the session attributes for the given sessionId using the specified AccessClient.
setSessionAttributes(AccessClient, Hashtable) - Method in class oracle.security.am.asdk.UserSession
Sets attributes for current user session.
setSessionAttributes(LocalAccessClient, String, Hashtable) - Static method in class oracle.security.am.asdk.UserSession
Set the session attributes for the given sessionId using the specified LocalAccessClient.
setSessionAttributes(LocalAccessClient, Hashtable) - Method in class oracle.security.am.asdk.UserSession
Sets attributes for current user session.
shutdown() - Method in class oracle.security.am.asdk.AccessClient
It disconnects client from the OAM server.
SIMPLE_MODE - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 
SIMPLE_MODE_INT - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

T

TARGET_AGENT_CTX - Static variable in class oracle.security.am.asdk.UserSession
 
TARGET_RESOURCE - Static variable in class oracle.security.am.asdk.UserSession
 
terminateSession(String) - Static method in class oracle.security.am.asdk.UserSession
Terminate the session for the given sessionId
terminateSession(AccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Terminate the session of the given sessionId using the specified AccessClient object.
terminateSession(LocalAccessClient, String) - Static method in class oracle.security.am.asdk.UserSession
Terminate the session of the given sessionId using the specified LocalAccessClient 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.
TRUST - Static variable in interface oracle.security.am.asdk.ObAccessConstants
 

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(String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token
UserSession(String, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method.
UserSession(String, boolean, boolean) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token on demand.
UserSession(AccessClient) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object
UserSession(AccessClient, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token and AccessClient object
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.
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(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(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(LocalAccessClient, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object with specified token and LocalAccessClient object
UserSession(LocalAccessClient, ResourceRequest, Hashtable) - Constructor for class oracle.security.am.asdk.UserSession
 
UserSession(LocalAccessClient, ResourceRequest, Hashtable, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method using specified LocalAccessClient object.
UserSession(ResourceRequest, Hashtable) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method
UserSession(ResourceRequest, Hashtable, String) - Constructor for class oracle.security.am.asdk.UserSession
Constructs a UserSession object by calling the authenticate method
Utils - Class in oracle.security.am.asdk
 
Utils() - Constructor for class oracle.security.am.asdk.Utils
 
Utils.HMACHashingAlgo - Enum Class in oracle.security.am.asdk
 

V

validateHmacShaSalt(byte[], String, String, Utils.HMACHashingAlgo, Logger) - Static method in class oracle.security.am.asdk.Utils
Below method first convert the incoming Hash to lower case because webgate use nz lib which produces hash with letter in upper case and Java API produces Hash with chars in equalsIgnoreCase will most likely be less performant than this approach lower case
valueOf(String) - Static method in enum class oracle.security.am.asdk.AccessClient.CompatibilityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class oracle.security.am.asdk.Utils.HMACHashingAlgo
Returns the enum constant of this class with the specified name.
values() - Static method in enum class oracle.security.am.asdk.AccessClient.CompatibilityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class oracle.security.am.asdk.Utils.HMACHashingAlgo
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form