Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01

A B C E G H I K L M N O P Q R S T U V


A

AbstractAMPlugin - Class in oracle.security.am.plugin
Abstract plugin.
AbstractAMPlugin() - Constructor for class oracle.security.am.plugin.AbstractAMPlugin
 
AbstractAuthenticationPlugIn - Class in oracle.security.am.plugin.authn
Plug-in Interface that will be exposed to the plug-in developers.
AbstractAuthenticationPlugIn() - Constructor for class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
AbstractPluginExecutionStrategy - Class in oracle.security.am.plugin
Abstract base class for creating plug-in execution strategy.
AbstractPluginExecutionStrategy() - Constructor for class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
addCredentialParam(String, CredentialParam) - Method in class oracle.security.am.plugin.authn.Credential
Adds a credential to the credential object.
addCredentialParam(Map<String, CredentialParam>) - Method in class oracle.security.am.plugin.authn.Credential
Adds a map of crenetial paramter objects to the Credential.
addErrorCode(ErrorCode) - Method in interface oracle.security.am.plugin.PluginContext
Adds an error code to the list of errors.
addException(Exception) - Method in interface oracle.security.am.plugin.PluginContext
Adds an exception to the list.
addResponse(PluginResponse) - Method in interface oracle.security.am.plugin.PluginContext
Add a response to the context.
Advice - Enum in oracle.security.am.plugin
Enumeration defining the advices.
AMSession - Interface in oracle.security.am.plugin
SSO Session created for OAM server.
AMSubject - Interface in oracle.security.am.plugin
Encapsulates the JAAS subject attributes for an authenticated User.
ATTR_ANONYMOUS_AUTH_LEVEL - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_HOST - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVICE_ENABLED - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVICE_PROVIDER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_PORT - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_REGISTRATION_SERVICE_ENABLED - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_REGISTRATION_SERVICE_PROVIDER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_SECURE_MODE - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
AuthenticationConstants - Class in oracle.security.am.plugin.authn
AuthenticationConstants object defines the constants used for retrieving the credential parameters.
AuthenticationConstants() - Constructor for class oracle.security.am.plugin.authn.AuthenticationConstants
 
AuthenticationContext - Interface in oracle.security.am.plugin.authn
AuthenticationContext will contain the execution context information for authentication plug-ins.
AuthenticationErrorCode - Enum in oracle.security.am.plugin.authn
Error codes defined for authentication modules.
AuthenticationException - Exception in oracle.security.am.plugin.authn
Basic authentication Exception that needs to be thrown from AUthentication plugins.
AuthenticationException() - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Default constructor.
AuthenticationException(AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates an authentication exception using a message key.
AuthenticationException(String, AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(String, AuthenticationErrorCode, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(AuthenticationErrorCode, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String, Object[]) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Constructs a new exception with the specified message ID and parameters.
AuthenticationException(String, Throwable, Object[]) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Constructs a new exception with passed message ID, cause, and parameters.
AuthnModuleConfig - Interface in oracle.security.am.plugin.authn
AuthnModuleConfig object will hold the configuration details for the plugin.
AuthnModuleOrchStepConfig - Interface in oracle.security.am.plugin.authn
Configuration of Module orchestration steps.
AuthnModuleStepConfig - Interface in oracle.security.am.plugin.authn
AuthnModuleStepConfig will contains the steps defined in the authentication module and the parameters.
AuthnModuleStrategyConfig - Interface in oracle.security.am.plugin.authn
AuthnModuleStrategyConfig object contains the configuration required for strategy execution.
AuthnPluginService - Interface in oracle.security.am.plugin.authn
Base interface for the autehntication plugins.

B

buildUrl(String, Map<String, Object>, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
Builds the url.
buildUrl(boolean, String, int, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
Builds the uri.
byteToDecimalFASCN(byte[]) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 

C

ClientProfile - Class in oracle.security.am.plugin
Object encapsulates the client profile.
ClientProfile() - Constructor for class oracle.security.am.plugin.ClientProfile
 
config - Variable in class oracle.security.am.plugin.AbstractAMPlugin
 
CONFIG_IDM - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
CRED_PARAM_TYPE_HTTP_COOKIE - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type http cookieString.
CRED_PARAM_TYPE_HTTP_HEADER - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type http headerString.
CRED_PARAM_TYPE_PASSWD - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type passwordString.
CRED_PARAM_TYPE_STRING - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter typeString.
Credential - Class in oracle.security.am.plugin.authn
Credential object holds the credentials collected from the user.
Credential() - Constructor for class oracle.security.am.plugin.authn.Credential
 
CredentialParam - Class in oracle.security.am.plugin.authn
CredentialParam object holds the each credenetial collected.
CredentialParam() - Constructor for class oracle.security.am.plugin.authn.CredentialParam
 

E

ERROR_CODE - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
 
evaluate(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProviderTask
Evaluate password policy.
evaluatePasswordPolicy(Map<String, String>) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Evaluate password policy.
evaluatePolicy(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Evaluate policy.
ExecutionState - Class in oracle.security.am.plugin.authn
State of the execution.
ExecutionState() - Constructor for class oracle.security.am.plugin.authn.ExecutionState
Default constructor.
ExecutionState(String, String, String, String) - Constructor for class oracle.security.am.plugin.authn.ExecutionState
Constructor to create the instance.
ExecutionStatus - Enum in oracle.security.am.plugin
Status of the plug-in execution.

G

GenericPluginService - Interface in oracle.security.am.plugin
The GenericPluginService Defines base the interface for all OAM plugins.
GenericPluginService.QueryKey - Enum in oracle.security.am.plugin
Defines the plug-in properties for the OSGI bundle.
GenericTransportContext - Interface in oracle.security.am.plugin
The GenericTransportContext holds the transport specific properties.
GenericTransportHandler - Interface in oracle.security.am.plugin
The GenericTransportHandler Transport handler defines the interface for transport specific properties.
GenericTransportStore - Interface in oracle.security.am.plugin
Transport store stores the attributes for session state.
GenericTransportToken - Interface in oracle.security.am.plugin
Tranposrt token is used to store the state data across requests.
getAdvice() - Method in interface oracle.security.am.plugin.ModuleAdvice
returns the Advice associated with the ModuleAdvice.
getAllResponses() - Method in interface oracle.security.am.plugin.PluginContext
returns all the responses configured.
getAnonymousAuthLevel() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the down grade auth level.
getApplicationId() - Method in interface oracle.security.am.plugin.AMSession
Application id will be an optional property.
getAttribute(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attribute.
getAttribute(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attribute.
getAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
retrieves an attribute store in the session.
getAttributeNames() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attribute names.
getAttributeNames() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attribute names.
getAttributes() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attributes.
getAttributesMap() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attributes map.
getAuthenticationClass() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
 
getAuthLevel() - Method in interface oracle.security.am.plugin.AMSubject
Gets the auth level.
getAuthnModuleConfig() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Gets the AuthnModuleConfig object.
getAuthnModuleDesc() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Gets the description of the authentication module.
getAuthnModuleName() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get authentication module name.
getAuthnModuleName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Gets the Module name configured for the authentication module.
getAuthnModuleSteps() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Returns the list of Module configuration Steps.
getAuthnModuleStrategy() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Returns a AuthnModuleStrategyConfig object.
getAuthnSchemeLevel() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get authentication Scheme level.
getAuthnSubject() - Method in interface oracle.security.am.plugin.AMSession
If the authentication succeeds the the subject will be set as the response.
getAuthScheme() - Method in interface oracle.security.am.plugin.AMSubject
Gets the auth scheme.
getChallengeMechanism() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get credential challenge mechanism.
getChallengeParameters() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get all the challenge parameters.
getChallengeRedirectURL() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get Challenge Redirect URL.
getClientIPAddress() - Method in interface oracle.security.am.plugin.PluginContext
gets the client IP address.
getClientProfile() - Method in interface oracle.security.am.plugin.PluginContext
returns the ClientProfile object that contains the client specific attributes.
getCreationInstant() - Method in interface oracle.security.am.plugin.AMSession
Method returns the creation instant for this session object.
getCredential() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Get credential for the authentication.
getCustomSessionAttributes() - Method in interface oracle.security.am.plugin.AMSession
Gets the custom session attributes.
getData() - Method in interface oracle.security.am.plugin.GenericTransportStore
get the back-end store object contains the data.
getDescription() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated. Deprecated class; will be removed in the next round of authn-module cleanup.
getDescription() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get description
getDescription() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getDescription() - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
getDescription() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Get the description of the step
getDescription() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Gets the description of the step.
getDescription() - Method in interface oracle.security.am.plugin.GenericPluginService
Description of the plug-in.
getDowngradeAuthLevel() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getErrorCode() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Gets the error code.
getErrorCode() - Method in enum oracle.security.am.plugin.ExecutionStatus
Gets the error code.
getErrorCode() - Method in interface oracle.security.am.plugin.GenericTransportContext
returns the error code.
getErrorCode() - Method in interface oracle.security.am.plugin.PluginContext
returns the error code for the last error that occured during the execution.
getErrorMsg() - Method in enum oracle.security.am.plugin.ExecutionStatus
Gets the error msg.
getExceptionList() - Method in interface oracle.security.am.plugin.PluginContext
Returns the list of exceptions encountered during the processing.
getExpiryInstant() - Method in interface oracle.security.am.plugin.AMSession
Method returns the expire instant for this session.
getFlowParam(String, String, AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getForgotPasswordURL() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the forgot password url.
getGUID() - Method in interface oracle.security.am.plugin.AMSubject
Gets the gUID.
getHost() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Return host name
getID() - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
getId() - Method in interface oracle.security.am.plugin.AMSession
Returns the session id value.
getID() - Method in interface oracle.security.am.plugin.GenericPluginService
returns the unique ID of the plug-in.
getIdentityServiceProviderTaskItems(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service provider task items.
getIdentityServiceUserAttributeForLockoutTime() - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attribute for lockout time.
getIdentityServiceUserAttributeForLoginTryCount() - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attribute for login try count.
getIdentityServiceUserAttributes() - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attributes.
getIdentityServiceValueForLockoutTime() - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
 
getIdentityStoreContext() - Method in interface oracle.security.am.plugin.PluginContext
returns the identity store context.
getIDStoreNameFromMultiIDStoreFormat(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getImpersonatorUser() - Method in interface oracle.security.am.plugin.AMSession
Gets the impersonator user.
getImplType() - Method in interface oracle.security.am.plugin.PluginContext
Returns the implementation type of the plug-in context implementation
getInstance() - Static method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the single instance of IdentityManagementEngine.
getLastAccessTime() - Method in interface oracle.security.am.plugin.AMSession
Method returns the time the session was last accessed.
getLastUpdateTime() - Method in interface oracle.security.am.plugin.AMSession
Method returns the time the session was last updated.
getLocale() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the locale.
getLocale() - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getLockoutTimeAttribute() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getLockoutTimeValue() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getLogger() - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
getLogger() - Method in interface oracle.security.am.plugin.GenericPluginService
returns the logger configured for the plug-in.
getLoginTryCountAttribute() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the login try count attribute.
getMaxAgeInSeconds() - Method in interface oracle.security.am.plugin.GenericTransportToken
Token age.
getMaxLoginTryCount() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the max login try count.
getMaxLoginTryCount() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
Gets the max login try count.
getMaxWaitIntervel() - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
getMaxWaitIntervel() - Method in interface oracle.security.am.plugin.GenericPluginService
returns the max wait interval in milliseconds.
getMessage() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the detail message string associated with the message ID for the current locale.
getMessage(Locale) - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the detail message string associated with the message ID for the requested locale, if available.
getMessageId() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the message ID that was passed in on creation, if any.
getModuleName() - Method in interface oracle.security.am.plugin.ModuleAdvice
returns the module name that should be executed next.
getMonitoringData() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getMonitoringData() - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
getMonitoringData() - Method in interface oracle.security.am.plugin.GenericPluginService
plug-in can return monitoring data after plug-in execution is complete.
getMonitoringStatus() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getMonitoringStatus() - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
getMonitoringStatus() - Method in interface oracle.security.am.plugin.GenericPluginService
set the monitoring status for the plug-in.
getName() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated. Deprecated class; will be removed in the next round of authn-module cleanup.
getName() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
Get Authentication Scheme name
getName() - Method in class oracle.security.am.plugin.authn.CredentialParam
Returns the name of the credential parameter.
getName() - Method in class oracle.security.am.plugin.MonitoringData
Gets the name.
getName() - Method in interface oracle.security.am.plugin.PluginCommonAttribute
Gets the name of the attribute.
getName() - Method in class oracle.security.am.plugin.PluginResponse
returns the name of the response attribute.
getObjectAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
This method returns the object attribute specified by the attribute name parameter.
getObjectMap() - Method in interface oracle.security.am.plugin.PluginContext
Returns the Object attribute map.
getOnError() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Gets the outcome value on Error condition
getOnError() - Method in class oracle.security.am.plugin.authn.ExecutionState
 
getOnExecute() - Method in class oracle.security.am.plugin.authn.ExecutionState
 
getOnFailure() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Gets the outcome value on failure event.
getOnFailure() - Method in class oracle.security.am.plugin.authn.ExecutionState
 
getOnSuccess() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Retuns the outcome value on success.
getOnSuccess() - Method in class oracle.security.am.plugin.authn.ExecutionState
 
getOperation() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns the operation to be performed on resource.
getOrchestartionStepName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Retuns the Step name
getOrchestrationSteps() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Gets the list of AuthnModuleOrchStepConfig objects.
getParam(String) - Method in class oracle.security.am.plugin.authn.Credential
Retrieves a credential by the key.
getParameter(String) - Method in interface oracle.security.am.plugin.PluginConfig
get a configuration parameter.
getParameters() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameters.
getParameters() - Method in interface oracle.security.am.plugin.PluginConfig
get all configuration parameters.
getParameterValue(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameter value.
getParameterValues(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the parameter values.
getParamMap() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Returns the MAP of parameters defined for the plug-in step.
getParamMap() - Method in class oracle.security.am.plugin.authn.Credential
returns the credential map.
getPasswordPolicyAttributes() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the password policy attributes.
getPluginConfig() - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
getPluginConfig() - Method in interface oracle.security.am.plugin.GenericPluginService
Gets the plugin config.
getPluginName() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getPluginName() - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
getPluginName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Gets the name of the plugin.
getPluginName() - Method in interface oracle.security.am.plugin.GenericPluginService
Name will be an identifier for the plug-in.
getPort() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns port number.
getProperties() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated. Deprecated class; will be removed in the next round of authn-module cleanup.
getPropertiesMap() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the properties map.
getProtocol() - Method in class oracle.security.am.plugin.ClientProfile
returns the client protocol.
getProviderConfigMap() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
Gets the provider config map.
getQueryString() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns query string.
getRequestURI() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the request uri.
getRequestURI() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the request uri.
getResourceName() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns the Resource Name.
getResourceType() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns the type of resource.
getResourceURL() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns resource URL representation.
getResponse(PluginAttributeContextType, String) - Method in interface oracle.security.am.plugin.PluginContext
returns the attributes for the target context and the name.
getResponses(PluginAttributeContextType) - Method in interface oracle.security.am.plugin.PluginContext
returns all the attributes for the target context.
getResponseUrl() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
Gets the response url.
getRevision() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getRevision() - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
getRevision() - Method in interface oracle.security.am.plugin.GenericPluginService
Returns back the plug-in revision.
getServerConfigMap() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
Gets the server config map.
getSession() - Method in interface oracle.security.am.plugin.PluginContext
returns the OAM session object.
getSessionIndex() - Method in interface oracle.security.am.plugin.AMSession
SessionIndex will be used to identity different session for the same user.This will be used by SME to create a user session.
getSessionStore() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the GenericTransportStore object.
getSessionStore() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Creates a session store using the attributes stored in the session.
getStartingStep() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Returns the starting step for the module execution.
getStartingStep() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Returns the starting step for the strategy configuration.
getStatus() - Method in enum oracle.security.am.plugin.ExecutionStatus
Gets the status.
getStepName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Gets the name of the step.
getStrategyName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Gets the Strategy name.
getStringAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
This method gives the String attribute specified by the attribute name parameter.
getStringMap() - Method in interface oracle.security.am.plugin.PluginContext
Retuns the string attribute map.
getSubject() - Method in interface oracle.security.am.plugin.AMSubject
Returns the Subject encapsulated in the AmSubject.
getSubject() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Retrieves a Subject from the authentication context.
getToken(String, boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the token.
getToken(String, boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the token.
getTokenDomain() - Method in interface oracle.security.am.plugin.GenericTransportToken
Token domain.
getTokenName() - Method in interface oracle.security.am.plugin.GenericTransportToken
Name of the token.
getTokenValue() - Method in interface oracle.security.am.plugin.GenericTransportToken
Value of the token
getTokenVersion() - Method in interface oracle.security.am.plugin.GenericTransportToken
Version of the token.
getTrackUserRegistrationURL() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the track user registration url.
getTransportContext() - Method in interface oracle.security.am.plugin.PluginContext
Transport context encapsulate the transport related handling in the request object.
getTransportRequest() - Method in interface oracle.security.am.plugin.GenericTransportContext
gets the TranportRequest object.
getTransportRequest() - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the transport session.
getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getTransportSessionID() - Method in interface oracle.security.am.plugin.GenericTransportContext
Set Session ID for the tranport session.
getType() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
Gets the type.
getType() - Method in class oracle.security.am.plugin.authn.CredentialParam
Returns the type of the credential.
getType() - Method in interface oracle.security.am.plugin.GenericTransportStore
The type should be the type of store used for request cache.
getType() - Method in class oracle.security.am.plugin.MonitoringData
Gets the type.
getType() - Method in class oracle.security.am.plugin.PluginResponse
get the attribute context type.
getUrl(IdentityProviderServiceType, IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the url.
getUserAgent() - Method in class oracle.security.am.plugin.ClientProfile
returns the user agent header.
getUserAgent() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the user agent name.
getUserAgent() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Returns the clients useragent information
getUserAttributeMap() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
Gets the user attribute map.
getUserDn() - Method in interface oracle.security.am.plugin.AMSubject
Returns the DN of the user.
getUserId() - Method in interface oracle.security.am.plugin.AMSubject
returns the user id.
getUserNameFromMultiIDStoreFormat(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getUserRegistrationURL() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the user registration url.
getValue() - Method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
 
getValue() - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
 
getValue() - Method in class oracle.security.am.plugin.authn.CredentialParam
Returns the value of the Credential parameter as an Object.
getValue() - Method in class oracle.security.am.plugin.MonitoringData
Gets the value.
getValue() - Method in class oracle.security.am.plugin.PluginResponse
Get the attribute value.

H

handleConfigChangeNotification(NotificationID) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Handle config change notification.
hashCode() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
 

I

IdentityManagementConstants - Class in oracle.security.am.engines.idm
The IdentityManagementConstants defines the constants used for Identity service.
IdentityManagementConstants() - Constructor for class oracle.security.am.engines.idm.IdentityManagementConstants
 
IdentityManagementEngine - Class in oracle.security.am.engines.idm
The IdentityManagementEngine Defins the interfaces for executing the identity store operations.
IdentityManagementUtil - Class in oracle.security.am.engines.idm
The IdentityManagementUtil contains utility methods bulding the idstore URL.
IdentityManagementUtil() - Constructor for class oracle.security.am.engines.idm.IdentityManagementUtil
 
IdentityProviderServiceType - Enum in oracle.security.am.engines.idm
The IdentityProviderServiceType defines the Serives requested by the IDStore during authentication.
IdentityServiceContext - Class in oracle.security.am.engines.idm
The IdentityServiceContext Holds the user and service context details for the IDentity service.
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>, int) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
Instantiates a new identity service context.
IdentityServiceProvider - Interface in oracle.security.am.engines.idm
The IdentityServiceProvider Interface defines the methods can be used for
IdentityServiceProviderResponse - Class in oracle.security.am.engines.idm
The IdentityServiceProviderResponse Defines the response attributes for the Identity Service.
IdentityServiceProviderResponse(IdentityProviderServiceType, URL) - Constructor for class oracle.security.am.engines.idm.IdentityServiceProviderResponse
 
IdentityServiceProviderTask - Interface in oracle.security.am.engines.idm
The IdentityServiceProviderTask interfaces defines the policy evaluation.
initialize(PluginConfig) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
initialize(PluginConfig) - Method in interface oracle.security.am.plugin.GenericPluginService
The function initializes the Plug-in.
initilize() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
isAnonymous() - Method in interface oracle.security.am.plugin.AMSession
Checks if the scheme is anonymous or not.
isComposite() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Whether the module is composite or not.
isIdentityServiceEnabled() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Checks if is identity service enabled.
isImpersonating() - Method in interface oracle.security.am.plugin.AMSession
If this is an impersonating session, return true.
isRegistrationServiceEnabled() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Checks if is registration service enabled.
isRunning() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
isSecure() - Method in interface oracle.security.am.plugin.GenericTransportToken
secure flag used for HTTP cookies
isValid() - Method in interface oracle.security.am.plugin.GenericTransportStore
Checks whether the session store implementation is valid or not.

K

KEY_AUTHENTICATED_USER_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Authenticated User name
KEY_CERTIFICATE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Certicficate for X509
KEY_CERTIFICATE_ATTRIBUTE_TO_EXTRACT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Attribute in certificate
KEY_GROUP_FETCH_REQUIRED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Attribute to denote if the group fetch is required at authz time.
KEY_IDENTITY_STORE_REF - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Refrence to the identity store.
KEY_IS_CERT_VALIDATION_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Cert validation attribute
KEY_IS_OCSP_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
KEY_JNDI_INITIAL_CONTEXT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Initial context for the JNDI resources.
KEY_KEYTAB_FILE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Keytab File
KEY_KRB_CONFIG_FILE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
KRB config file
KEY_LDAP_FILTER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Filter for LDAP
KEY_OCSP_RESPONDER_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
KEY_OCSP_SERVER_CERT_ALIAS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
KEY_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User password
KEY_PRINCIPAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Principal
KEY_RETURN_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
KEY_SEARCH_BASE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Base URL for user search base.
KEY_SPNEGO_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
SPNEGO token for WNA aythentication.
KEY_STEP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Step name for the module execution.
KEY_USER_PROFILE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User profile object
KEY_USERNAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User name
KEY_USERNAME_DN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User DN attribute

L

LOGGER - Static variable in class oracle.security.am.plugin.AbstractAMPlugin
The LOGGER.
LOGGER - Static variable in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
LOGGER - Static variable in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
LOGGER - Static variable in class oracle.security.am.plugin.authn.PlugInUtil
 

M

ModuleAdvice - Interface in oracle.security.am.plugin
ModuleAdvice will encapsulate the result of PluginExecutionStrategy execution.
MonitoringData - Class in oracle.security.am.plugin
Monitoring Data will be captured by the plug-in can be sent to the server for logging.
MonitoringData() - Constructor for class oracle.security.am.plugin.MonitoringData
 

N

name - Variable in class oracle.security.am.plugin.PluginResponse
The name.
NODE_IDENTITY_SERVICE_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_IDENTITY_SERVICE_PROVIDER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_REGISTRATION_SERVICE_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_REGISTRATION_SERVICE_PROVIDER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_SERVER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 

O

OPERATION_ISSUE - Static variable in class oracle.security.am.common.policy.runtime.RuntimeResource
Issue operation pertaining to a resource of type Token Service Relying Party.
oracle.security.am.common.policy.runtime - package oracle.security.am.common.policy.runtime
Package holds policy service interfaces.
oracle.security.am.engines.idm - package oracle.security.am.engines.idm
Package holds Identity service interfaces.
oracle.security.am.plugin - package oracle.security.am.plugin
Package holds general plugin interfaces.
oracle.security.am.plugin.authn - package oracle.security.am.plugin.authn
Package holds authentication plugin interfaces.

P

PluginAttributeContextType - Enum in oracle.security.am.plugin
The context to which the plug-in respones need to set after the plug-in execution.
PluginCommonAttribute - Interface in oracle.security.am.plugin
Defines the common attribute interface for the plug-in attributes.
PluginConfig - Interface in oracle.security.am.plugin
Plug-in Configuration object.
PluginConstants - Class in oracle.security.am.plugin.authn
PluginConstants Contains the Constants used by the plugins.
PluginConstants() - Constructor for class oracle.security.am.plugin.authn.PluginConstants
 
PluginContext - Interface in oracle.security.am.plugin
Context used by the plug-ins to retrieve the attributes and set the attributes to be used by other plug-ins that gets executed in the flow.
PluginExecutionStrategy - Interface in oracle.security.am.plugin
PluginExecutionStrategyPlug-in Execution Strategy provided the flexibility to control the execution of multiple plug-ins which gets executed one after other.
PluginResponse - Class in oracle.security.am.plugin
Responses that the plugin can be set to the execution contexts.
PluginResponse(String, String, PluginAttributeContextType) - Constructor for class oracle.security.am.plugin.PluginResponse
constructor to create the plug-in response that can be set to session request etc.
PluginResponse() - Constructor for class oracle.security.am.plugin.PluginResponse
Default Constructor
PluginRuntimeException - Exception in oracle.security.am.plugin
PluginRuntimeException the Exception that needs to thrown from plug-in if the excution fails.
PluginRuntimeException(Throwable) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor with an exception.
PluginRuntimeException(String) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor to create an exception with a message ID or message.
PluginRuntimeException(String, Exception) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor to create an exception with a message ID or message and an exception.
PlugInUtil - Class in oracle.security.am.plugin.authn
Utility class for the authentication plugins.
PlugInUtil() - Constructor for class oracle.security.am.plugin.authn.PlugInUtil
 
poweronSelfTest() - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
poweronSelfTest() - Method in interface oracle.security.am.plugin.GenericPluginService
Plug-ins need to override this method to the self test when the plug-ins are loaded.
process(AuthenticationContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
process(AuthenticationContext) - Method in interface oracle.security.am.plugin.authn.AuthnPluginService
Authentication plug-ins can access all the data available in the AuthenticationContext object.
processExecutionStrategy(PluginContext, String, ExecutionStatus, List<String>) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
processExecutionStrategy(PluginContext, String, ExecutionStatus, List<String>) - Method in interface oracle.security.am.plugin.PluginExecutionStrategy
processExecutionStrategy method will be called before execution of the first module and after execution of each modules in the module list.
Protocol - Enum in oracle.security.am.plugin
List of OAM client protocol.

Q

queryString - Variable in class oracle.security.am.common.policy.runtime.RuntimeResource
 

R

reload() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
removeAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
remove the stored attribute from the session store.
RES_TYPE_HTTP - Static variable in class oracle.security.am.common.policy.runtime.RuntimeResource
HTTP resource type name.
RES_TYPE_TOKEN_SERVICE_RP - Static variable in class oracle.security.am.common.policy.runtime.RuntimeResource
Token Service Relying Party resource type name.
RuntimeAuthnModule - Class in oracle.security.am.common.policy.runtime
Deprecated. Deprecated class; will be removed in the next round of authn-module cleanup.
RuntimeAuthnModule(String, String, List<RuntimeModuleProperty>) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated.  
RuntimeAuthnScheme - Class in oracle.security.am.common.policy.runtime
Represents an authentication scheme used during runtime.
RuntimeAuthnScheme(String, String, int, String, RuntimeAuthnScheme.ChallengeMechanism, Map<String, String>, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 
RuntimeAuthnScheme.ChallengeMechanism - Enum in oracle.security.am.common.policy.runtime
Challenge Mechanism.
RuntimeResource - Class in oracle.security.am.common.policy.runtime
RuntimeResource represents a resource that is being accessed by a user.
RuntimeResource(RuntimeResource) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource from another resource.
RuntimeResource(String, String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource name, type, URL and operation.
RuntimeResource(String, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource type, URL and operation.
RuntimeResource(String, String, String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource name, type, URL and operation.
RuntimeResource(String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new HTTP resource with the given resource URL.
RuntimeResource(String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
 
RuntimeResource(String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new HTTP-typed resource, with the request URL parsed into its various components.

S

setAttribute(CommonAttribute, Object) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the attribute.
setAttribute(CommonAttribute, Object) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Sets the attribute.
setAttribute(String, Object) - Method in interface oracle.security.am.plugin.GenericTransportStore
Stores an attribute in the server.
setAuthenticationClass(AccessConstants.AUTH_CLASS) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Returns the Authentication CLASS that can be used to obtain the type of authentication method used by the module.
setAuthnModuleConfig(AuthnModuleConfig) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Sets the code>AuthnModuleConfig object.
setAuthnModuleDesc(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Sets the description for the authentication module
setAuthnModuleName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Sets the Module name for the authentication module.
setAuthnModuleSteps(List<AuthnModuleStepConfig>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Sets thelist of Module configuration Steps.
setAuthnModuleStrategy(AuthnModuleStrategyConfig) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Sets the AuthnModuleStrategyConfig object.
setComposite(boolean) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Set if the module is composite or not
setData(Object) - Method in interface oracle.security.am.plugin.GenericTransportStore
set the back-end store object contains the data.
setDescription(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Sets the description of the step
setDescription(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Sets a description for the step.
setErrorCode(int) - Method in enum oracle.security.am.plugin.ExecutionStatus
Sets the error code.
setErrorCode(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
sets the error code.
setErrorMsg(String) - Method in enum oracle.security.am.plugin.ExecutionStatus
Sets the error msg.
setMaxAgeInSeconds(int) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the max age of the token.
setMonitoringStatus(boolean) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
setMonitoringStatus(boolean) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
setMonitoringStatus(boolean) - Method in interface oracle.security.am.plugin.GenericPluginService
get the monitoring status configured for the plugin.
setName(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the name of the paramter.
setName(String) - Method in class oracle.security.am.plugin.MonitoringData
Sets the name.
setName(String) - Method in class oracle.security.am.plugin.PluginResponse
sets the name of the response attribute.
setObjectAttribute(String, Object) - Method in interface oracle.security.am.plugin.PluginContext
This method sets a Object attribute specified by the attribute name parameter and value.
setOnError(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Sets the outcome value on Error condition.
setOnError(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
 
setOnExecute(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
 
setOnFailure(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Sets the outcome value on failure event.
setOnFailure(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
 
setOnSuccess(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Sets the outcome value on success event.
setOnSuccess(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
 
setOrchestartionStepName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
Sets the step name.
setOrchestrationSteps(List<AuthnModuleOrchStepConfig>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Sets the list of AuthnModuleOrchStepConfig objects.
setParamMap(Map<String, String>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Sets the Map of parameters for the step.
setPluginName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Sets the name of the plugin.
setSecure(boolean) - Method in interface oracle.security.am.plugin.GenericTransportToken
 
setStartingStep(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Sets the starting step for the strategy configuration.
setStepName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
Sets the name of the step.
setStrategyName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
Sets the strategy name.
setStringAttribute(String, String) - Method in interface oracle.security.am.plugin.PluginContext
This method sets a String attribute specified by the attribute name parameter and value.
setSubject(Subject) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Sets a subject to the authentication context.
setToken(GenericTransportToken, boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the token.
setToken(GenericTransportToken, boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Sets the token.
setTokenDomain(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the domain of the token.
setTokenValue(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
set the secure flag for the token.
setTokenVersion(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the version of the token.
setTransportSessionID(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the session ID for the transport.
setType(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the Credential parameter type.
setType(String) - Method in class oracle.security.am.plugin.MonitoringData
Sets the type.
setType(PluginAttributeContextType) - Method in class oracle.security.am.plugin.PluginResponse
sets the attribute context type.
setValue(Object) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the value of the crednetial paramter.
setValue(Object) - Method in class oracle.security.am.plugin.MonitoringData
Sets the value.
setValue(Object) - Method in class oracle.security.am.plugin.PluginResponse
sets the attribute value.
shutdown() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
shutdown(Map<String, Serializable>) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
shutdown(Map<String, Serializable>) - Method in interface oracle.security.am.plugin.GenericPluginService
Shutdown.
shutdownPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
shutdownPlugin(BundleContext) - Method in interface oracle.security.am.plugin.GenericPluginService
The callback method for custom plugins.
start(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
Implements BundleActivator.start().
startPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
startPlugin(BundleContext) - Method in interface oracle.security.am.plugin.GenericPluginService
The callback method for custom plugins.
stop(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
Implements BundleActivator.stop().

T

toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated.  
toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 
toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns a string representation of the resource
toString() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
 
toString() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
 
toString() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
In addition, the message ID is included as a separate field from the message itself if those are distinct.
toString() - Method in class oracle.security.am.plugin.authn.ExecutionState
 
type - Variable in class oracle.security.am.plugin.PluginResponse
The type.

U

unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Unset token.
unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Unset token.

V

value - Variable in class oracle.security.am.plugin.PluginResponse
The value.
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.idm.IdentityProviderServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.Advice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.GenericPluginService.QueryKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.PluginAttributeContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.idm.IdentityProviderServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.Advice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.GenericPluginService.QueryKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.PluginAttributeContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.

A B C E G H I K L M N O P Q R S T U V

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


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