Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABORT - Enum constant in enum class oracle.security.am.plugin.Advice
-
Abort Execution *.
- ABORT - Enum constant in enum class oracle.security.am.plugin.ExecutionStatus
-
Exception during plug-in will result in Abort status.
- 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
- AbstractAuthnContext - Class in oracle.security.am.plugin.impl
- AbstractAuthnContext() - Constructor for class oracle.security.am.plugin.impl.AbstractAuthnContext
- AbstractAuthnContext(String, ClientProfile, AMSession, PluginTransportContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AbstractAuthnContext
- AbstractAuthnContext(GenericTransportContext, IdentityStoreContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AbstractAuthnContext
- AbstractPluginContext - Class in oracle.security.am.plugin.impl
- AbstractPluginContext() - Constructor for class oracle.security.am.plugin.impl.AbstractPluginContext
- 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
- AbstractPluginSession - Class in oracle.security.am.plugin.impl
- AbstractPluginSession() - Constructor for class oracle.security.am.plugin.impl.AbstractPluginSession
- AbstractPluginSubject - Class in oracle.security.am.plugin.impl
- AbstractPluginSubject() - Constructor for class oracle.security.am.plugin.impl.AbstractPluginSubject
- AbstractPluginSubject(Subject, String, String, String, int) - Constructor for class oracle.security.am.plugin.impl.AbstractPluginSubject
- AbstractPluginTransportContext - Class in oracle.security.am.plugin.impl
- AbstractPluginTransportContext() - Constructor for class oracle.security.am.plugin.impl.AbstractPluginTransportContext
- ACCEPTANCE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- ACCESSIBILITY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- ACCESSIBILITY_HIGHCONTRAST - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- ACCESSIBILITY_LARGEFONT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- ACCESSIBILITY_SCREENREADER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- AccessibilityData - Class in oracle.security.am.plugin.impl
-
The AccessibilityData class is an OOTB implementation to save the accessibility settings.
- AccessibilityData() - Constructor for class oracle.security.am.plugin.impl.AccessibilityData
- ACCOUNT_EXPIRED - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- ACCOUNT_EXPIRED_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- ACCT_INACTIVE_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- ActionContext - Interface in oracle.security.am.plugin
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- addErrorCode(ErrorCode) - Method in interface oracle.security.am.plugin.PluginContext
-
Adds an error code to the list of errors.
- addException(Exception) - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- addException(Exception) - Method in interface oracle.security.am.plugin.PluginContext
-
Adds an exception to the list.
- addResponse(PluginResponse) - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- 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 Class in oracle.security.am.plugin
-
Enumeration defining the advices.
- AGENT_APP_DOMAIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_PROVIDER_SEARCH_BASE_DN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- ATTR_PROVIDER_USER_IDENTITY_STORE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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
- AUDIT_RESPONSE_STATUS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- AUDIT_USERNAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- 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
- authenticateUserByName(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
- AUTHENTICATION_FAILED - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
Generic Authentication failed
- 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 Class 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(String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Create 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) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Create Exception.
- AuthenticationException(String, Throwable, Object[]) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Constructs a new exception with passed message ID, cause, and parameters.
- AuthenticationException(String, AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Instantiates a new authentication 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) - 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(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(PluginAuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Instantiates a new authentication exception.
- AuthenticationException(PluginAuthenticationErrorCode, String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Instantiates a new authentication exception.
- AuthenticationException(PluginAuthenticationErrorCode, Throwable, String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
-
Instantiates a new authentication exception.
- AUTHN_RETRY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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
- AuthnContext - Class in oracle.security.am.plugin.impl
- AuthnContext() - Constructor for class oracle.security.am.plugin.impl.AuthnContext
- AuthnContext(Subject) - Constructor for class oracle.security.am.plugin.impl.AuthnContext
- AuthnContext(AuthenticationContext, GenericTransportContext, IdentityStoreContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AuthnContext
- AuthnContext(GenericTransportContext, IdentityStoreContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AuthnContext
- AUTHNCTX_NAMESPACE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- AuthnModuleConfig - Interface in oracle.security.am.plugin.authn
- AuthnModuleOrchStepConfig - Interface in oracle.security.am.plugin.authn
- AuthnModuleStepConfig - Interface in oracle.security.am.plugin.authn
- AuthnModuleStrategyConfig - Interface in oracle.security.am.plugin.authn
- AuthnPluginService - Interface in oracle.security.am.plugin.authn
- AUTOPROVISIONING - Static variable in class oracle.security.am.plugin.authn.PluginConstants
B
- BASIC - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- BASIC - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- buildUrl(boolean, String, int, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
-
Builds the uri.
- buildUrl(String, Map<String, Object>, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
-
Builds the url.
- BUTTON - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- BUTTON_ACTION_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- BUTTON_ACTION_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- BUTTON_ACTION_FED_SSO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- BUTTON_ACTION_LOCAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- BUTTON_ACTION_TENANT_DISAMBIGUATION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- byteToDecimalFASCN(byte[]) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
C
- CHALLENGE_SETUP_NOT_DONE - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
User did not setup challenge question
- CHALLENGES_DISABLED - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- CHALLENGES_NOT_DEFINED - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- checkAccountLockedOnFailure() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- checkForDNPresence(String, String, AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
- CLIENT - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
Response to the sent to the client
- ClientProfile - Class in oracle.security.am.plugin
-
Object encapsulates the client profile.
- ClientProfile() - Constructor for class oracle.security.am.plugin.ClientProfile
- CMD_RSA_NEW_PIN - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_NEW_PIN_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_PASSCODE - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_SYSGEN_PIN - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_SYSGEN_PIN_CONFIRMATION - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_SYSGEN_PIN_NEXT_TOKEN - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_RSA_USER_PASSCODE - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_USER_PASSWORD - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- CMD_USERNAME - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
- 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
- CONFIG_IDM - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
- ContextData - Interface in oracle.security.am.plugin
- ContextMetaData - Interface in oracle.security.am.plugin
- CONTINUE - Enum constant in enum class oracle.security.am.plugin.Advice
-
Continue Execution *.
- CREATE_ACCOUNT - Enum constant in enum class oracle.security.am.engines.idm.RegistrationProviderServiceType
-
Create new account for user.
- 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 cookie
String
. - CRED_PARAM_TYPE_HTTP_HEADER - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
-
Paramter type http header
String
. - CRED_PARAM_TYPE_PASSWD - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
-
Paramter type password
String
. - CRED_PARAM_TYPE_STRING - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
-
Paramter type
String
. - CRED_PARAM_VALUE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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
- CredentialCollectionAction - Class in oracle.security.am.plugin.impl
- CredentialCollectionAction() - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
- CredentialCollectionAction(String) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
- CredentialCollectionAction(String, boolean) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
- CredentialCollectionAction(CredentialCollectionActionContext) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
- CredentialCollectionActionContext - Class in oracle.security.am.plugin.impl
- CredentialCollectionActionContext() - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionActionContext
- CredentialCollectionActionContext(String) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionActionContext
- CredentialContextData - Class in oracle.security.am.plugin.impl
- CredentialContextData() - Constructor for class oracle.security.am.plugin.impl.CredentialContextData
- CredentialContextData(String, String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.CredentialContextData
- CredentialContextData(String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.CredentialContextData
- CredentialContextData(String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.CredentialContextData
- CredentialMetaData - Class in oracle.security.am.plugin.impl
- CredentialMetaData(String) - Constructor for class oracle.security.am.plugin.impl.CredentialMetaData
- 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
D
- DAP - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- DAP - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- DATA_SEP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- decryptSensitiveData(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
- DEDICATED_FEDSSO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- DEDICATED_LOCAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
-
public static final String CRED_PARAM_X = "CRED_PARAM_";
- DEFAULT_CSF_MAP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- deleteStateAttribute(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- deleteStateAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
-
Deletes the plugin state attribute that was set earlier.
- DISABLED_USER - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- DISABLED_USER - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
E
- equals(Object) - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- 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
- ERR_ADMIN_USERS_ROLES - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown when admin users/roles are missing.
- ERR_GROUP_SEARCH_BASE - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown when group search base either has no elements or is missing in the user store
- ERR_OTHER - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown for a variety of other conditions like naming exceptions.
- ERR_SUBSCRIBER_NAME - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
- ERR_URL_CREDENTIALS - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown when host:port or credentials (login dn and password) are invalid
- ERR_USER_NAME_ATTR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown when group search base either has no elements or is missing in the user store
- ERR_USER_SEARCH_BASE - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
thrown when user search base either has no elements or is missing in the user store
- ERROR - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
Plugin Error message
- ERROR_CODE - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
- ERROR_CODE - Static variable in class oracle.security.am.plugin.impl.PluginCommonAttribute
-
The Constant ERROR_CODE.
- ERROR_OCCURRED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.
- EXCEPTION - Enum constant in enum class oracle.security.am.plugin.ExecutionStatus
-
Plugin execution status exception.
- ExecutionAction - Interface in oracle.security.am.plugin
- ExecutionState - Class in oracle.security.am.plugin.authn
-
State of the execution.
- ExecutionState() - Constructor for class oracle.security.am.plugin.authn.ExecutionState
-
Default constructor.
- ExecutionState(String, String, String, String) - Constructor for class oracle.security.am.plugin.authn.ExecutionState
-
Constructor to create the instance.
- ExecutionStatus - Enum Class in oracle.security.am.plugin
-
Status of the plug-in execution.
- ExtAuthenticationException - Exception in oracle.security.am.plugin.authn
- ExtAuthenticationException(String) - Constructor for exception oracle.security.am.plugin.authn.ExtAuthenticationException
- ExtAuthenticationException(ErrorCode, String) - Constructor for exception oracle.security.am.plugin.authn.ExtAuthenticationException
- ExtErrorCode - Class in oracle.security.am.plugin.authn
- ExtErrorCode(String) - Constructor for class oracle.security.am.plugin.authn.ExtErrorCode
- extractAndSetNativeErrorCodeForAuthException(IDSException, IDSException.PwdPolicyCode) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
- extractAndSetNativeErrorCodeForIDS(IDSException, IDSException.PwdPolicyCode) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
F
- FA_PASSWORD_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FAILURE - Enum constant in enum class oracle.security.am.plugin.ExecutionStatus
-
Plug-in failure status.
- FED_BASIC_MODE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_IMPERSONATION_FAILURE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_IMPERSONATION_SESSION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_IS_SP_AUTHN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_MATCH_LDAP_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_MOBILE_ENABLED_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_MOBILE_ENABLED_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_NULL_REP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_PARTNER_ID - 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_SSO_MODE_IDENTIFIER_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_SSO_MODE_IDENTIFIER_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_SSO_STATUS_LOW_CODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_SSO_STATUS_MESSAGE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_SSO_STATUS_TOP_CODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_TARGET - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_TENANT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_USER_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_USER_ATTR_VALUE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_WSFED_ACTION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_WSFED_CONTEXT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FED_WSFED_RESPONSE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FEDERATION_ENABLED_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FEDERATION_ENABLED_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- FORCED_PASSWORD_CHANGE - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
User forced to change Password.
- FORGOT_PASSWORD - Enum constant in enum class oracle.security.am.engines.idm.RegistrationProviderServiceType
-
User forgot the password for account.
- FORM - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- FORM - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- FORM - Enum constant in enum class oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
- FORWARD - Enum constant in enum class oracle.security.am.plugin.impl.UserActionMetaData
- 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.AuthnContext
- 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 Class in oracle.security.am.plugin
- GenericPluginState - Interface in oracle.security.am.plugin
- GenericTransportContext - Interface in oracle.security.am.plugin
-
The
GenericTransportContext
class. - GenericTransportContext.PARAM_TYPE - Enum Class 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 class oracle.security.am.plugin.impl.AbstractAuthnContext
-
Returns the execution action that has been set in the authentication context
- 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
- getAdditionalParam() - Method in class oracle.security.am.plugin.PluginResponse
- getAdvice() - Method in class oracle.security.am.plugin.impl.ModuleAdviceImpl
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- getAllResponses() - Method in interface oracle.security.am.plugin.PluginContext
-
returns all the responses configured.
- getAllStateAttributes() - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- getAllStateAttributes() - Method in interface oracle.security.am.plugin.PluginContext
-
Returns all the plugin state attributes and their values
- getAllUserProperties() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
-
Get all user's properties
- getAmr() - Method in interface oracle.security.am.plugin.AMSubject
-
List of AMR values for given authn flow.
- getAmr() - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
-
Get list of amr context values for given authn flow.
- getAmr() - Method in class oracle.security.am.plugin.impl.PluginSubject
-
Get list of amr context values for given authn flow.
- 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.
- getApplicationId() - Method in class oracle.security.am.plugin.impl.PluginSession
- getAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
-
retrieves an attribute store in the session.
- 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(CommonAttribute) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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.
- getAttributeNames() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getAttributes() - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Gets the attributes.
- getAttributes() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getAttributesMap() - Method in interface oracle.security.am.plugin.GenericTransportHandler
-
Gets the attributes map.
- getAttrValueFromUserDN(String, String, String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
- getAuthenticationClass() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
- getAuthenticationClass() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getAuthenticationErrorCode() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- getAuthLevel() - Method in interface oracle.security.am.plugin.AMSubject
-
Gets the auth level.
- getAuthLevel() - Method in class oracle.security.am.plugin.impl.PluginSubject
- getAuthnModuleConfig() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
- getAuthnModuleConfig() - Method in class oracle.security.am.plugin.impl.AuthnContext
- 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
- getAuthnModuleName() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get authentication module name.
- getAuthnModuleName() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get authentication module name.
- 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.
- getAuthnScheme() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getAuthnSchemeLevel() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
-
Get authentication Scheme level.
- getAuthnSchemeLevel() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get authentication Scheme level.
- getAuthnSchemeLevel() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
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.
- getAuthnSubject() - Method in class oracle.security.am.plugin.impl.PluginSession
- getAuthScheme() - Method in interface oracle.security.am.plugin.AMSubject
-
Gets the auth scheme.
- getAuthScheme() - Method in class oracle.security.am.plugin.impl.PluginSubject
- getAuthUserObject() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
-
Returns user object from underlying implementation of identity service.
- 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.
- getChallengeMechanism() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get credential challenge mechanism.
- getChallengeMechanism() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get credential challenge mechanism.
- getChallengeMechanismByValue(String) - Static method in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- getChallengeParameters() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
-
Get all the challenge parameters.
- getChallengeParameters() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get all the challenge parameters.
- getChallengeParameters() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get all the challenge parameters.
- getChallengeRedirectURL() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
-
Get Challenge Redirect URL.
- getChallengeRedirectURL() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get Challenge Redirect URL.
- getChallengeRedirectURL() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get Challenge Redirect URL.
- getClientIPAddress() - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- getClientIPAddress() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getClientIPAddress() - Method in interface oracle.security.am.plugin.PluginContext
-
gets the client IP address.
- getClientProfile() - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- getClientProfile() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getClientProfile() - Method in interface oracle.security.am.plugin.PluginContext
-
returns the
ClientProfile
object that contains the client specific attributes. - getCompleteResourceURL() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
-
Returns complete resource URL representation.
- 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
- 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.
- getCreationInstant() - Method in class oracle.security.am.plugin.impl.PluginSession
- getCredential() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
-
Get credential for the authentication.
- getCredential() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getCustomSessionAttributes() - Method in interface oracle.security.am.plugin.AMSession
-
Gets the custom session attributes.
- getCustomSessionAttributes() - Method in class oracle.security.am.plugin.impl.PluginSession
- 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
- getDefaultAuthnSchemeName() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- 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 class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- getDescription() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get description
- getDescription() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get description
- getDisplayName() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
- getDisplayName() - Method in interface oracle.security.am.plugin.ContextData
- 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
- getDynamicAuthnScheme() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- 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 interface oracle.security.am.plugin.GenericTransportContext
-
returns the error code.
- getErrorCode() - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- getErrorCode() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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 class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- getEventFlowMap() - Method in interface oracle.security.am.plugin.PluginEventFlowController
- getEventHint() - Method in interface oracle.security.am.plugin.ExecutionAction
- getEventHint() - Method in class oracle.security.am.plugin.impl.UserAction
- getEventName() - Method in interface oracle.security.am.plugin.PluginEventHint
-
Returns the EventName
- getExceptionList() - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- 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.
- getExpiryInstant() - Method in class oracle.security.am.plugin.impl.PluginSession
- getExtErrorCode() - Method in exception oracle.security.am.plugin.authn.ExtAuthenticationException
- getFederationSettings(String, String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
- 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
- getGroups(int) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
- getGroups(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getGroupsForUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- 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.
- getGUID() - Method in class oracle.security.am.plugin.impl.PluginSubject
- getHintOption() - Method in interface oracle.security.am.plugin.PluginEventHint
-
Returns the event hint option.
- 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
- getHttpProxyHost() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
-
Get the Proxy host configuration for external communication
- getHttpProxyHost() - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- getHttpProxyPort() - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
-
Get the Proxy port configuration for external communication
- getHttpProxyPort() - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- getId() - Method in interface oracle.security.am.plugin.AMSession
-
Returns the session id value.
- getId() - Method in class oracle.security.am.plugin.impl.PluginSession
- getID() - Method in interface oracle.security.am.plugin.GenericPluginService
-
returns the unique ID of the plug-in.
- getID() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- getIdentityManagementServer() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getIdentityPartnerId(String) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getIdentityServiceAccountLockedOnFailure(IdentityServiceContext) - Method in interface oracle.security.am.engines.idm.IdentityServiceProvider
-
Gets the account locked value on failure invalid login attempts happen.
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- getIdentityStoreContext() - Method in class oracle.security.am.plugin.impl.AuthnContext
- 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.
- getIdStoreReference() - Method in class oracle.security.am.plugin.impl.PluginSubject
- getImpersonatorUser() - Method in interface oracle.security.am.plugin.AMSession
-
Gets the impersonator user.
- getImpersonatorUser() - Method in class oracle.security.am.plugin.impl.PluginSession
- getImplType() - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
-
returns the implementation type of the plugin.
- 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.AuthnContext
- 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.
- getLastAccessTime() - Method in class oracle.security.am.plugin.impl.PluginSession
- 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.
- getLastUpdateTime() - Method in class oracle.security.am.plugin.impl.PluginSession
- getLocale() - Method in interface oracle.security.am.plugin.GenericTransportContext
- getLocale() - Method in interface oracle.security.am.plugin.GenericTransportHandler
- getLocale() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getLockedOnAttribute() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getLockedOnValue() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getLockedOnValue() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get locked on value
- getLockedOnValue() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get locked on value
- getLockOutTime() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get lock out duration
- getLockOutTime() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get lock out duration
- getLockoutTimeAttribute() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getLockoutTimeValue() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getLogger() - Method in interface oracle.security.am.plugin.GenericPluginService
-
returns the logger configured for the plug-in.
- getLogger() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- 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
- 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.
- getMaxRetryCount() - Method in interface oracle.security.am.plugin.authn.PluginAuthnScheme
-
Get maximum retry count
- getMaxRetryCount() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
-
Get maximum retry count
- getMaxWaitIntervel() - Method in interface oracle.security.am.plugin.GenericPluginService
-
returns the max wait interval in milliseconds.
- getMaxWaitIntervel() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- 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() - 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.engines.common.identity.provider.exceptions.IdentityProviderException
-
Returns the detail message string associated with the message ID for the requested locale, if available.
- getMessage(Locale) - Method in exception oracle.security.am.plugin.authn.AuthenticationException
-
Returns the detail message string associated with the message ID for the requested locale, if available.
- getMessageId() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
-
Returns the message ID that was passed in on creation, if any.
- getMessageId() - Method in exception oracle.security.am.plugin.authn.ExtAuthenticationException
- 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.
- getMiddleName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
-
Return user middlename
- getModuleName() - Method in class oracle.security.am.plugin.impl.ModuleAdviceImpl
- getModuleName() - Method in interface oracle.security.am.plugin.ModuleAdvice
-
returns the module name that should be executed next.
- getMonitoringData() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- getMonitoringData() - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- getMonitoringData() - Method in interface oracle.security.am.plugin.GenericPluginService
-
plug-in can return monitoring data after plug-in execution is complete.
- getMonitoringStatus() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- getMonitoringStatus() - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- 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
- 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 interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- 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.authn.PluginAuthnScheme
-
Get Authentication Scheme name
- 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.PluginAuthnSchemeImpl
-
Get Authentication Scheme name
- getName() - Method in class oracle.security.am.plugin.impl.PluginCommonAttribute
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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.AuthnContext
- 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
- getOnExecute() - Method in class oracle.security.am.plugin.authn.ExecutionState
- getOnFailure() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
- getOnFailure() - Method in class oracle.security.am.plugin.authn.ExecutionState
- getOnSuccess() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
- getOnSuccess() - Method in class oracle.security.am.plugin.authn.ExecutionState
- getOperation() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
-
Returns the operation to be performed on resource.
- getOrchestartionStepName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
- 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 class oracle.security.am.plugin.impl.PlugInConfigImpl
- getParameter(String) - Method in interface oracle.security.am.plugin.PluginConfig
-
get a configuration parameter.
- getParameters() - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Gets the parameters.
- getParameters() - Method in class oracle.security.am.plugin.impl.PlugInConfigImpl
- getParameters() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getParameters() - Method in interface oracle.security.am.plugin.PluginConfig
-
get all configuration parameters.
- getParameters(GenericTransportContext.PARAM_TYPE) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Gets the parameters.
- getParameters(GenericTransportContext.PARAM_TYPE) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getParameterValue(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Gets the parameter value.
- getParameterValue(String) - Method in class oracle.security.am.plugin.impl.CredentialCollectionAction
- getParameterValue(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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.
- getPluginAuthenticationErrorCode() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
- getPluginConfig() - Method in interface oracle.security.am.plugin.GenericPluginService
-
Gets the plugin config.
- getPluginConfig() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- getPluginName() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- getPluginName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
- getPluginName() - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- 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
- 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.
- getProviderConfigMap() - Method in class oracle.security.am.engines.idm.RegistrationServiceContext
-
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
- getRequestMethod() - Method in interface oracle.security.am.plugin.GenericTransportContext
- getRequestMethod() - Method in interface oracle.security.am.plugin.GenericTransportHandler
-
The method returns the type of method used to hit the OAM server for access.
- getRequestMethod() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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.
- getRequestURI() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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
- getResourceURL() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getResponse(PluginAttributeContextType, String) - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- getResponses(PluginAttributeContextType) - Method in interface oracle.security.am.plugin.PluginContext
-
returns all the attributes for the target context.
- getResponseUrl() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
-
Gets the response url.
- getRevision() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- getRevision() - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- getRoleMappings() - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getRoles(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getSchemeId() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- getSecondaryErrorMessage() - Method in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- getSecondaryErrorMessage() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
-
Returns the secondary Error message.
- getSecondaryErrorMessage() - Method in exception oracle.security.am.plugin.authn.ExtAuthenticationException
- getSecondaryErrorMessage() - Method in class oracle.security.am.plugin.authn.ExtErrorCode
- getSecondaryErrorMessage() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- getServerConfigMap() - Method in class oracle.security.am.engines.idm.IdentityServiceContext
-
Gets the server config map.
- getServerConfigMap() - Method in class oracle.security.am.engines.idm.RegistrationServiceContext
-
Gets the server config map.
- getSession() - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- getSession() - Method in class oracle.security.am.plugin.impl.AuthnContext
- 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.
- getSessionIndex() - Method in class oracle.security.am.plugin.impl.PluginSession
- 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.
- getSessionStore() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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 class oracle.security.am.plugin.impl.AbstractAuthnContext
-
Returns the starting step that has been set in the authentication context
- getStartingStep() - Method in interface oracle.security.am.plugin.PluginContext
-
Returns the starting step of the Composite Authentication module.
- getStartingStep(AuthenticationContext) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- getStateAttribute(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- getStateAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
-
Returns the pluginStateAttribute value or null if the state is not available
- getStatus() - Method in enum class 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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. - getSubject() - Method in class oracle.security.am.plugin.impl.AuthnContext
- getSubject() - Method in class oracle.security.am.plugin.impl.PluginSubject
- 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.
- getToken(String, boolean) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- getTransportContext() - Method in class oracle.security.am.plugin.impl.AuthnContext
- 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
- getTransportRequest() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Gets the transport session.
- getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
- getTransportSession(boolean) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- getTransportSessionID() - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Set Session ID for the tranport session.
- getTransportSessionID() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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
- 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 enum class oracle.security.am.plugin.impl.RedirectionMetaData
- 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.
- getUrl(RegistrationProviderServiceType, RegistrationServiceContext) - Method in interface oracle.security.am.engines.idm.RegistrationServiceProvider
-
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
- getUserAgent() - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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
- 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.
- getUserDn() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- getUserDn() - Method in class oracle.security.am.plugin.impl.PluginSubject
- 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.plugin.AMSubject
-
returns the user id.
- getUserId() - Method in class oracle.security.am.plugin.impl.PluginSubject
- getUserIdentityProvider(String) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- getUserList(int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getUserList(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- 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
- 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
- getUsers(int, int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getUsers(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
- getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
- getValue() - Method in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- getValue() - Method in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- getValue() - Method in class oracle.security.am.plugin.authn.CredentialParam
-
Returns the value of the Credential parameter as an Object.
- getValue() - Method in class oracle.security.am.plugin.authn.ExtErrorCode
- getValue() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- getValue() - Method in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- getValue() - Method in interface oracle.security.am.plugin.ContextData
- 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.RuntimeAuthnScheme
- 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
- HEADER - Enum constant in enum class oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
- HIDDEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- HTTP_TEXT - Enum constant in enum class oracle.security.am.plugin.Protocol
-
Text/HTML over HTTP *.
- HTTPS_TEXT - Enum constant in enum class oracle.security.am.plugin.Protocol
-
Text/HTML over HTTP *.
I
- ID_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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 Class 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(Exception) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
-
Constructs exception along with setting primary error message
- 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, Exception) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
-
Constructs exception along with setting primary error message
- IdentityProviderException(String, Exception, Object[]) - 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(String, Exception, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
- 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(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, 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, IDSException, Object[]) - 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(Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
-
Constructs a new exception with the specified cause.
- IdentityProviderException(IDSException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
-
Constructs exception along with setting primary error message
- 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.ERROR_CODES - Enum Class in oracle.security.am.engines.common.identity.provider.exceptions
- IdentityProviderServiceType - Enum Class 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>) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
- 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>, int, PasswdPolicyUserProfile) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
-
Instantiates a new identity service context.
- IdentityServiceProvider - Interface in oracle.security.am.engines.idm
-
The
IdentityServiceProvider
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
- IDSTORE_NOT_INITIALIZED - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- IDSTORE_UNREACHABLE_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- 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
- IdToken_To_UserAttri_Mapping - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- IM_EXCEPTION - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- IMPERSONATOR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- IMPERSONATOR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- init(AuthenticationContext) - Method in interface oracle.security.am.plugin.GenericPluginState
-
Initialize the class with the authentication context.
- init(AuthenticationContext) - Method in class oracle.security.am.plugin.impl.AccessibilityData
- initialize(PluginConfig) - Method in interface oracle.security.am.plugin.GenericPluginService
-
The function initializes the Plug-in.
- initialize(PluginConfig) - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- initilize() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- INTERNAL_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
Server side error.
- INVALID_CHALLENGE_RESPONSE - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_OAM_RM_COOKIE - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_OPERATION - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_PASSWORD - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
User provided wrong password.
- INVALID_REMEMBER_ME_TOKEN - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_TAP_TOKEN - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_TENANT_NAME - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- INVALID_USER - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- INVALID_USER - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
User provided wrong user name.
- INVALID_USER_PASSWORD - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- IS_ACCOUNT_LOCKED - Enum constant in enum class oracle.security.am.engines.idm.IdentityManagementEngine.Context
- IS_FED_IMPERSONATION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- IS_FED_IMPERSONATION_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- IS_MFA_AUTHN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.
- isAnonymous() - Method in class oracle.security.am.plugin.impl.PluginSession
- isComposite() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
-
Whether the module is composite or not.
- isDefaultAuthnScheme() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- isDisableDefaultContextParams() - Method in class oracle.security.am.plugin.impl.UserAction
- isFAPasswordPolicyEnabled(AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
- 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.
- isImpersonating() - Method in class oracle.security.am.plugin.impl.PluginSession
- 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
- isValid() - Method in interface oracle.security.am.plugin.GenericTransportStore
-
Checks whether the session store implementation is valid or not.
J
- JIT_DESCRIPTION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
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_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_AUTHN_LEVEL_TO_SET - Static variable in class oracle.security.am.plugin.authn.PluginConstants
-
Authn Level to set on Successful authentication
- 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_ENABLE_AUTHN_FAILOVER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_ENFORCE_KEY_USAGES - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_FED_ASSERTION_CONSUMER_SERVICE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
-
Federation ACS URL
- KEY_FORM_FALLBACK_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_GUID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_ENFORCE_EKU_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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_OTP_CRYPTO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_OTP_EMAIL_HOST_PORT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
-
TOTP Plugin Variable to hold keys for various configuration parameters
- KEY_OTP_ENCRYPT_SECRET_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_OTP_LENGTH - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_OTP_SECRETKEY_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_OTP_TIME_SKEW - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_OTP_TIME_WINDOW - 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_PROP_TAP_PARTNER_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_PROP_TAP_TOKEN_VALIDITY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_RETURN_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- KEY_RM_TOKEN - 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_USER_RECORD_ATTRIBUTE_LIST - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.
- KEY_USR_AUTHENTICATED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
L
- LDAP_CONNECTION_REFUSED - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- LITERAL - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
The LITERAL.
- locateUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
-
Returns the user denoted by the userId
- 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.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.IdentityStoreContext
- 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.
- LOCKED_ON - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- LOCKED_USER - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- LOCKOUT_DURATION_SECONDS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- LOCKOUT_TIME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- LOGIN_TRY_COUNT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
M
- MAX_LOGIN_TRIES - Enum constant in enum class oracle.security.am.engines.idm.IdentityManagementEngine.Context
- MAX_RETRY_LIMIT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
-
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 .
- ModuleAdvice - Interface in oracle.security.am.plugin
-
ModuleAdvice
will encapsulate the result ofPluginExecutionStrategy
execution. - ModuleAdviceImpl - Class in oracle.security.am.plugin.impl
- ModuleAdviceImpl() - Constructor for class oracle.security.am.plugin.impl.ModuleAdviceImpl
- 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
- MTUID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- MUST_SUPPLY_OLD_PASSWORD - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
N
- NAMESPACE_DELIM - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- NAMESPACE_EXTERNAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- NAMESPACE_INTERNAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- NEW_SIMV2_FLOW - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- NO_SERVICE_REQUIRED - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
No identity service reqd.
- 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
- NONE - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- NONE - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- NOT_PERMITTED_TO_LOGON_AT_THIS_TIME - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- NOT_PERMITTED_TO_LOGON_AT_THIS_TIME - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
O
- OAA_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- OAM_MT_MODE_IDENTIFIER_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- OAM_MT_MODE_IDENTIFIER_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- OAM_RM_COOKIE_MANDATORY - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- OAM10G - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- OAM10G - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- OAMAbstractAMPlugin - Class in oracle.security.am.plugin
-
Abstract plugin.
- OAMAbstractAMPlugin() - Constructor for class oracle.security.am.plugin.OAMAbstractAMPlugin
- OAMAbstractAuthenticationPlugIn - Class in oracle.security.am.plugin.authn
-
Plug-in Interface that will be exposed to the plug-in developers.
- OAMAbstractAuthenticationPlugIn() - Constructor for class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- OAMAuthLevelPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMAuthLevelPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
- OAMAuthLevelPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
- OAMGroupPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMGroupPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
- OAMGroupPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMGroupPrincipal
- OAMGUIDPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMGUIDPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
- OAMGUIDPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMGUIDPrincipal
- OAMSessionPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMSessionPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
- OAMSessionPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMSessionPrincipal
- OAMUserDNPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMUserDNPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
- OAMUserDNPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
- OAMUserPrincipal - Class in oracle.security.am.common.utilities.principal
- OAMUserPrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMUserPrincipal
- OAMUserPrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMUserPrincipal
- OAP - Enum constant in enum class oracle.security.am.plugin.Protocol
-
OAP protocol *.
- OAuth_Email - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- OIDC_ACCESS_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- OIDC_ID_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- OIDC_REFRESH_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.
- OPTION_BUTTON_ACTION_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- oracle.security.am.common.policy.runtime - package oracle.security.am.common.policy.runtime
- oracle.security.am.common.utilities.principal - package oracle.security.am.common.utilities.principal
- oracle.security.am.engines.common.identity.api - package oracle.security.am.engines.common.identity.api
- oracle.security.am.engines.common.identity.provider - package oracle.security.am.engines.common.identity.provider
- oracle.security.am.engines.common.identity.provider.exceptions - package oracle.security.am.engines.common.identity.provider.exceptions
- oracle.security.am.engines.idm - package oracle.security.am.engines.idm
- oracle.security.am.plugin - package oracle.security.am.plugin
- oracle.security.am.plugin.authn - package oracle.security.am.plugin.authn
- oracle.security.am.plugin.impl - package oracle.security.am.plugin.impl
P
- PASSWD_POLICY_PROFILE - Enum constant in enum class oracle.security.am.engines.idm.IdentityManagementEngine.Context
- PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- PASSWORD_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- PASSWORD_EXPIRE_WARNING - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_EXPIRE_WARNING - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- PASSWORD_EXPIRED - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_EXPIRED - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
Password Expired for user.
- PASSWORD_GRACE_LOGIN_WARNING - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_GRACE_LOGIN_WARNING - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- PASSWORD_ILLEGAL_VALUE_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_IN_HISTORY_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_IP_ACCOUNT_LOCKED_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_MIN_LENGTH - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_MINAGE_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_MOD_NOT_ALLOWED - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_MUST_CHANGE_WARNING - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_MUST_CHANGE_WARNING - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- PASSWORD_NULL_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_NUMERIC_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWORD_QUALITY_ERROR - Enum constant in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- PASSWRD_POLICY_REGEX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- PAUSE - Enum constant in enum class oracle.security.am.plugin.ExecutionStatus
-
Plug-in execution is not complete and needs input to continue execution
- PLG_STEP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- PLUGIN_CLASSNAME - Enum constant in enum class oracle.security.am.plugin.GenericPluginService.QueryKey
- PLUGIN_NAME - Enum constant in enum class oracle.security.am.plugin.GenericPluginService.QueryKey
- PLUGIN_VERSION - Enum constant in enum class oracle.security.am.plugin.GenericPluginService.QueryKey
- PluginAttribute - Interface in oracle.security.am.plugin
- PluginAttributeContextType - Enum Class in oracle.security.am.plugin
-
The context to which the plug-in respones need to set after the plug-in execution.
- PluginAuthenticationErrorCode - Class in oracle.security.am.plugin.authn
- PluginAuthenticationErrorCode(AuthenticationErrorCode) - Constructor for class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- PluginAuthnScheme - Interface in oracle.security.am.plugin.authn
-
Represents an authentication scheme used during runtime.
- PluginAuthnScheme.ChallengeMechanism - Enum Class in oracle.security.am.plugin.authn
-
Challenge Mechanism.
- PluginAuthnSchemeImpl - Class in oracle.security.am.plugin.impl
-
Represents an authentication scheme used during runtime.
- PluginAuthnSchemeImpl(RuntimeAuthnScheme) - Constructor for class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
- PluginCommonAttribute - Class in oracle.security.am.plugin.impl
- 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.
- PlugInConfigImpl - Class in oracle.security.am.plugin.impl
- PlugInConfigImpl(Object) - Constructor for class oracle.security.am.plugin.impl.PlugInConfigImpl
- 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.
- PluginEventFlowController - Interface in oracle.security.am.plugin
- PluginEventHint - Interface in oracle.security.am.plugin
- PluginExecutionStrategy - Interface in oracle.security.am.plugin
-
PluginExecutionStrategy
Plug-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() - Constructor for class oracle.security.am.plugin.PluginResponse
-
Default Constructor
- 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(String, String, PluginAttributeContextType, Map<String, Object>) - Constructor for class oracle.security.am.plugin.PluginResponse
-
constructor to create the plug-in response that can be set to session request etc.
- PluginRuntimeException - Exception in oracle.security.am.plugin
- 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.
- PluginRuntimeException(Throwable) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
-
Constructor with an exception.
- PluginSession - Class in oracle.security.am.plugin.impl
- PluginSession() - Constructor for class oracle.security.am.plugin.impl.PluginSession
- PluginSubject - Class in oracle.security.am.plugin.impl
- PluginSubject() - Constructor for class oracle.security.am.plugin.impl.PluginSubject
- PluginSubject(Subject, String, String, String, int) - Constructor for class oracle.security.am.plugin.impl.PluginSubject
- PluginTransportContext - Class in oracle.security.am.plugin.impl
-
Handle to the underlying transport protocol.
- PluginTransportContext(GenericTransportHandler) - Constructor for class oracle.security.am.plugin.impl.PluginTransportContext
-
Instantiates a new PluginTransportContext.
- PlugInUtil - Class in oracle.security.am.plugin.authn
- PlugInUtil() - Constructor for class oracle.security.am.plugin.authn.PlugInUtil
- POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- POLICY_DISABLE_CHALLENGE_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- POLICY_DISABLE_LEGACY_OIM_INTEGRATION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- POLICY_DISABLE_PASSWORD_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- POLICY_ENABLE_CHALLENGE_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- POLICY_ENABLE_PASSWORD_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.
- poweronSelfTest() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- PREV_SFA_TYPES - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- process() - Method in interface oracle.security.am.plugin.GenericPluginState
-
Process the class data into a form so that it's value can be saved into the namespace by the plugin.
- process() - Method in class oracle.security.am.plugin.impl.AccessibilityData
- process(AuthenticationContext) - Method in interface oracle.security.am.plugin.authn.AuthnPluginService
-
Authentication plug-ins can access all the data available in the
AuthenticationContext
object. - process(AuthenticationContext) - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- 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 Class in oracle.security.am.plugin
-
List of OAM client protocol.
- PWD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Q
- QUERY_STRING - Enum constant in enum class oracle.security.am.plugin.impl.RedirectionMetaData
- QUERY_STRING - Static variable in class oracle.security.am.plugin.authn.PluginConstants
R
- READ_ONLY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- readExternal(ObjectInput) - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- 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
- REDIRECT - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
Redirect URL used after the processing *.
- REDIRECT_GET - Enum constant in enum class oracle.security.am.plugin.impl.UserActionMetaData
- REDIRECT_POST - Enum constant in enum class oracle.security.am.plugin.impl.UserActionMetaData
- REDIRECTION_MODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- RedirectionAction - Class in oracle.security.am.plugin.impl
-
The
RedirectionAction
class. - RedirectionAction() - Constructor for class oracle.security.am.plugin.impl.RedirectionAction
- RedirectionAction(RedirectionActionContext) - Constructor for class oracle.security.am.plugin.impl.RedirectionAction
- RedirectionAction(RedirectionActionContext, boolean) - Constructor for class oracle.security.am.plugin.impl.RedirectionAction
- RedirectionActionContext - Class in oracle.security.am.plugin.impl
-
The
RedirectionActionContext
class. - RedirectionActionContext() - Constructor for class oracle.security.am.plugin.impl.RedirectionActionContext
- RedirectionContextData - Class in oracle.security.am.plugin.impl
-
The
RedirectionContextData
class. - RedirectionContextData(String, RedirectionMetaData) - Constructor for class oracle.security.am.plugin.impl.RedirectionContextData
- RedirectionMetaData - Enum Class in oracle.security.am.plugin.impl
-
The
RedirectionMetaData
class. - REGISTRATION_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- REGISTRATION_REQUEST_SENT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- REGISTRATION_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- RegistrationProviderServiceType - Enum Class in oracle.security.am.engines.idm
-
The
RegistrationProviderServiceType
class. - RegistrationServiceContext - Class in oracle.security.am.engines.idm
-
The
RegistrationServiceContext
class. - RegistrationServiceContext(Map<String, Object>, Map<String, Object>) - Constructor for class oracle.security.am.engines.idm.RegistrationServiceContext
-
Instantiates a new registration service context.
- RegistrationServiceProvider - Interface in oracle.security.am.engines.idm
-
The
RegistrationServiceProvider
class. - 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- removeResponse(PluginAttributeContextType) - Method in interface oracle.security.am.plugin.PluginContext
-
Removes the response of the specified type
- removeResponse(PluginAttributeContextType, String) - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
- 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
- REQUEST - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
request context used in a single request flow *.
- 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.
- RESOURCE_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- RM - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- 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() - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
-
Only to be used during Serialization and Deserialization
- RuntimeAuthnScheme(String, String, int, String, RuntimeAuthnScheme.ChallengeMechanism, Map<String, String>, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- RuntimeAuthnScheme(String, String, int, String, RuntimeAuthnScheme.ChallengeMechanism, Map<String, String>, String, boolean, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- RuntimeAuthnScheme(String, String, int, String, RuntimeAuthnScheme.ChallengeMechanism, Map<String, String>, String, Boolean) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- RuntimeAuthnScheme.ChallengeMechanism - Enum Class 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(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) - 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, 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.
- RuntimeResource(String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
- 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, 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(RuntimeResource) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
-
Constructs a new resource from another resource.
S
- SECRET_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SESSION - Enum constant in enum class oracle.security.am.plugin.PluginAttributeContextType
-
OAM session Object *.
- SESSION_INVALID - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- setAction(ExecutionAction) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
-
Sets the execution action in the authentication context
- setAction(ExecutionAction) - Method in interface oracle.security.am.plugin.PluginContext
-
Sets the Execution.
- setActionType(UserActionMetaData) - Method in class oracle.security.am.plugin.impl.UserAction
- setAdditionalParam(Map<String, Object>) - Method in class oracle.security.am.plugin.PluginResponse
- setAdvice(Advice) - Method in class oracle.security.am.plugin.impl.ModuleAdviceImpl
- 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
- setAnonymous(boolean) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- setApplicationId(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- setAttribute(String, Object) - Method in interface oracle.security.am.plugin.GenericTransportStore
-
Stores an attribute in the server.
- 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(CommonAttribute, Object) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- setAuthenticationClass(AccessConstants.AUTH_CLASS) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
- setAuthenticationClass(AccessConstants.AUTH_CLASS) - Method in class oracle.security.am.plugin.impl.AuthnContext
- setAuthLevel(int) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- setAuthnModuleConfig(AuthnModuleConfig) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
- setAuthnModuleConfig(AuthnModuleConfig) - Method in class oracle.security.am.plugin.impl.AuthnContext
- 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
- setAuthnScheme(PluginAuthnScheme) - Method in class oracle.security.am.plugin.impl.AuthnContext
-
sets the authentication scheme
- setAuthScheme(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- setBusinessEmail(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
-
Set Business email for the user
- setClientIPAddress(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setClientProfile(ClientProfile) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setCompleteResourceURL(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
-
Returns resource URL representation.
- 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
- setContextMetaData(ContextMetaData) - Method in class oracle.security.am.plugin.impl.UserContextData
- setCredential(Credential) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setCustomSessionAttributes(Map<String, Serializable>) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- 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(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
sets the error code.
- setErrorCode(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- setEventFlowMap(Map<String, String>) - Method in interface oracle.security.am.plugin.PluginEventFlowController
- setFirstName(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
-
Utility method to get user firstname user properties.
- setGuid(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- setHttpProxyHost(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setHttpProxyPort(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setId(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- setIdentityStoreContext(IdentityStoreContext) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setImpersonatorUser(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- 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.AuthnContext
- 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.
- setModuleName(String) - Method in class oracle.security.am.plugin.impl.ModuleAdviceImpl
- setMonitoringStatus(boolean) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
- setMonitoringStatus(boolean) - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
- setName(String) - Method in class oracle.security.am.plugin.authn.CredentialParam
-
Sets the name of the paramter.
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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
- setOnExecute(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
- setOnFailure(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
- setOnFailure(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
- setOnSuccess(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleOrchStepConfig
- setOnSuccess(String) - Method in class oracle.security.am.plugin.authn.ExecutionState
- 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
- setParameterValue(String, String) - Method in class oracle.security.am.plugin.impl.CredentialCollectionAction
- 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
- setProperty(String, IdStoreProperty) - Method in class oracle.security.am.engines.common.identity.api.IdmPropertySet
-
sets the property to the PropertySet.
- setResourceURL(String) - Method in class oracle.security.am.plugin.impl.AuthnContext
- setSecondaryErrorMessage(String) - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- setSecure(boolean) - Method in interface oracle.security.am.plugin.GenericTransportToken
- setSession(Session) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- setSession(AMSession) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setSessionIndex(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- setStartingStep(String) - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
- setStartingStep(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
-
Sets the starting step in the authentication context
- setStartingStep(String) - Method in interface oracle.security.am.plugin.PluginContext
-
Sets the starting step of the Composite authentication module.
- setStateAttribute(String, Object) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setStateAttribute(String, Object) - Method in interface oracle.security.am.plugin.PluginContext
-
Sets the plugin state that can be used across plugins
- 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 class oracle.security.am.plugin.impl.AbstractPluginContext
- 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.
- setSubject(Subject) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- setSubject(Subject) - Method in class oracle.security.am.plugin.impl.AuthnContext
- setSubject(AMSubject) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
- 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.
- setToken(GenericTransportToken, boolean) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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.
- setTransportContext(PluginTransportContext) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
- setTransportSessionID(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Sets the session ID for the transport.
- setTransportSessionID(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- 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.
- setUserDn(String) - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
- setUserDn(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- setUserId(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
- 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 crednetial paramter.
- setValue(Object) - Method in class oracle.security.am.plugin.MonitoringData
-
Sets the value.
- setValue(Object) - Method in class oracle.security.am.plugin.PluginResponse
-
sets the attribute value.
- setValue(String) - Method in interface oracle.security.am.plugin.ContextData
- setValue(String) - Method in class oracle.security.am.plugin.impl.UserContextData
- SFA_APNS_ASYNC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_CERT_CRED_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_CERT_FILE_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_CALL_TIMEOUT_SEC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_CONNECT_TIMEOUT_SEC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_KEEP_ALIVE_MIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_MAX_IDLE_CONNECTIONS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_READ_TIMEOUT_SEC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_H2_WRITE_TIMEOUT_SEC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_KEEP_ALIVE_SEC - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_MAX_POOL_SIZE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_MIN_POOL_SIZE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_PROD_SERVER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_PUSHER_EXPIRY_HR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APNS_TIME_TO_LIVE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_APP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_BACKWARD_COMPATIBILITY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_CALL_SEND - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_CONTACT_FULL_SUFFIX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_CORRELATION_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_CSF_MAP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_DEFAULT_IDENTITY_STORE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_EMAIL_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_EMAIL_REGEX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENABLE_FAILED_COUNTER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENABLE_FAILED_COUNTER_ON_EXPIRY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENABLE_PUSH_REQUEST_PURGE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENABLE_RBR_ME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENABLED_SUFIX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_ENCRYPT_PAYLOAD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_FAILED_COUNT_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_COLLAPSE_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_DELAY_WHILE_IDLE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_DRY_RUN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_OMA_API_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_RESTRICTED_PACKAGE_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_GCM_TIME_TO_LIVE_MS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_IDENTITY_STORE_REF - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_LOCKOUT_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MASK_CHAR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_ATTEMPTS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_ATTEMPTS_ERROR_MSG - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_PINS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_SEND_ATTEMPTS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_SEND_ATTEMPTS_ERROR_MSG - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MAX_SEND_ATTEMPTS_LOCKOUT_ENABLED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_CONTENT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_FROM - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_FROM_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_PIN_PLACEHOLDER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_SUBJECT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_TYPE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_MSG_UNSUBSCRIBE_TEXT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_OMA_ENCRYPT_KEY_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PAGE_URL_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PHONE_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PHONE_REFEX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_CHARS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_ENABLED_SUFIX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_ENCRYPT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_EXPIRY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_GENERATION_COUNT_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PIN_LENGTH - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_EXPIRY_TIME_MS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_OMA_TOKEN_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_POLL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_POLL_TIME_MS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PRIMARY_DEVICE_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_CRED_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_HOST - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_PASS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_PORT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_PROTOCOL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_PROXY_USER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_REQUEST_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_PUSH_TITLE_MSG - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_RBR_ME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_RBR_ME_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_RECEPIENT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_REST_RETURN_CONTACT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_REST_VERBOSE_OUTPUT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_SEND_ENABLED_SUFIX - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_SEND_SUCCESS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_SESSION_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_SKIP_SEND - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_CRYPTO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_ENCRYPT_SECRET_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_LENGTH - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_SECRETKEY_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_TIME_SKEW - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TOTP_TIME_WINDOW - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TS_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TYPE_ERROR_CODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TYPE_ERROR_MSG - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_TYPES - Static variable in class oracle.security.am.plugin.authn.PluginConstants
-
Adatptive Access Plugin constants.
- SFA_TYPES_SEPEARATOR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_UMS_AVAILABLE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_UMS_CRED_KEY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_UMS_USE_PREFIX_FOR_LDAP_ATTRIBUTE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_USE_APNS_H2 - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_USE_UDM_STORE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_USER_TYPES_ATTR_FIELD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SFA_VALIDATE_ANY_PIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- shutdown() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
- shutdown(Map<String, Serializable>) - Method in interface oracle.security.am.plugin.GenericPluginService
-
Shutdown.
- shutdown(Map<String, Serializable>) - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
- shutdownPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
- shutdownPlugin(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
- SIM_FEDSSO - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SIM_LOCAL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SIM_LOCAL_BACKWARD_COMPATIBILITY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SIM_TENANT_DISAMBIGUATION - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SSO_CHOOSER_IDENTIFIER_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- SSO_CHOOSER_IDENTIFIER_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- start(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
-
Implements BundleActivator.start().
- start(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
-
Implements BundleActivator.start().
- startPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
- startPlugin(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
- STATE_SEPARATOR_IDENTIFIER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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.AbstractAMPlugin
-
Implements BundleActivator.stop().
- stop(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
-
Implements BundleActivator.stop().
- STOP - Enum constant in enum class oracle.security.am.plugin.Advice
-
Successful termination of Execution *.
- SUCCESS - Enum constant in enum class oracle.security.am.plugin.ExecutionStatus
-
Plug-in success status.
- SUCCESS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
T
- TENANT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_CHALLENGE_POLICY_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_CUSTOM_LOGOUT_DONE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_DISABLED - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
Tenat is disabled.
- TENANT_FAILURE_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_LOGIN_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_NAME_IDENTIFIER_ATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_NAME_IDENTIFIER_ATTR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_PASSWORD_POLICY_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_SEPERATOR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANT_SUCCESS_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TENANTNAMEATTR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- 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, Exception, TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
-
Constructor with message, exception and 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.TestConnErrCode - Enum Class 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 class oracle.security.am.engines.idm.RegistrationServiceContext
- 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.ModuleAdviceImpl
- toString() - Method in class oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
- toString() - Method in class oracle.security.am.plugin.impl.PlugInConfigImpl
- 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.AuthnContext
- 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
- toStringForm(boolean) - Method in class oracle.security.am.plugin.impl.AuthnContext
- TOTP_ERROR_CODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TOTP_ERROR_MSG - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- TRACK_USER_REG - Enum constant in enum class oracle.security.am.engines.idm.RegistrationProviderServiceType
-
Tracking User registration.
U
- UID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UMS_CLIENT_APP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UMS_CLIENT_PASS - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UMS_CLIENT_POLICY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UMS_CLIENT_URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UMS_CLIENT_USER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- UNKNOWN - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Unset token.
- unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
-
Unset token.
- unsetToken(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportContext
-
Unset token providing the token object
- unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportHandler
-
Unset token providing the token object
- unsetToken(GenericTransportToken) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
- UNSPECIFIED_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- URL - Enum constant in enum class oracle.security.am.plugin.impl.RedirectionMetaData
- URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- URL_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- USER_ACCOUNT_DISABLED - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
User account is disabled
- USER_ACCOUNT_LOCKED - Enum constant in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
User account is locked
- USER_ACTION_COMMAND - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- USER_DN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- USER_GROUP_VALIDITY_CHECK_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- USER_ID - 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_LOCKED_DISABLED - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- USER_LOCKED_ERROR - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- USER_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
- USER_PASSWORD_EXPIRED - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- USER_PWD_CANNOT_CHANGE - Enum constant in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
- UserAction - Class in oracle.security.am.plugin.impl
- UserAction() - Constructor for class oracle.security.am.plugin.impl.UserAction
- UserAction(String, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
- UserAction(String, UserActionMetaData, boolean) - Constructor for class oracle.security.am.plugin.impl.UserAction
- UserAction(UserActionContext, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
- UserAction(UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
- UserActionContext - Class in oracle.security.am.plugin.impl
- UserActionContext() - Constructor for class oracle.security.am.plugin.impl.UserActionContext
- UserActionContext(String) - Constructor for class oracle.security.am.plugin.impl.UserActionContext
- UserActionMetaData - Enum Class in oracle.security.am.plugin.impl
- UserContextData - Class in oracle.security.am.plugin.impl
- UserContextData() - Constructor for class oracle.security.am.plugin.impl.UserContextData
- UserContextData(String, String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
- UserContextData(String, String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
- UserContextData(String, String, CredentialMetaData, int) - Constructor for class oracle.security.am.plugin.impl.UserContextData
- UserContextData(String, CredentialMetaData) - Constructor for class oracle.security.am.plugin.impl.UserContextData
- 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
- valueOf(String) - Static method in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.engines.idm.IdentityManagementEngine.Context
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.engines.idm.RegistrationProviderServiceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.Advice
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.ExecutionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.GenericPluginService.QueryKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.impl.RedirectionMetaData
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.impl.UserActionMetaData
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.PluginAttributeContextType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.security.am.plugin.Protocol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.engines.idm.IdentityManagementEngine.Context
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.engines.idm.IdentityProviderServiceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.engines.idm.RegistrationProviderServiceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.Advice
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.authn.AuthenticationErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.ExecutionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.GenericPluginService.QueryKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.impl.RedirectionMetaData
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.impl.UserActionMetaData
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.PluginAttributeContextType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.security.am.plugin.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
W
- WNA - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- WNA - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
- writeExternal(ObjectOutput) - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
- 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
X
- X509 - Enum constant in enum class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
- X509 - Enum constant in enum class oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form