Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02

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


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
 
ActionContext - Interface in oracle.security.am.plugin
ActionContext stores the the action context data that can be used by OAM server to execute the action.
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.
addCredentialParamToGenericMap(String, CredentialParam) - Method in class oracle.security.am.plugin.authn.Credential
Adds a credential to the credential object in the generic Map
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.
addValue(Object) - Method in class oracle.security.am.engines.common.identity.api.IdStoreProperty
 
Advice - Enum in oracle.security.am.plugin
Enumeration defining the advices.
AMIdentiyStoreHandle - Interface in oracle.security.am.engines.common.identity.api
Handle to an Identity store.
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.
AMUserProfile - Interface in oracle.security.am.engines.common.identity.api
User profile attributes from Identity Store.
assignUserToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method assigns a user to a group
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_PARTNERID - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVER - 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_SERVER - 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
 
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Method to authenticate a user with user name and password.
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
authenticateUserByName(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Method to authenticate a user with user name and password.
authenticateUserByName(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
AuthenticationConstants - Class in oracle.security.am.plugin.authn
 
AuthenticationConstants() - Constructor for class oracle.security.am.plugin.authn.AuthenticationConstants
 
AuthenticationContext - Interface in oracle.security.am.plugin.authn
 
AuthenticationErrorCode - Enum in oracle.security.am.plugin.authn
 
AuthenticationException - Exception in oracle.security.am.plugin.authn
 
AuthenticationException() - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(AuthenticationErrorCode, String) - 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
Create Exception.
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
Create Exception.
AuthenticationException(AuthenticationErrorCode, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(AuthenticationErrorCode, Throwable, String) - 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.
AUTHN_SCHEME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
AUTHN_SESSION_ATTRIBUTES - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Indicates whether or not the Authn Context contains attributes to be saved in the OAM session
AuthnModuleConfig - Interface in oracle.security.am.plugin.authn
Authentication Module configuration interface that exposes the authentication module configuration data.
AuthnModuleOrchStepConfig - Interface in oracle.security.am.plugin.authn
 
AuthnModuleStepConfig - Interface in oracle.security.am.plugin.authn
interface that exposes the authentication step configurations in an authentication module.
AuthnModuleStrategyConfig - Interface in oracle.security.am.plugin.authn
 
AuthnPluginService - Interface in oracle.security.am.plugin.authn
 

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.
BUTTON - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
byteToDecimalFASCN(byte[]) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 

C

checkForDNPresence(String, String, AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
ClientProfile - Class in oracle.security.am.plugin
Object encapsulates the client profile.
ClientProfile() - Constructor for class oracle.security.am.plugin.ClientProfile
 
compareAttribute(UserInfo, String, char[]) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Compares the attribute name with the attribute value and returns true if the values are same.
compareAttribute(UserInfo, String, char[]) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
COMPONENT_BUNDLE_CLASS - Static variable in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Child top-level component exceptions may need to redeclare this if using a nonstandard bundle class name (don't do that).
CONFIG_IDM - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ContextData - Interface in oracle.security.am.plugin
Context data defines the meta data required to define plug-in actions.
ContextMetaData - Interface in oracle.security.am.plugin
ContextMetaData object defines the meta for the data required to define plug-in actions.
createGroup(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method creates a group with the specified name and attributes.
createUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method creates a user
CRED_PARAM_DELIMITER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_DISPLAY_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_TYPE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
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.
CRED_PARAM_VALUE_DELIMITER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_X - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Standard set of parameters for CredentialCollectorPlugin
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
 
CredentialMetaData - Class in oracle.security.am.plugin.impl
CredentialMetaData object defines the meta data for the user CongtextData.
CredentialMetaData(String) - Constructor for class oracle.security.am.plugin.impl.CredentialMetaData
Default constructor.
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

equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
ERROR_CODE - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
 
errorCode - Variable in exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
 
evaluate(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProviderTask
Evaluate password policy.
evaluatePasswordPolicy(Map<String, String>, Map<IdentityManagementEngine.Context, Object>) - 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.
ExecutionAction - Interface in oracle.security.am.plugin
Executions actions can be used to define actions that needs to be performed by OAM server.
ExecutionState - Class in oracle.security.am.plugin.authn
State of the plug-in 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.
extractAndSetNativeErrorCode(String, long, long, IMException) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
extractAndSetNativeErrorCodeForPswdChange(String, long, long, IMException) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 

F

FED_OPENID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_OPENID_CLAIMED_ID_HTTP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_REFID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_RELAY_STATE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_SAML_ARTIFACT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_SAML_REQUEST - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_SAML_RESPONSE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
FED_TARGET - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
fromString(String) - Method in interface oracle.security.am.plugin.ActionContext
 
fromString(String) - Method in class oracle.security.am.plugin.authn.Credential
 
fromString(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
 
fromString(String) - Method in class oracle.security.am.plugin.impl.UserAction
 
fromString(String) - Method in class oracle.security.am.plugin.impl.UserActionContext
 
fromString(String) - Method in interface oracle.security.am.plugin.PluginAttribute
 
fromString(String) - Method in class oracle.security.am.plugin.PluginResponse
 

G

GenericPluginService - Interface in oracle.security.am.plugin
The GenericPluginService class.
GenericPluginService.QueryKey - Enum in oracle.security.am.plugin
 
GenericTransportContext - Interface in oracle.security.am.plugin
The GenericTransportContext class.
GenericTransportContext.PARAM_TYPE - Enum in oracle.security.am.plugin
Parameter type.
GenericTransportHandler - Interface in oracle.security.am.plugin
The GenericTransportHandler class.
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.
getAction() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
getAction() - Method in interface oracle.security.am.plugin.PluginContext
Returns the Execution Action.
getActionContext() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getActionContext() - Method in class oracle.security.am.plugin.impl.UserAction
 
getActionType() - Method in class oracle.security.am.plugin.impl.UserAction
returns action type.
getAdvice() - Method in interface oracle.security.am.plugin.ModuleAdvice
returns the Advice associated with the ModuleAdvice.
getAffinityRequested() - Method in interface oracle.security.am.plugin.ExecutionAction
Check affinity flag status.
getAffinityRequested() - Method in class oracle.security.am.plugin.impl.UserAction
 
getAll() - Method in class oracle.security.am.engines.common.identity.api.IdmPropertySet
returns all the attributes in the property set.
getAllResponses() - Method in interface oracle.security.am.plugin.PluginContext
returns all the responses configured.
getAllUserProperties() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get all user's properties
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
returns the AUTH_CLASS used for authentication.
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 defined for the plug in.
getAuthnModuleDesc() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
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
return the authentication module.
getAuthnModuleSteps() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
getAuthnModuleStrategy() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
getAuthnScheme() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Returns the authentication scheme that initiated the authentication process.
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.
getBundleName() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the class name of the ResourceBundle holding messages for this component.
getBusinessCity() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business city for the user
getBusinessCountry() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business country
getBusinessEmail() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business email for the user
getBusinessFax() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business fax for user
getBusinessMobile() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business mobile
getBusinessPager() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business pager detail for the user
getBusinessPhone() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business phone
getBusinessPOBox() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set business po box number for the user
getBusinessPostalAddr() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set business postal address
getBusinessPostalCode() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business postal code
getBusinessState() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business state
getBusinessStreet() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return business street of user
getCanonicalID() - Method in interface oracle.security.am.engines.common.identity.provider.GroupInfo
Returns the CanonicalId for this group.
getCanonicalID() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Returns the CanonicalID for the user
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.
getContextData() - Method in interface oracle.security.am.plugin.ActionContext
 
getContextData() - Method in class oracle.security.am.plugin.impl.UserActionContext
 
getContextMetaData() - Method in interface oracle.security.am.plugin.ContextData
returns meta data associated to the context data object.
getContextMetaData() - Method in class oracle.security.am.plugin.impl.UserContextData
 
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.
getDateofBirth() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user date of birth
getDateofHire() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return date of hire
getDefaultGlobalRetryLimit() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getDefaultGroup() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user default group
getDepartment() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user department
getDepartmentNumber() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
 
getDescription() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
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 interface oracle.security.am.engines.common.identity.provider.UserInfo
Set the description for the user
getDescription() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getDescription() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
getDescription() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
getDescription() - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated. This method will be removed in future releases.
Description of the plug-in. This value will be displayed in the UI when the user selects an plug-in to assign to an plugin point.
getDisplayName() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getDisplayName() - Method in interface oracle.security.am.plugin.ContextData
return display name.
getDisplayName() - Method in class oracle.security.am.plugin.impl.UserContextData
 
getDN() - Method in interface oracle.security.am.engines.common.identity.provider.GroupInfo
Returns the Group's DN
getDN() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Returns the DN associated with this user
getDowngradeAuthLevel() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getEmployeeNumber() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set employee number
getEmployeeType() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return employee type
getErrCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Error code accessor
getErrorCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
getErrorCode() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Gets the error code.
getErrorCode() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
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.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
 
getErrorMsg() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
getEventHint() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getEventHint() - Method in class oracle.security.am.plugin.impl.UserAction
 
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.
getFirstName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user firstname
getFlowController() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getFlowController() - Method in class oracle.security.am.plugin.impl.UserAction
 
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.
getGenericParamMap() - Method in class oracle.security.am.plugin.authn.Credential
returns the generic credential map.
getGivenName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return given name for user
getGroupId() - Method in interface oracle.security.am.engines.common.identity.provider.GroupInfo
Returns the GroupId
getGroups(int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves groups from a start index.
getGroups(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves groups from a start index and a batch size.
getGroups(int) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
getGroupsForUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves groups for a user.
getGroupsForUser(String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
getGUID() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getGUID() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get the GUID of the object.
getGUID() - Method in interface oracle.security.am.plugin.AMSubject
Gets the gUID.
getHomeAddress() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return home address
getHomePhone() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return home phone number
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.
getIdentityManagementServer() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getIdentityPartnerId(String) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getIdentityServiceLockoutAttempts(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the number of retry attempts allowed before user is locked.
getIdentityServiceProviderTaskItems(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service provider task items.
getIdentityServiceUserAttributeForLockedOn(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets identity service user attribute for locked on date.
getIdentityServiceUserAttributeForLockoutTime(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attribute for lockout time.
getIdentityServiceUserAttributeForLoginTryCount(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attribute for login try count.
getIdentityServiceUserAttributes(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the identity service user attributes.
getIdentityServiceValueForLockedOn(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the value of locked on date to set for the locked-out user if invalid login attempts happen.
getIdentityServiceValueForLockoutTime(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the lockouttime value in seconds to set for the locked-out user if invalid login attempts happen.
getIdentityStoreContext() - Method in interface oracle.security.am.plugin.PluginContext
returns the identity store context.
getIdentityStoreHandle() - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
getIdentityStoreHandle(String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
getIdStoreName() - Method in interface oracle.security.am.engines.common.identity.provider.GroupInfo
Returns the id store name
getIdStoreName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Returns the idStore name this user is associated with
getIDStoreNameFromMultiIDStoreFormat(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getIdStoreReference() - Method in interface oracle.security.am.plugin.AMSubject
Returns the identity store reference for the subject.
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
getInitials() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user initials
getInstance() - Static method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the single instance of IdentityManagementEngine.
getJPEGPhoto() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set jpeg photo for the user
getKeyName() - Method in class oracle.security.am.plugin.authn.Credential
 
getKeyName() - Method in class oracle.security.am.plugin.authn.CredentialParam
 
getKeyName() - Method in class oracle.security.am.plugin.impl.UserAction
 
getKeyName() - Method in interface oracle.security.am.plugin.PluginAttribute
 
getKeyName() - Method in class oracle.security.am.plugin.PluginResponse
 
getLastAccessTime() - Method in interface oracle.security.am.plugin.AMSession
Method returns the time the session was last accessed.
getLastName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user lastname
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
 
getLocale() - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getLockedOnAttribute() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getLockedOnValue() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
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.
getMaidenName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return maiden name for the user
getManagementChain(int, String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get Management chain heirarchy for this user.
getManager() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user's manager
getMaxAgeInSeconds() - Method in interface oracle.security.am.plugin.GenericTransportToken
Token age.
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.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the detail message string associated with the message ID for the current locale.
getMessage(Locale) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the detail message string associated with the message ID for the requested locale, if available.
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.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the message ID that was passed in on creation, if any.
getMessageId() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the message ID that was passed in on creation, if any.
getMiddleName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user middlename
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 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 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 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.common.utilities.principal.OAMAuthLevelPrincipal
 
getName() - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
Gets the name of the principal
getName() - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
getName() - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
getName() - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
getName() - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
getName() - Method in class oracle.security.am.engines.common.identity.api.IdStoreProperty
 
getName() - Method in class oracle.security.am.plugin.authn.CredentialParam
Returns the name of the credential parameter.
getName() - Method in interface oracle.security.am.plugin.ContextData
 
getName() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getName() - Method in class oracle.security.am.plugin.impl.UserAction
 
getName() - Method in class oracle.security.am.plugin.impl.UserContextData
 
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.
getNameSuffix() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user name suffix
getNumberOfAttemptsToLockout() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
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.
getObjName() - Method in class oracle.security.am.plugin.authn.Credential
 
getObjName() - Method in class oracle.security.am.plugin.authn.CredentialParam
 
getObjName() - Method in class oracle.security.am.plugin.impl.UserAction
 
getObjName() - Method in interface oracle.security.am.plugin.PluginAttribute
 
getObjName() - Method in class oracle.security.am.plugin.PluginResponse
 
getOnError() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
getOnError() - Method in class oracle.security.am.plugin.authn.ExecutionState
Returns the configured execution sequence for the plug-in.
getOnExecute() - Method in class oracle.security.am.plugin.authn.ExecutionState
Returns the configured execution sequence for the plug-in.
getOnFailure() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
getOnFailure() - Method in class oracle.security.am.plugin.authn.ExecutionState
Returns the configured execution sequence for the plug-in
getOnSuccess() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
getOnSuccess() - Method in class oracle.security.am.plugin.authn.ExecutionState
Returns the configured execution sequence for the plug-in.
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
 
getOrchestrationSteps() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
getOrder() - Method in interface oracle.security.am.plugin.ContextData
 
getOrder() - Method in class oracle.security.am.plugin.impl.UserContextData
 
getOrganization() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return organization for the user
getOrganiztionalUnit() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return org unit
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(GenericTransportContext.PARAM_TYPE) - 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
 
getParamMap() - Method in class oracle.security.am.plugin.authn.Credential
returns the credential map.
getPasswdPolicyUserProfile() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
 
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 interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
getPluginName() - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated. This method will be removed in future releases.
Name will be an identifier for the plug-in. User can use the name and version of the plug-in in plug-in UI to identify the plug-in user want to use.
getPort() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns port number.
getPreferredLanguage() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user's preferred language
getPrimaryErrorCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
getPrimaryMessage() - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Deprecated. 
getPrincipal() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getPrincipal() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Gets the principal of the entity object.
getProperties() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
Deprecated class; will be removed in the next round of authn-module cleanup.
getProperties(String) - Method in interface oracle.security.am.engines.common.identity.api.AMUserProfile
retrieves a property from user profile.
getPropertiesMap() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the properties map.
getPropertiesMap(GenericTransportContext.PARAM_TYPE) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the properties map.
getProperty(String) - Method in interface oracle.security.am.engines.common.identity.api.AMUserProfile
set a property to the Profile
getProperty(String) - Method in class oracle.security.am.engines.common.identity.api.IdmPropertySet
 
getPropertyVal(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get a specific property value
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.
getRegistrationManagementServer() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getReportees(boolean) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get reportee for this user.
getRequestMethod() - Method in interface oracle.security.am.plugin.GenericTransportHandler
The method returns the type of method used to hit the OAM server for access.
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.
getResourceURL() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Returns the URL that is requested by the user.
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 interface oracle.security.am.plugin.GenericPluginService
Deprecated. This method will be removed in future releases.
Returns back the plug-in revision. Items required for plug-in management. Revision should be an integer value. Plugin developers can keep track of multiple revisions of the plugin. The plugin development framework will take care of maintaining version.
getRoleMappings() - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves all role mappings.
getRoles(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
get roles with a search string.
getSecondaryErrorMessage() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the secondary Error message.
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
 
getSessionStore() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Creates a session store using the attributes stored in the session.
getStartingStep(AuthenticationContext) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
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
 
getStartingStep() - Method in interface oracle.security.am.plugin.PluginContext
Returns the starting step of the Composite Authentication module.
getStatus() - Method in enum oracle.security.am.plugin.ExecutionStatus
Gets the status.
getStepName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
getStrategyName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
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.
getTimeZone() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set timezone for the user
getTitle() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user title
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.
getTokens() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Returns the list of tokens those were set using setToken().
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
 
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.ContextMetaData
Retutrn the type of the data.
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.impl.CredentialMetaData
 
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.
getUIAccessMode() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return UI access mode
getUniqueName() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getUrl(IdentityProviderServiceType, IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
Gets the url.
getUserActionCommand() - Method in interface oracle.security.am.plugin.ActionContext
 
getUserActionCommand() - Method in class oracle.security.am.plugin.impl.UserActionContext
 
getUserAgent() - Method in class oracle.security.am.plugin.ClientProfile
returns the user agent header.
getUserAgent() - Method in interface oracle.security.am.plugin.GenericTransportContext
 
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.
getUserAttributes(IdmUser, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
gets user attributes.
getUserAttributes(IdmUser, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
getUserDn() - Method in interface oracle.security.am.plugin.AMSubject
Returns the DN of the user.
getUserId() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Returns the User Id of the user.
getUserID() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user id
getUserId() - Method in interface oracle.security.am.plugin.AMSubject
returns the user id.
getUserIdentityProvider(String, String) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getUserList(int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
gets user list.
getUserList(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
gets user list.
getUserName() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
The getter for user name.
getUserName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return username of the user
getUserNameFromMultiIDStoreFormat(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getUserObject() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
 
getUserProfile() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getUserRegistrationURL() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Gets the user registration url.
getUsers(int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
gets users.
getUsers(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves users.
getUsers(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves users.
getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Retrieves user by an attribute value.
getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
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 interface oracle.security.am.plugin.ContextData
return the data value.
getValue() - Method in class oracle.security.am.plugin.impl.UserContextData
 
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.
getValues() - Method in class oracle.security.am.engines.common.identity.api.IdStoreProperty
 
getVariableValue(String, AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getWirelessAcctNumber() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return wireless acct number
GroupInfo - Interface in oracle.security.am.engines.common.identity.provider
Interface for Group objects that are returned by Identity Provider.

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
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
HIDDEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 

I

IdentityManagementConstants - Class in oracle.security.am.engines.idm
The IdentityManagementConstants class.
IdentityManagementConstants() - Constructor for class oracle.security.am.engines.idm.IdentityManagementConstants
 
IdentityManagementEngine - Class in oracle.security.am.engines.idm
The IdentityManagementEngine class.
IdentityManagementEngine.Context - Enum in oracle.security.am.engines.idm
 
IdentityManagementUtil - Class in oracle.security.am.engines.idm
The IdentityManagementUtil class.
IdentityManagementUtil() - Constructor for class oracle.security.am.engines.idm.IdentityManagementUtil
 
IdentityProviderException - Exception in oracle.security.am.engines.common.identity.provider.exceptions
If an error occurs User Identity Provider will throw an exception of type IdentityProviderException.
IdentityProviderException() - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a default exception.
IdentityProviderException(String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID.
IdentityProviderException(String, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and parameters.
IdentityProviderException(IdentityProviderException.ERROR_CODES, Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and cause.
IdentityProviderException(String, Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and cause.
IdentityProviderException(String, IMException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, Throwable, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException(String, Throwable, Object[], String, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with passed message ID, cause, and parameters.
IdentityProviderException(String, IMException, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, IMException, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException(String, IDSException, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified cause.
IdentityProviderException(String, Exception, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified cause.
IdentityProviderException(Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified cause.
IdentityProviderException(IMException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(IDSException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, Exception, Object[], String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException.ERROR_CODES - Enum in oracle.security.am.engines.common.identity.provider.exceptions
 
IdentityProviderServiceType - Enum in oracle.security.am.engines.idm
The IdentityProviderServiceType class.
IdentityServiceContext - Class in oracle.security.am.engines.idm
The IdentityServiceContext class.
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>, int, PasswdPolicyUserProfile) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
Instantiates a new identity service context.
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>, int) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
 
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
 
IdentityServiceProvider - Interface in oracle.security.am.engines.idm
The IdentityServiceProvider class.
IdentityServiceProviderResponse - Class in oracle.security.am.engines.idm
The IdentityServiceProviderResponse class.
IdentityServiceProviderResponse(IdentityProviderServiceType, URL) - Constructor for class oracle.security.am.engines.idm.IdentityServiceProviderResponse
 
IdentityServiceProviderTask - Interface in oracle.security.am.engines.idm
The IdentityServiceProviderTask class.
IdentityStoreContext - Interface in oracle.security.am.engines.common.identity.api
IdentityStoreContext will expose the OAM Identitystore operation that are essential for the plug-ins.
IdmPropertySet - Class in oracle.security.am.engines.common.identity.api
Holds the list of Identity Store properties.
IdmPropertySet() - Constructor for class oracle.security.am.engines.common.identity.api.IdmPropertySet
 
IdmUser - Class in oracle.security.am.engines.common.identity.api
User object will contain user attributes available in the Identity Store.
IdmUser() - Constructor for class oracle.security.am.engines.common.identity.api.IdmUser
 
IdStoreProperty - Class in oracle.security.am.engines.common.identity.api
Abstracts the properties of the Identity store property.
IdStoreProperty() - Constructor for class oracle.security.am.engines.common.identity.api.IdStoreProperty
 
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
 
IS_USER_AUTHENTICATED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Is user authenticated flag.
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.
isDisableDefaultContextParams() - Method in class oracle.security.am.plugin.impl.UserAction
 
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
isUserAssignedToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Checks if the user is assigned a group.
isValid() - Method in interface oracle.security.am.plugin.GenericTransportStore
Checks whether the session store implementation is valid or not.

K

KEY_AGENT_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Agent ID attribute
KEY_AGENT_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Agent password
KEY_AUTHENTICATED_USER_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Authenticated User name
KEY_AUTHN_LEVEL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Authn Level
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_COOKIE_PROPERTY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
HTTP Cookies keys attribute
KEY_DN_PRESENT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Identifier for checking whether a DN is present in the LDAP Filter string.
KEY_DOMAIN_DNS2DN_MAP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Key for holding domain 2 dn mapping.
KEY_FED_ASSERTION_CONSUMER_SERVICE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Federation ACS URL
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_HEADER_PROPERTY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
HTTP Header keys attribute
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_PROP_AUTHN_EXCEPTION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Key to propogate authentication error to user page.
KEY_PROP_AUTHN_LEVEL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Key to propagate authentication level.
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_TAG - Static variable in interface oracle.security.am.plugin.PluginAttribute
 
KEY_TAP_RETURN_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
KEY_TAP_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Attribute to hold the TAP object
KEY_USER_PROFILE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User profile object
KEY_USERDOMAIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Variable to represent Kerberos Base Domain DN.
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
KEY_USERREALM - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Variable to represent Kerberos realm.

L

locateUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns the user denoted by the userId
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of users which match the attribute, value specified.
locateUser(String, String[]) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of user entries returned by running the search filter with the specified arguments.
locateUser(String, String, String[]) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUser(String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
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
 
LOGGER - Static variable in class oracle.security.am.plugin.impl.UserAction
 

M

modifyUserAttribute(String, String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Modify user attribute.
modifyUserAttribute(String, String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
Modify user attribute.
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Update user multi-valued attribute .
modifyUserMultiAttribute(UserInfo, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Update user multi-valued attribute .
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
Update user multi-valued attribute .
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.
NAME_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
NAME_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 
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

OAMAuthLevelPrincipal - Class in oracle.security.am.common.utilities.principal
OAMAuthLevelPrincipal class holds the authentication level for the Subject.
OAMAuthLevelPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
Default constructor.
OAMAuthLevelPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
Creates a principal with name.
OAMGroupPrincipal - Class in oracle.security.am.common.utilities.principal
OAMGroupPrincipal can be used to define group membership for a user when a subject is created in custom authentication plug-in.
OAMGroupPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
Default constructor
OAMGroupPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
Creates a principal with name.
OAMGUIDPrincipal - Class in oracle.security.am.common.utilities.principal
OAMGUIDPrincipal can be used to define the unique ID for a user when a subject is created in custom authentication plug-in.
OAMGUIDPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
Default constructor.
OAMGUIDPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
Creates a principal with name.
OAMSessionPrincipal - Class in oracle.security.am.common.utilities.principal
OAMSessionPrincipal can be used to define the unique session ID for a user when a subject is created in custom authentication plug-in.
OAMSessionPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
OAMSessionPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
Creates a principal with name.
OAMUserDNPrincipal - Class in oracle.security.am.common.utilities.principal
OAMSessionPrincipal can be used to define the distinguished name for a user when a subject is created in custom authentication plug-in.
OAMUserDNPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
OAMUserDNPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
Creates a principal with name.
OAMUserPrincipal - Class in oracle.security.am.common.utilities.principal
OAMUserPrincipal can be used to define name for a user when a subject is created in custom authentication plug-in.
OAMUserPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMUserPrincipal
Default constructor.
OAMUserPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMUserPrincipal
Creates a principal with name.
OBJ_ID - Static variable in class oracle.security.am.plugin.authn.Credential
 
OBJ_ID - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
OBJ_ID - Static variable in class oracle.security.am.plugin.impl.UserAction
 
OBJ_ID - Static variable in class oracle.security.am.plugin.PluginResponse
 
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.common.utilities.principal - package oracle.security.am.common.utilities.principal
Package holds OAM security principals.
oracle.security.am.engines.common.identity.api - package oracle.security.am.engines.common.identity.api
Package holds identify service API interfaces.
oracle.security.am.engines.common.identity.provider - package oracle.security.am.engines.common.identity.provider
Package holds identify service provider interfaces.
oracle.security.am.engines.common.identity.provider.exceptions - package oracle.security.am.engines.common.identity.provider.exceptions
Package holds identify service exceptions.
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 generic plugin interfaces.
oracle.security.am.plugin.authn - package oracle.security.am.plugin.authn
Package holds authentication plugin interfaces.
oracle.security.am.plugin.impl - package oracle.security.am.plugin.impl
Package holds default implemention for execution actions.

P

PARAM_MAP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.authn.Credential
 
PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
PASSWORD_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
PluginAttribute - Interface in oracle.security.am.plugin
Interface for plug-in attributes.
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() - 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(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 plug-ins.
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 interface oracle.security.am.plugin.authn.AuthnPluginService
process method will be called for the plug-in step execution and all authentication related logic should go to this method.
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

QUERY_STRING - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
queryString - Variable in class oracle.security.am.common.policy.runtime.RuntimeResource
 

R

READ_ONLY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
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.
removeGroup(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method removes a group
removeResponse(PluginAttributeContextType) - Method in interface oracle.security.am.plugin.PluginContext
Removes the response of the specified type
removeResponse(PluginAttributeContextType, String) - Method in interface oracle.security.am.plugin.PluginContext
Removes the response of the specified type and name
removeUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method removes a user
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.
RSA_NEW_PIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEW_PIN_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEW_PIN_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEW_PIN_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEW_PIN_REENTER_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEW_PIN_REENTER_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEXT_TOKEN_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_NEXT_TOKEN_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_PASSCODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_PASSCODE_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_PASSCODE_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_PIN_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_CONFIRMATION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_CONFIRMATION_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_CONFIRMATION_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_PARAMETER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_SYSGEN_PIN_PARAMETER_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RSA_USER_PASSCODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RuntimeAuthnModule - Class in oracle.security.am.common.policy.runtime
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
 
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

setAction(ExecutionAction) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
setAction(ExecutionAction) - Method in interface oracle.security.am.plugin.PluginContext
Sets the Execution.
setActionType(UserActionMetaData) - Method in class oracle.security.am.plugin.impl.UserAction
 
setAffinityRequested(boolean) - Method in interface oracle.security.am.plugin.ExecutionAction
Set/Unset the affinity flag.
setAffinityRequested(boolean) - Method in class oracle.security.am.plugin.impl.UserAction
 
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
Sets the AccessConstants.AUTH_CLASS object used for authentication.
setAuthnModuleConfig(AuthnModuleConfig) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
Sets the AuthnModuleConfig object to the context.
setAuthnModuleDesc(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
setAuthnModuleName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
setAuthnModuleSteps(List<AuthnModuleStepConfig>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
setAuthnModuleStrategy(AuthnModuleStrategyConfig) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
 
setBusinessEmail(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set Business email for the user
setComposite(boolean) - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Set if the module is composite or not
setContextData(List<ContextData>) - Method in interface oracle.security.am.plugin.ActionContext
 
setContextData(List<ContextData>) - Method in class oracle.security.am.plugin.impl.UserActionContext
 
setContextMetaData(ContextMetaData) - Method in interface oracle.security.am.plugin.ContextData
sets the meta data for the data.
setContextMetaData(ContextMetaData) - Method in class oracle.security.am.plugin.impl.UserContextData
 
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
 
setDescription(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
setDisableDefaultContextParams(boolean) - Method in class oracle.security.am.plugin.impl.UserAction
 
setDisplayName(String) - Method in class oracle.security.am.plugin.impl.UserContextData
 
setErrorcode(IdentityProviderException.ERROR_CODES) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Getter and Setter for error codes
setErrorCode(int) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
setErrorCode(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
sets the error code.
setErrorMsg(String) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated. 
setFirstName(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Utility method to get user firstname user properties.
setKeyName(String) - Method in class oracle.security.am.plugin.authn.Credential
 
setKeyName(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
 
setKeyName(String) - Method in class oracle.security.am.plugin.impl.UserAction
 
setKeyName(String) - Method in interface oracle.security.am.plugin.PluginAttribute
 
setKeyName(String) - Method in class oracle.security.am.plugin.PluginResponse
 
setLastName(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set last name for the user
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 interface oracle.security.am.plugin.GenericPluginService
Deprecated. This method will be removed in future releases.
get the monitoring status configured for the plugin.
setName(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the name of the parameter.
setName(String) - Method in interface oracle.security.am.plugin.ExecutionAction
 
setName(String) - Method in class oracle.security.am.plugin.impl.UserAction
 
setName(String) - Method in class oracle.security.am.plugin.impl.UserContextData
 
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
 
setOnError(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
Sets the execution sequence for the plug-in.
setOnExecute(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
Sets the execution sequence for the plug-in.
setOnFailure(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
setOnFailure(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
Sets the execution sequence for the plug-in.
setOnSuccess(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
setOnSuccess(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
Sets the execution sequence for the plug-in.
setOrchestartionStepName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
 
setOrchestrationSteps(List<AuthnModuleOrchStepConfig>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
setOrder(int) - Method in class oracle.security.am.plugin.impl.UserContextData
 
setParamMap(Map<String, String>) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
setPluginName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
setPrimaryErrorCode(String) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
setPrimaryMessage(String) - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Deprecated. 
setProperty(String, IdStoreProperty) - Method in class oracle.security.am.engines.common.identity.api.IdmPropertySet
sets the property to the PropertySet.
setSecure(boolean) - Method in interface oracle.security.am.plugin.GenericTransportToken
 
setStartingStep(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
setStartingStep(String) - Method in interface oracle.security.am.plugin.PluginContext
Sets the starting step of the Composite authentication module.
setStepName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
setStrategyName(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
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.
setUserActionCommand(String) - Method in interface oracle.security.am.plugin.ActionContext
 
setUserActionCommand(String) - Method in class oracle.security.am.plugin.impl.UserActionContext
This method can be used to set the user action command directly to the UserActionContext.
setUserName(String) - Method in class oracle.security.am.engines.common.identity.api.IdmUser
The setter for user name.
setValue(Object) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the value of the credential parameter.
setValue(String) - Method in interface oracle.security.am.plugin.ContextData
sets a value to the data.
setValue(String) - Method in class oracle.security.am.plugin.impl.UserContextData
 
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 method will be called when the plug-in instance is destroyed or removed from the instance pool.
shutdownPlugin(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
start(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
Implements BundleActivator.start().
startPlugin(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
STEP_PARAM_AUTHN_LEVEL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
STEP_PARAM_NO_OF_CREDENTIALS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
stop(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
Implements BundleActivator.stop().

T

TestConnectionException - Exception in oracle.security.am.engines.common.identity.provider.exceptions
This exception is thrown while testing a connection from the OAM11g Console.
TestConnectionException(Exception) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor
TestConnectionException(Exception, TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with error code
TestConnectionException(String, Object[], TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with message, error code and params
TestConnectionException(String, Exception, TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with message, exception and error code
TestConnectionException.TestConnErrCode - Enum in oracle.security.am.engines.common.identity.provider.exceptions
 
TEXT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
TEXT_READONLY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
TOKEN_IS_ANONYMOUS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
toMapForm(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnModule
 
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.common.utilities.principal.OAMAuthLevelPrincipal
 
toString() - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
 
toString() - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
toString() - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
toString() - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
toString() - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
toString() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
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.engines.idm.IdentityServiceContext
 
toString() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
 
toString() - Method in interface oracle.security.am.plugin.ActionContext
 
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
 
toString() - Method in class oracle.security.am.plugin.impl.UserActionContext
 
toStringForm() - Method in class oracle.security.am.plugin.authn.Credential
 
toStringForm() - Method in class oracle.security.am.plugin.authn.CredentialParam
 
toStringForm() - Method in class oracle.security.am.plugin.impl.UserAction
 
toStringForm() - Method in interface oracle.security.am.plugin.PluginAttribute
 
toStringForm() - Method in class oracle.security.am.plugin.PluginResponse
 
type - Variable in class oracle.security.am.plugin.PluginResponse
The type.
TYPE_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
TYPE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 

U

unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Unset token.
unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportContext
Unset token providing the token object
unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Unset token.
unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Unset token providing the token object
URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
USER_ACTION_COMMAND - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
USER_INFO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Key which contains user information.
USER_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
UserAction - Class in oracle.security.am.plugin.impl
UserAction Class is used to collect the credentials.
UserAction(String, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
Constructor
UserAction(UserActionContext, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
Constructor
UserAction(String, UserActionMetaData, boolean) - Constructor for class oracle.security.am.plugin.impl.UserAction
Constructor
UserAction(UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
Constructor
UserAction() - Constructor for class oracle.security.am.plugin.impl.UserAction
Default constructor.
userActionContext - Variable in class oracle.security.am.plugin.impl.UserAction
 
UserActionContext - Class in oracle.security.am.plugin.impl
This is the context that holds the different UserContextData - metadata that needs to be collected from the login page.
UserActionContext() - Constructor for class oracle.security.am.plugin.impl.UserActionContext
 
UserActionContext(String) - Constructor for class oracle.security.am.plugin.impl.UserActionContext
Constructor to create user action context with pre defined commands.
UserActionMetaData - Enum in oracle.security.am.plugin.impl
UserActionMetaData - indicates the action type to be used with UserAction.
UserContextData - Class in oracle.security.am.plugin.impl
The UserContextData specifies the meta data: name, display name and type of parameter that needs to be collected by the login page.
UserContextData() - Constructor for class oracle.security.am.plugin.impl.UserContextData
Default constructor
UserContextData(String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
Constructor
UserContextData(String, String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
Constructor
UserContextData(String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
Constructor
UserContextData(String, String, CredentialMetaData, int) - Constructor for class oracle.security.am.plugin.impl.UserContextData
Constructor
UserInfo - Interface in oracle.security.am.engines.common.identity.provider
Interface for user object.
USERNAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
USERNAME_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 

V

value - Variable in class oracle.security.am.plugin.PluginResponse
The value.
VALUE_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
VALUE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 
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.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.idm.IdentityManagementEngine.Context
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.GenericTransportContext.PARAM_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.impl.UserActionMetaData
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.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
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.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
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.IdentityManagementEngine.Context
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.GenericTransportContext.PARAM_TYPE
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.impl.UserActionMetaData
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.

W

writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 

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

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.