Skip navigation links
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
Release 12c (12.2.1.4)

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

A

AbstractAMPlugin - Class in oracle.security.am.plugin
Abstract plugin.
AbstractAMPlugin() - Constructor for class oracle.security.am.plugin.AbstractAMPlugin
 
AbstractAuthenticationPlugIn - Class in oracle.security.am.plugin.authn
Plug-in Interface that will be exposed to the plug-in developers.
AbstractAuthenticationPlugIn() - Constructor for class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
AbstractAuthnContext - Class in oracle.security.am.plugin.impl
 
AbstractAuthnContext() - Constructor for class oracle.security.am.plugin.impl.AbstractAuthnContext
 
AbstractAuthnContext(GenericTransportContext, IdentityStoreContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AbstractAuthnContext
 
AbstractAuthnContext(String, ClientProfile, AMSession, PluginTransportContext, 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
 
AccessEvaluationResult - Enum in oracle.security.am.common.policy.runtime
Represents policy evaluation result.
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
 
AccessRequest - Class in oracle.security.am.common.policy.runtime
AccessRequest represents an access query.
AccessRequest(RuntimeResource, Subject, Map<String, Object>) - Constructor for class oracle.security.am.common.policy.runtime.AccessRequest
Deprecated.
AccessRequest(RuntimeResource, OAMIdentity, Map<String, Object>) - Constructor for class oracle.security.am.common.policy.runtime.AccessRequest
Constructs an AccessRequest using a RuntimeResource, Subject and an access context.
AccessRequest(RuntimeResource, PartnerIdentity, Map<String, Object>) - Constructor for class oracle.security.am.common.policy.runtime.AccessRequest
Constructs an AccessRequest object that is meant to be used as input for PolicyRuntime.isTokenRequestAuthorized().
AccessResult - Class in oracle.security.am.common.policy.runtime
AccessResult is an object returned after an access query.
AccessResult(boolean, Map<String, Object>) - Constructor for class oracle.security.am.common.policy.runtime.AccessResult
 
AccessResultReason - Enum in oracle.security.am.common.policy.runtime
Represents policy evaluation result reason.
ActionContext - Interface in oracle.security.am.plugin
 
addAuxObjectclasses(UserInfo, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Adding auxiliary classes to user object.
addAuxObjectclasses(UserInfo, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Adding auxiliary classes to user object.
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.
addPolicyChangeEventListener(PolicyChangeEventListener) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Adds the specified event listener to receive policy runtime change events.
addPolicyChangeEventListener(PolicyChangeEventListener) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Adds the specified event listener to receive policy runtime change events.
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 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.
amr - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
AMSession - Interface in oracle.security.am.plugin
SSO Session created for OAM server.
amSession - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
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.
anonymous - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
applicationId - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
assignGroupToUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
Deprecated.
assignGroupToUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method assigns a group to a user.
assignUserToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method assigns a user to a group
assignUserToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method assigns a user to a group (grants a particular role to a user).
assignUserToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method assigns a user to a group
ATTR_ANONYMOUS_AUTH_LEVEL - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_HOST - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_PARTNERID - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVICE_ENABLED - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_IDENTITY_SERVICE_PROVIDER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_PORT - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_REGISTRATION_SERVER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_REGISTRATION_SERVICE_ENABLED - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_REGISTRATION_SERVICE_PROVIDER - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
ATTR_SECURE_MODE - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
 
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method authenticates a username, given a password.
authenticateUser(UserInfo, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method authenticates the specified user with the UserInfo object and password.
authenticateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method authenticates the username and password specified.
authenticateUser(UserInfo, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Returns a true or false on an authentication check using User object and password
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
 
authenticateUserByName(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method authenticates a username, given a password.
authenticateUserByName(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method authenticates a username with a password and returns a User object associated with the authenticated user.
AuthenticationConstants - Class in oracle.security.am.plugin.authn
 
AuthenticationConstants() - Constructor for class oracle.security.am.plugin.authn.AuthenticationConstants
 
AuthenticationContext - Interface in oracle.security.am.plugin.authn
 
AuthenticationErrorCode - Enum in oracle.security.am.plugin.authn
 
AuthenticationException - Exception in oracle.security.am.plugin.authn
 
AuthenticationException() - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(PluginAuthenticationErrorCode) - 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(PluginAuthenticationErrorCode, String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(String, AuthenticationErrorCode) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(String, AuthenticationErrorCode, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Create Exception.
AuthenticationException(AuthenticationErrorCode, Throwable) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(AuthenticationErrorCode, Throwable, String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(PluginAuthenticationErrorCode, Throwable, String) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Instantiates a new authentication exception.
AuthenticationException(String, Object[]) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Constructs a new exception with the specified message ID and parameters.
AuthenticationException(String, Throwable, Object[]) - Constructor for exception oracle.security.am.plugin.authn.AuthenticationException
Constructs a new exception with passed message ID, cause, and parameters.
authLevel - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
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(GenericTransportContext, IdentityStoreContext, Credential) - Constructor for class oracle.security.am.plugin.impl.AuthnContext
 
AuthnContext(AuthenticationContext, 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
 
authnModuleConfig - Variable in class oracle.security.am.plugin.impl.AuthnContext
 
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
 
AuthnUser - Class in oracle.security.am.engines.common.identity.provider
AuthnUser represents the identity of the authenticated user.
AuthnUser() - Constructor for class oracle.security.am.engines.common.identity.provider.AuthnUser
 
authScheme - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 

B

buildUrl(String, Map<String, Object>, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
Builds the url.
buildUrl(boolean, String, int, String) - Static method in class oracle.security.am.engines.idm.IdentityManagementUtil
Builds the uri.
BUTTON - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
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

CanonicalID - Class in oracle.security.am.engines.common.identity.provider
This class provides an object representation of the different elements of a Canonical Name, namely:
IdStore Name, Id Type, DN/Filter and User/Group Id in the following format:

<IdStore Name> : <"user" | "group" "search"> : < DN or Filter> : <Id>
e.g.: UserIdentityStore1:USER:cn=weblogic,ou=people.dc=us,dc=oracle,dc=com:weblogic oid3:GROUP:cn=Administrator,cn=groups,dc=us,dc=oracle,dc=com:Administrators ad4:SEARCH:(&(cn=Admin)(objectclass=group)) Examples of invalid canonical name formats:
ad1:SEARCH:cn=jdoe,cn=users,dc=us,dc=oracle,dc=com edir2:GROUP:(&(objectclass=group)(cn=Administrators)):Administrators ovd:USER:(uid=user2):user2
CanonicalID() - Constructor for class oracle.security.am.engines.common.identity.provider.CanonicalID
Empty Constructor.
CanonicalID(String, IDTYPE, String, String) - Constructor for class oracle.security.am.engines.common.identity.provider.CanonicalID
Constructor for CanonicalID
changeUserPassword(String, char[], char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method changes user password
changeUserPassword(UserInfo, char[], char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method changes user password
changeUserPassword(String, char[], char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method changes user password
changeUserPassword(UserInfo, char[], char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
checkAccountLockedOnFailure() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
checkForDNPresence(String, String, AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
clientIPAddress - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
clientIPAddress - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
ClientProfile - Class in oracle.security.am.plugin
Object encapsulates the client profile.
ClientProfile() - Constructor for class oracle.security.am.plugin.ClientProfile
 
clientProfile - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
clientProfile - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
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
 
compareAttribute(UserInfo, String, char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
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.provider.UserProvider
Compares the attribute name with the attribute value and returns true if the values are same.
compareTo(Object) - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
 
COMPONENT_BUNDLE_CLASS - Static variable in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Child top-level component exceptions may need to redeclare this if using a nonstandard bundle class name (don't do that).
ConditionalReponse - Class in oracle.security.am.common.policy.runtime
 
ConditionalReponse(RuntimeResponse) - Constructor for class oracle.security.am.common.policy.runtime.ConditionalReponse
 
conditionExpression - Variable in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
CONFIG_IDM - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
configureInstance(Map<String, Object>) - Static method in class oracle.security.am.engines.common.identity.provider.GroupCache
 
ContextData - Interface in oracle.security.am.plugin
 
ContextMetaData - Interface in oracle.security.am.plugin
 
createClient(OAuthClientImpl) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
createClient(OAuthClientImpl) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
createGroup(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
This method creates a group with the specified name and attributes.
createGroup(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method creates a group with the specified name.
createGroup(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
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
createUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method creates a user
createUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method creates a User with the specified username and password in the configured Identity Store
CRED_PARAM_DELIMITER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_DISPLAY_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_TYPE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_TYPE_HTTP_COOKIE - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type http cookieString.
CRED_PARAM_TYPE_HTTP_HEADER - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type http headerString.
CRED_PARAM_TYPE_PASSWD - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter type passwordString.
CRED_PARAM_TYPE_STRING - Static variable in class oracle.security.am.plugin.authn.AuthenticationConstants
Paramter typeString.
CRED_PARAM_VALUE_DELIMITER - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
CRED_PARAM_X - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Standard set of parameters for CredentialCollectorPlugin
Credential - Class in oracle.security.am.plugin.authn
Credential object holds the credentials collected from the user.
Credential() - Constructor for class oracle.security.am.plugin.authn.Credential
 
credential - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
CREDENTIAL_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
CredentialCollectionAction - Class in oracle.security.am.plugin.impl
 
CredentialCollectionAction(String) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
 
CredentialCollectionAction(CredentialCollectionActionContext) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
 
CredentialCollectionAction() - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
 
CredentialCollectionAction(String, boolean) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionAction
 
CredentialCollectionActionContext - Class in oracle.security.am.plugin.impl
 
CredentialCollectionActionContext(String) - Constructor for class oracle.security.am.plugin.impl.CredentialCollectionActionContext
 
CredentialCollectionActionContext() - 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, CredentialMetaData) - 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
 
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
 
customSessionAttributes - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 

D

DATA_SEP - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
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.

E

EntityInfo - Interface in oracle.security.am.engines.common.identity.provider
 
EntityProvider - Interface in oracle.security.am.engines.common.identity.provider
 
equals(Object) - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 
equals(Object) - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
 
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.OAMTenantNamePrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
equals(Object) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
equals(Object) - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns true, if all elements in obj match elements in this object.
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.
exceptionList - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
ExecutionAction - Interface in oracle.security.am.plugin
 
executionAction - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
ExecutionState - Class in oracle.security.am.plugin.authn
State of the execution.
ExecutionState() - Constructor for class oracle.security.am.plugin.authn.ExecutionState
Default constructor.
ExecutionState(String, String, String, String) - Constructor for class oracle.security.am.plugin.authn.ExecutionState
Constructor to create the instance.
ExecutionStatus - Enum in oracle.security.am.plugin
Status of the plug-in execution.
extractAndSetNativeErrorCode(IMException) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
extractAndSetNativeErrorCodeForAuthException(IDSException, PwdPolicyCode) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
extractAndSetNativeErrorCodeForIDS(IDSException, PwdPolicyCode) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
extractAndSetNativeErrorCodeForPswdChange(IMException) - 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
 
falseResponseExpression - Variable in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
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
 
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 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 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.
getAccessContext() - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Returns the access context associated with the access request.
getAction() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
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
 
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.
getAllEntityProperties() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Get all user's properties
getAllPolicyChangeEvents() - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns all the policy change events.
getAllPolicyChangeEvents(long) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns all the policy change events starting from the input change version to the latest version.
getAllPolicyChangeEvents() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns all the policy change events.
getAllPolicyChangeEvents(long) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns all the policy change events starting from the input change version to the latest version.
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.
getAppDomains() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attribute.
getAttribute(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attribute.
getAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
retrieves an attribute store in the session.
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 class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
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
 
getAudienceClaim() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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(String) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns RuntimeAuthnScheme for the given scheme name.
getAuthnScheme(String) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns RuntimeAuthnScheme for the given scheme name.
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.
getAuthzUserConsentPluginRef() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
getCacheCheckSum() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getCacheUpdateTime() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getCacheVersion() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getCanonicalID() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Returns the CanonicalID for the 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 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.
getChallengeQuestionsAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
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.
getChallengeResponsesAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
getClient(String, String) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
getClient(String, String) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
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.
getClientType() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getClusterName() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getCommonIdAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
getCompleteResourceURL() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns complete resource URL representation.
getConditionalExpression() - Method in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
getConditonalResponse(boolean) - Method in class oracle.security.am.common.policy.runtime.ConditionalReponse
Return RuntimeResponse to process based on condtions evaluation.
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
getDefaultProviderName() - Method in interface oracle.security.am.engines.common.identity.provider.IDPAdmin
This method returns the name for the default provider
getDelimiter() - Static method in class oracle.security.am.engines.common.identity.provider.CanonicalID
 
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 class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getDescription() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
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 interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
Description of the plug-in. This value will be displayed in the UI when the user selects an plug-in to assign to an plugin point.
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 class oracle.security.am.engines.common.identity.provider.OAMUser
 
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.EntityInfo
Returns the DN associated with this user
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
getDnOrFilter() - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns the DN or Filter part of the FQN/CN
getDowngradeAuthLevel() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getDynamicAuthnScheme() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 
getEmailAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
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
getEntityId() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Returns the User Id of the user.
getEntityObject() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
 
getErrCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Error code accessor
getErrorCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
getErrorCode() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Gets the error code.
getErrorCode() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
getErrorCode() - Method in interface oracle.security.am.plugin.GenericTransportContext
returns the error code.
getErrorCode() - Method in 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 oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
 
getErrorMsg() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
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
 
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
getFirstNameAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
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
getGrantTypes() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getGroupId() - Method in interface oracle.security.am.engines.common.identity.provider.GroupInfo
Returns the GroupId
getGroupInfoListForUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
Gets the groups (roles) that a user belongs to (holds).
getGroupInfoListForUser(Principal) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
Gets the groups (roles) that a user belongs to (holds).
getGroupInfoListForUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the GroupInfo list of groups that a user is a member of
getGroupInfoListForUser(Principal) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the GroupInfo list of groups that a user is a member of
getGroupMemberAttrName() - Method in class oracle.security.am.engines.common.identity.provider.GroupCache
 
getGroups(int) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
 
getGroups(int, 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) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method gets groups starting from startIndex
getGroups(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method gets groups starting from startIndex in a batch of size batchSize
getGroups(int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches groups from the Primary User Identity Store, starting from startIndex .
getGroups(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches groups from the Primary User Identity Store.
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
 
getGroupsForUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
Gets the groups (roles) that a user belongs to (holds).
getGroupsForUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the groups that the specified user is a member of.
getGUID() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getGUID() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Get the GUID of the object.
getGUID() - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
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
getHostIdentifier(String, int) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns Host Identifier associated with a host and port.
getHostIdentifier(String, int) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns Host Identifier associated with a host and port.
getId() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getId() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
getId() - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns the user or group id in case of a user or group respectively.
getId() - Method in interface oracle.security.am.plugin.AMSession
Returns the session id value.
getID() - Method in interface oracle.security.am.plugin.GenericPluginService
returns the unique ID of the plug-in.
getId() - Method in class oracle.security.am.plugin.impl.PluginSession
 
getID() - Method in class oracle.security.am.plugin.OAMAbstractAMPlugin
 
getIdentityDomain(String) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
getIdentityDomain(String) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
getIdentityDomainId() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
 
getIDPAdmin() - Static method in class oracle.security.am.engines.common.identity.provider.UserIdentityProviderFactory
Returns the singleton instance of IDPAdmin
getIdStoreName() - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns the Id Store Name
getIdStoreName() - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Returns the idStore name this user is associated with
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.common.identity.provider.GroupCache
 
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
getLastNameAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
getLastPolicyUptakeTimeMillis() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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
 
getLatestPolicyChangeEvent() - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns the latest policy change event.
getLatestPolicyChangeEvent() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns the latest policy change event.
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
 
getLoginIdAttr() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
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(Locale) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the detail message string associated with the message ID for the requested locale, if available.
getMessage() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the detail message string associated with the message ID for the current locale.
getMessage(Locale) - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the detail message string associated with the message ID for the requested locale, if available.
getMessageID() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Returns the message ID that was passed in on creation, if any.
getMessageId() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the message ID that was passed in on creation, if any.
getMiddleName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user middlename
getMode() - Method in interface oracle.security.am.engines.common.identity.provider.SchemaDetails
 
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.policy.runtime.RuntimeOAuthClient
 
getName() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
getName() - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Get 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.OAMTenantNamePrincipal
 
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.engines.common.identity.provider.OAMUser
 
getName() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method returns the name of the user identity provider
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
getNumAppDomains() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getNumAuthNPolicies() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getNumAuthZPolicies() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getNumberOfAttemptsToLockout() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
 
getNumHostIds() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getNumResources() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getNumTokenPolicies() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getOAMIdentity() - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Returns the Subject associated with the access request.
getoAuthIdentityDomain() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getOAuthIdentityDomain() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
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
 
getOfflineScopeRef() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
getOutputFileName() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
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(GenericTransportContext.PARAM_TYPE) - 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(GenericTransportContext.PARAM_TYPE) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
 
getParameters() - Method in interface oracle.security.am.plugin.PluginConfig
get all configuration parameters.
getParameterValue(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameter value.
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.
getPartnerIdentity() - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Returns the PartnerIdentity associated with the access request.
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
 
getPluginName() - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
Name will be an identifier for the plug-in. User can use the name and version of the plug-in in plug-in UI to identify the plug-in user want to use.
getPolicyChangeEvent(long) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns the policy change event associated with the input change version.
getPolicyChangeEvent(long) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns the policy change event associated with the input change version.
getPolicyRuntime() - Static method in class oracle.security.am.common.policy.runtime.PolicyRuntimeFactory
Method returns PolicyRuntime implementation object.
getPort() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns port number.
getPreferredLanguage() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return user's preferred language
getPrimaryErrorCode() - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
getPrimaryMessage() - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Deprecated.
getPrincipal() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getPrincipal() - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
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.
getProperties(String[]) - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
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
 
getProperty(String) - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
getPropertyName() - Method in class oracle.security.am.common.policy.runtime.RuntimeModuleProperty
Get property name.
getPropertyType() - Method in class oracle.security.am.common.policy.runtime.RuntimeModuleProperty
Get property type.
getPropertyVal(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Get a specific property value
getPropertyValue() - Method in class oracle.security.am.common.policy.runtime.RuntimeModuleProperty
Get Property value
getPropertyValue(String) - Method in interface oracle.security.am.engines.common.identity.provider.EntityInfo
Get a specific property value
getProtocol() - Method in class oracle.security.am.plugin.ClientProfile
returns the client protocol.
getProvider() - Static method in class oracle.security.am.engines.common.identity.provider.UserIdentityProviderFactory
This method returns the instance of the Primary UserIdentityProvider
getProvider(String) - Static method in class oracle.security.am.engines.common.identity.provider.UserIdentityProviderFactory
This method returns an instance of a non-primary User Identity Provider
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.
getRedirectURIs() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getRefreshServerName() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
getRefreshStartTime() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
getRefreshVersion() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
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
 
getResource(String, String) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
getResource(String, OAuthIdentityDomain) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
getResource(String, String) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
getResource(String, OAuthIdentityDomain) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
getResourceName() - Method in class oracle.security.am.common.policy.runtime.RuntimeResource
Returns the Resource Name.
getResourceServerId() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
getResourceServerNameSpacePrefix() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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() - Method in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
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.
getResponseCodeMajor() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
getResponseCodeMajor() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
getResponseCodeMinor() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
getResponseCodeMinor() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
getResponseNotes() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
getResponseNotes() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
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.
getResponseType() - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Get response type.
getResponseUrl() - Method in class oracle.security.am.engines.idm.IdentityServiceProviderResponse
Gets the response url.
getResServerType() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
getResult() - Method in class oracle.security.am.common.policy.runtime.AccessResult
Returns the boolean result of an access query.
getResultContext() - Method in class oracle.security.am.common.policy.runtime.AccessResult
Returns information describing cause of failure.
getReturnAttributes() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the return attribute names - union of default set of attributes provider and supplemental set as configured.
getRevision() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getRevision() - Method in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
 
getRevision() - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
Returns back the plug-in revision. Items required for plug-in management. Revision should be an integer value. Plugin developers can keep track of multiple revisions of the plugin. The plugin development framework will take care of maintaining version.
getRoleList(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method fetches the roles by a role search pattern
getRoleList(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the roles by a role search pattern
getRoleMappings() - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
 
getRoleMappings() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the role mappings associated with the primary Identity Provider
getRoles(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
 
getRoles(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method gets roles by rolename
getRoles(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the roles by a role search pattern
getRuntimeResource() - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Returns the RuntimeResource associated with the access request.
getSchemaDetails() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets the schema details of the identity provider as configured in the identity provider
getSchemeId() - Method in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 
getScopes() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
getScopes() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
getSecondaryErrorMessage() - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
 
getSecondaryErrorMessage() - Method in exception oracle.security.am.plugin.authn.AuthenticationException
Returns the secondary Error message.
getSecondaryErrorMessage() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
 
getSecret() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
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.
getServerDiagData() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
getServerDiagnostics(boolean) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
getServerDiagnostics(boolean) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
getServerIp() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getServerName() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
getServerPort() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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(AuthenticationContext) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getStartingStep() - Method in interface oracle.security.am.plugin.authn.AuthnModuleConfig
Returns the starting step for the module execution.
getStartingStep() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStrategyConfig
 
getStartingStep() - Method in 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.
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 oracle.security.am.plugin.ExecutionStatus
Gets the status.
getStepName() - Method in interface oracle.security.am.plugin.authn.AuthnModuleStepConfig
 
getStoreVersionInUse() - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Returns the policy store version currently in use.
getStoreVersionInUse() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Returns the policy store version currently in use.
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 class oracle.security.am.common.policy.runtime.AccessRequest
Deprecated.
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
 
getSysProviderName() - Method in interface oracle.security.am.engines.common.identity.provider.IDPAdmin
This method returns the name for the system provider
getSystemProvider() - Static method in class oracle.security.am.engines.common.identity.provider.UserIdentityProviderFactory
This method returns the system provider
getTenantDetails(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method retrives tenant details.
getTenantDetails(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
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
 
getTokenAttributes() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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().
getTokenSettings() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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.common.identity.provider.CanonicalID
Returns the Id Store Type
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 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
 
getUniqueName() - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
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
 
getUserAttributes(AuthnUser, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the User attributes from the UserIdentityStore.
getUserAttributes(String, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the User attributes from the UserIdentityStore.
getUserAttributes(UserInfo, String[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the User attributes from the UserIdentityStore
getUserAttributes(AuthnUser, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Gets the specified attributes from the user's profile.
getUserAttributes(UserInfo, String[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Gets the specified attributes from the user's profile.
getUserAttributes(String, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
getUserDN() - Method in class oracle.security.am.engines.common.identity.provider.AuthnUser
The getter for user DN.
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
 
getUserList(int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches users from the User Identity Store, starting from startIndex .
getUserList(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches users from the User Identity Store.
getUserList(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches users from the User Identity Store, that match the searchString provided.
getUserList(int) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method returns a list of UserInfo objects
getUserList(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method fetches users from the Primary User Identity Store.
getUserList(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method fetches users from the User Identity Store, that match the searchString provided.
getUserName() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
The getter for user name.
getUserName() - Method in class oracle.security.am.engines.common.identity.provider.AuthnUser
The getter for user name.
getUserName() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Return username of the user
getUserNameFromMultiIDStoreFormat(String) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
getUserObject() - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Deprecated.
- This method will be removed in future releases. Consider using getAuthUserObject(). Returns the User/Role API User object associated with this user.
getUserProfile() - Method in class oracle.security.am.engines.common.identity.api.IdmUser
 
getUserProfile() - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
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
 
getUsers(int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches users from the User Identity Store, starting from startIndex .
getUsers(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method gets users starting from startIndex
getUsers(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches the users by a user search pattern
getUsers(int) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method returns a list of users in the system starting from startIndex
getUsers(int, int) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Gets pageSize users starting from index startIndex
getUsers(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method gets users by username
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
 
getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method fetches users matching a certain attribute name and value
getUsersByAttribute(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method gets a list of users that match the value for the attribute specified.
getUserTest() - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method gets the user availability in ldap
getValue() - Method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
 
getValue() - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Get value.
getValue() - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
 
getValue() - Method in class oracle.security.am.plugin.authn.CredentialParam
Returns the value of the Credential parameter as an Object.
getValue() - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
 
getValue() - Method in enum 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
GroupCache<K,V> - Class in oracle.security.am.engines.common.identity.provider
 
GroupInfo - Interface in oracle.security.am.engines.common.identity.provider
Interface for Group objects that are returned by Identity Provider.
guid - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 

H

handleConfigChangeNotification(NotificationID) - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Handle config change notification.
handlePolicyChangeEvent(PolicyChangeEvent) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Handles policy change event.
handlePolicyChangeUptakeCompletion(long) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Handles the provider callback for policy change uptake completion 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.policy.runtime.RuntimeResponse
 
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.OAMTenantNamePrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
hashCode() - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
hashCode() - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns the hashcode for this object (computed from elements in the object).
hasValidDelimeter() - Method in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
HIDDEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 

I

id - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
IdentityManagementConstants - Class in oracle.security.am.engines.idm
The IdentityManagementConstants class.
IdentityManagementConstants() - Constructor for class oracle.security.am.engines.idm.IdentityManagementConstants
 
IdentityManagementEngine - Class in oracle.security.am.engines.idm
The IdentityManagementEngine class.
IdentityManagementEngine.Context - Enum in oracle.security.am.engines.idm
 
IdentityManagementUtil - Class in oracle.security.am.engines.idm
The IdentityManagementUtil class.
IdentityManagementUtil() - Constructor for class oracle.security.am.engines.idm.IdentityManagementUtil
 
IdentityProviderException - Exception in oracle.security.am.engines.common.identity.provider.exceptions
If an error occurs User Identity Provider will throw an exception of type IdentityProviderException.
IdentityProviderException() - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a default exception.
IdentityProviderException(String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID.
IdentityProviderException(String, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and parameters.
IdentityProviderException(IdentityProviderException.ERROR_CODES, Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and cause.
IdentityProviderException(String, Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified message ID and cause.
IdentityProviderException(String, IMException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, Throwable, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException(String, IDSException, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException(String, Throwable, Object[], String, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with passed message ID, cause, and parameters.
IdentityProviderException(String, IMException, Object[]) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, IMException, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException(String, IDSException, String, String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified cause.
IdentityProviderException(Throwable) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs a new exception with the specified cause.
IdentityProviderException(IMException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(IDSException) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Constructs exception along with setting primary error message
IdentityProviderException(String, Exception, Object[], String) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
 
IdentityProviderException.ERROR_CODES - Enum in oracle.security.am.engines.common.identity.provider.exceptions
 
IdentityProviderServiceType - Enum in oracle.security.am.engines.idm
The IdentityProviderServiceType class.
IdentityServiceContext - Class in oracle.security.am.engines.idm
The IdentityServiceContext class.
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>, int, PasswdPolicyUserProfile) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
Instantiates a new identity service context.
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>, int) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
 
IdentityServiceContext(Map<String, String>, Map<String, Object>, Map<String, Object>) - Constructor for class oracle.security.am.engines.idm.IdentityServiceContext
 
IdentityServiceProvider - Interface in oracle.security.am.engines.idm
The IdentityServiceProvider class.
IdentityServiceProviderResponse - Class in oracle.security.am.engines.idm
The IdentityServiceProviderResponse class.
IdentityServiceProviderResponse(IdentityProviderServiceType, URL) - Constructor for class oracle.security.am.engines.idm.IdentityServiceProviderResponse
 
IdentityServiceProviderTask - Interface in oracle.security.am.engines.idm
The IdentityServiceProviderTask class.
IdentityStoreContext - Interface in oracle.security.am.engines.common.identity.api
IdentityStoreContext will expose the OAM Identitystore operation that are essential for the plug-ins.
IdmPropertySet - Class in oracle.security.am.engines.common.identity.api
Holds the list of Identity Store properties.
IdmPropertySet() - Constructor for class oracle.security.am.engines.common.identity.api.IdmPropertySet
 
IdmUser - Class in oracle.security.am.engines.common.identity.api
User object will contain user attributes available in the Identity Store.
IdmUser() - Constructor for class oracle.security.am.engines.common.identity.api.IdmUser
 
IDPAdmin - Interface in oracle.security.am.engines.common.identity.provider
 
idStoreContext - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
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
 
IMPERSONATOR - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
IMPERSONATOR_DISP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
impersonatorUser - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
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
 
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_USER_AUTHENTICATED - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Is user authenticated flag.
isAllowAllScopes() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
isAllowTokenRetrieval() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
 
isAuthorized(AccessRequest) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Determines if a given Subject is permitted to access a RuntimeResource.
isAuthorized(AccessRequest) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Determines if a given Subject is permitted to access a RuntimeResource.
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
 
isEnableMultipleResourceServers() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
isFAPasswordPolicyEnabled(AuthenticationContext) - Static method in class oracle.security.am.plugin.authn.PlugInUtil
 
isGroupCacheEnabled() - Method in class oracle.security.am.engines.common.identity.provider.GroupCache
 
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
 
isInvokeUserConsentAPI() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
isIsMaster() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
isIsMDCEnabled() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
isOverRideTokenSettings() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
isPolicyCacheValid() - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
returns true if cache has been initialized otherwise return false.
isPolicyCacheValid() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
isRegistrationServiceEnabled() - Method in class oracle.security.am.engines.idm.IdentityManagementEngine
Checks if is registration service enabled.
isRequiresUserConsent() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
isResourceProtected(AccessRequest) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Determines if a given RuntimeResource is protected with an authentication policy, if so, it evaluates the policy and returns the evaluation result,the authentication scheme specified for the resource, and any responses specified in the authentication policy.
isResourceProtected(AccessRequest) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Determines if a given RuntimeResource is protected with an authentication policy, if so, it evaluates the policy and returns the evaluation result,the authentication scheme specified for the resource, and any responses specified in the authentication policy.
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
isSessionValid(AccessRequest) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Determines if a given user session is valid for the access request.
isSessionValid(AccessRequest) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Determines if a given user session is valid for the access request.
isTokenRequestAuthorized(AccessRequest) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Determines if a given Subject is permitted to request a token that will be used to access RuntimeResource.
isTokenRequestAuthorized(AccessRequest) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Determines if a given Subject is permitted to request a token that will be used to access RuntimeResource.
isUserAssignedToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
 
isUserAssignedToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method checks if a user belongs a specified group.
isUserAssignedToGroup(String, Principal) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method checks if a user belongs a specified group.
isUserAssignedToGroup(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method checks whether a user belongs to a group
isUserAssignedToGroup(String, Principal) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method checks whether a user belongs to a group
isValid() - Method in interface oracle.security.am.plugin.GenericTransportStore
Checks whether the session store implementation is valid or not.
isValidDelimeter - Variable in class oracle.security.am.common.policy.runtime.ConditionalReponse
 

K

KEY_AGENT_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Agent ID attribute
KEY_AGENT_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Agent password
KEY_AUTHENTICATED_USER_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Authenticated User name
KEY_AUTHN_LEVEL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Authn Level
KEY_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_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_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_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_USERDOMAIN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Variable to represent Kerberos Base Domain DN.
KEY_USERNAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User name
KEY_USERNAME_DN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
User DN attribute
KEY_USERREALM - Static variable in class oracle.security.am.plugin.authn.PluginConstants
Variable to represent Kerberos realm.

L

locateEntity(String, String, String, String[], LDAPScope, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.EntityProvider
Locates a specific entity in the identity store.
locateEntity(String, String, String, String[], LDAPScope, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Locates a specific entity in the identity store.
locateUser(String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns the user denoted by the userId
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of users which match the attribute, value specified.
locateUser(String, String[]) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of user entries returned by running the search filter with the specified arguments.
locateUser(String, String, String[]) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUser(String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
 
locateUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Returns the user denoted by the userId
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Returns a collection of users which match the attribute, value specified.
locateUser(String, String[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
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.provider.UserIdentityProvider
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUser(String, String, String[], LDAPScope) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Returns the user denoted by the userId
locateUser(String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Returns a collection of users which match the attribute, value specified.
locateUser(String, String[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
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.provider.UserProvider
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUser(String, String, String[], LDAPScope) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Returns a collection of user entries under the specified search base by running the search filter with arguments specified.
locateUserWithGUID(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Returns the user denoted by the user GUID.
locateUserWithGUID(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Returns the user denoted by the user's GUID
LOCKED_ON - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
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
 
LOGGER - Static variable in class oracle.security.am.plugin.AbstractAMPlugin
The LOGGER.
LOGGER - Static variable in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
LOGGER - Static variable in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
LOGGER - Static variable in class oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn
 
LOGGER - Static variable in class oracle.security.am.plugin.authn.PlugInUtil
 
LOGGER - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
LOGGER - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
 
LOGGER - Static variable in class oracle.security.am.plugin.impl.UserAction
 
LOGGER - Static variable in class oracle.security.am.plugin.OAMAbstractAMPlugin
The LOGGER.
LOGIN_TRY_COUNT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 

M

m_requestURI - Variable in class oracle.security.am.plugin.impl.AbstractPluginTransportContext
The request uri.
m_transportHandler - Variable in class oracle.security.am.plugin.impl.AbstractPluginTransportContext
The transport handler.
m_transportSessionId - Variable in class oracle.security.am.plugin.impl.AbstractPluginTransportContext
 
MAX_RETRY_LIMIT - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
modifyEntityAttributes(String, EntityInfo, List<ModifyAttr>) - Method in interface oracle.security.am.engines.common.identity.provider.EntityProvider
Modify the entity attributes in the idstore.
modifyEntityAttributes(String, EntityInfo, List<ModifyAttr>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Modify the entity attributes in the idstore.
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.
modifyUserAttribute(String, String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Modify user attribute.
modifyUserAttribute(UserInfo, String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Modify user attribute.
modifyUserAttribute(String, String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method modifies the specified attribute for the given userName
modifyUserAttribute(UserInfo, String, String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Modify user attribute.
modifyUserAttributes(UserInfo, Map<String, String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method modifies the specified attribute for the given user.
modifyUserAttributes(String, Map<String, String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method modifies the specified attributes for the given user DN.
modifyUserAttributes(UserInfo, Map<String, String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method modifies the specified attribute for the given user.
modifyUserAttributes(String, Map<String, String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Update user multi-valued attribute .
modifyUserMultiAttribute(UserInfo, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.AMIdentiyStoreHandle
Update user multi-valued attribute .
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.api.IdentityStoreContext
Update user multi-valued attribute .
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Update user multi-valued attribute .
modifyUserMultiAttribute(UserInfo, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Update user multi-valued attribute .
modifyUserMultiAttribute(String, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
modifyUserMultiAttribute(UserInfo, String, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
modifyUserMultiAttribute(String, String, List<String>, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
modifyUserMultiAttribute(UserInfo, String, List<String>, List<String>, List<String>) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
 
ModuleAdvice - Interface in oracle.security.am.plugin
ModuleAdvice will encapsulate the result of PluginExecutionStrategy 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
 

N

name - Variable in class oracle.security.am.common.policy.runtime.RuntimeResponse
 
name - Variable in class oracle.security.am.plugin.PluginResponse
The name.
NAME_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
NAME_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 
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
 
NODE_IDENTITY_SERVICE_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_IDENTITY_SERVICE_PROVIDER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_REGISTRATION_SERVICE_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_REGISTRATION_SERVICE_PROVIDER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 
NODE_SERVER_CONFIG - Static variable in class oracle.security.am.engines.idm.IdentityManagementConstants
 

O

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
 
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
 
OAMTenantNamePrincipal - Class in oracle.security.am.common.utilities.principal
 
OAMTenantNamePrincipal() - Constructor for class oracle.security.am.common.utilities.principal.OAMTenantNamePrincipal
 
OAMTenantNamePrincipal(String) - Constructor for class oracle.security.am.common.utilities.principal.OAMTenantNamePrincipal
 
OAMUser - Class in oracle.security.am.engines.common.identity.provider
 
OAMUser(UserProfile, String) - Constructor for class oracle.security.am.engines.common.identity.provider.OAMUser
 
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
 
OBJ_ID - Static variable in class oracle.security.am.plugin.authn.Credential
 
OBJ_ID - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
OBJ_ID - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
OBJ_ID - Static variable in class oracle.security.am.plugin.impl.CredentialCollectionAction
 
OBJ_ID - Static variable in class oracle.security.am.plugin.impl.UserAction
 
OBJ_ID - Static variable in class oracle.security.am.plugin.PluginResponse
 
OBJECT_MAP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
objectMap - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
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

PARAM_MAP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.authn.Credential
 
parse(String) - Static method in class oracle.security.am.engines.common.identity.provider.CanonicalID
This method parses the specified Canonical name, along with validation checks, and returns a CanonicalID object
PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
PASSWORD_DISPLAY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
PLG_STEP_NAME - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
PLUGIN_RESPONSES_LIST_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
PluginAttribute - Interface in oracle.security.am.plugin
 
PluginAttributeContextType - Enum 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 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
PluginExecutionStrategyPlug-in Execution Strategy provided the flexibility to control the execution of multiple plug-ins which gets executed one after other.
PluginResponse - Class in oracle.security.am.plugin
Responses that the plugin can be set to the execution contexts.
PluginResponse(String, String, PluginAttributeContextType) - Constructor for class oracle.security.am.plugin.PluginResponse
constructor to create the plug-in response that can be set to session request etc.
PluginResponse() - Constructor for class oracle.security.am.plugin.PluginResponse
Default Constructor
pluginResponses - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
PluginRuntimeException - Exception in oracle.security.am.plugin
 
PluginRuntimeException(Throwable) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor with an exception.
PluginRuntimeException(String) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor to create an exception with a message ID or message.
PluginRuntimeException(String, Exception) - Constructor for exception oracle.security.am.plugin.PluginRuntimeException
Constructor to create an exception with a message ID or message and an exception.
PluginSession - Class in oracle.security.am.plugin.impl
 
PluginSession() - Constructor for class oracle.security.am.plugin.impl.PluginSession
 
pluginStateAttribute - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
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
 
PolicyCacheRefreshResponse - Class in oracle.security.am.common.policy.runtime
 
PolicyCacheRefreshResponse() - Constructor for class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
PolicyCacheWriteResponse - Class in oracle.security.am.common.policy.runtime
 
PolicyCacheWriteResponse() - Constructor for class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
PolicyEvaluationException - Class in oracle.security.am.common.policy.runtime
PolicyEvaluationException represents the top level exception for policy admin operations.
PolicyEvaluationException() - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a default exception.
PolicyEvaluationException(String) - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a new exception with the specified message ID.
PolicyEvaluationException(String, Object[]) - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a new exception with the specified message ID and parameters.
PolicyEvaluationException(String, Throwable) - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a new exception with the specified message ID and cause.
PolicyEvaluationException(String, Throwable, Object[]) - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a new exception with passed message ID, cause, and parameters.
PolicyEvaluationException(Throwable) - Constructor for class oracle.security.am.common.policy.runtime.PolicyEvaluationException
Constructs a new exception with the specified cause.
PolicyRuntime - Interface in oracle.security.am.common.policy.runtime
PolicyRuntime provides the policy runtime evaluation functionality.
PolicyRuntimeFactory - Class in oracle.security.am.common.policy.runtime
Factory class for PolicyRuntime.
PolicyRuntimeImpl - Class in oracle.security.am.common.policy.runtime
PolicyRuntimeImpl provides the PolicyRuntime functionality.
PolicyRuntimeImpl(PolicyRuntimeProvider, Map<String, Object>) - Constructor for class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
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(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
 
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
 
processExecutionStrategy(PluginContext, String, ExecutionStatus, List<String>) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
processExecutionStrategy(PluginContext, String, ExecutionStatus, List<String>) - Method in interface oracle.security.am.plugin.PluginExecutionStrategy
processExecutionStrategy method will be called before execution of the first module and after execution of each modules in the module list.
Protocol - Enum in oracle.security.am.plugin
List of OAM client protocol.
PWD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 

Q

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

R

READ_ONLY - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.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.OAMTenantNamePrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
readExternal(ObjectInput) - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
 
REDIRECTION_MODE - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
RedirectionAction - Class in oracle.security.am.plugin.impl
The RedirectionAction class.
RedirectionAction(RedirectionActionContext) - Constructor for class oracle.security.am.plugin.impl.RedirectionAction
 
RedirectionAction(RedirectionActionContext, boolean) - Constructor for class oracle.security.am.plugin.impl.RedirectionAction
 
RedirectionAction() - 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 in oracle.security.am.plugin.impl
The RedirectionMetaData class.
refreshPolicyCacheOnDemand(String) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
refreshPolicyCacheOnDemand(String) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
RegistrationProviderServiceType - Enum 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.
reInitialize() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method re-intializes the primary User Identity Provider
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
removeGroup(String) - Method in interface oracle.security.am.engines.common.identity.provider.RoleProvider
This method removes the specified group from the idStore
removeGroup(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method removes a group
removePolicyChangeEventListener(PolicyChangeEventListener) - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
Removes the specified policy runtime change event listener.
removePolicyChangeEventListener(PolicyChangeEventListener) - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
Removes the specified policy runtime change event listener.
removeResponse(PluginAttributeContextType) - Method in class oracle.security.am.plugin.impl.AbstractPluginContext
 
removeResponse(PluginAttributeContextType, String) - 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 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
removeUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method removes a user
removeUser(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
This method removes the specified user.
RES_TYPE_HTTP - Static variable in class oracle.security.am.common.policy.runtime.RuntimeResource
HTTP resource type name.
RES_TYPE_TOKEN_SERVICE_RP - Static variable in class oracle.security.am.common.policy.runtime.RuntimeResource
Token Service Relying Party resource type name.
RESOURCE_ID - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
resourceURL - Variable in class oracle.security.am.plugin.impl.AuthnContext
 
RoleProvider - Interface in oracle.security.am.engines.common.identity.provider
 
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
 
rtResponse - Variable in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
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) - 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.ChallengeMechanism - Enum in oracle.security.am.common.policy.runtime
Challenge Mechanism.
RuntimeModuleProperty - Class in oracle.security.am.common.policy.runtime
Represents an Authentication module property used in runtime.
RuntimeModuleProperty(String, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeModuleProperty
 
RuntimeOAuthClient - Class in oracle.security.am.common.policy.runtime
 
RuntimeOAuthClient() - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
RuntimeOAuthClient(String, String, String, String, String, CLIENT_TYPE) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
RuntimeOAuthClient(String, String, String, String, String, List<String>, boolean, boolean, boolean, List<OAuthRedirectURI>, CLIENT_TYPE, List<OAuthAttribute>, List<OAuthScope>) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
RuntimeOAuthIdentityDomain - Class in oracle.security.am.common.policy.runtime
 
RuntimeOAuthIdentityDomain() - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
RuntimeOAuthIdentityDomain(String, String, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
RuntimeOAuthIdentityDomain(String, String, String, String, boolean) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
RuntimeOAuthResource - Class in oracle.security.am.common.policy.runtime
 
RuntimeOAuthResource() - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthResource
 
RuntimeOAuthResourceServer - Class in oracle.security.am.common.policy.runtime
 
RuntimeOAuthResourceServer() - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
RuntimeOAuthResourceServer(String, String, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
RuntimeOAuthResourceServer(String, String, String, String, String, boolean, String, String, List<OAuthScope>, String, OAuthAudience, boolean, OAuthToken, List<OAuthTokenAttribute>, OAuthResourceServerType) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
RuntimeResource - Class in oracle.security.am.common.policy.runtime
RuntimeResource represents a resource that is being accessed by a user.
RuntimeResource(RuntimeResource) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource from another resource.
RuntimeResource(String, String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource name, type, URL and operation.
RuntimeResource(String, String, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource type, URL and operation.
RuntimeResource(String, String, String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new resource with the given resource name, type, URL and operation.
RuntimeResource(String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new HTTP resource with the given resource URL.
RuntimeResource(String, String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
 
RuntimeResource(String, String, String, int) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResource
Constructs a new HTTP-typed resource, with the request URL parsed into its various components.
RuntimeResponse - Class in oracle.security.am.common.policy.runtime
RuntimeResponse represents a response that is being sent back to the user.
RuntimeResponse(String, RuntimeResponse.ResponseType, String) - Constructor for class oracle.security.am.common.policy.runtime.RuntimeResponse
 
RuntimeResponse.ResponseEvent - Enum in oracle.security.am.common.policy.runtime
Response event.
RuntimeResponse.ResponseType - Enum in oracle.security.am.common.policy.runtime
Represents a Type of response.

S

SchemaDetails - Interface in oracle.security.am.engines.common.identity.provider
 
SchemaDetails.UserType - Enum in oracle.security.am.engines.common.identity.provider
 
ServerDiagnosticsDataInfo - Class in oracle.security.am.common.policy.runtime
 
ServerDiagnosticsDataInfo() - Constructor for class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
session - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
session - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
sessionIndex - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setAccessContext(Map<String, Object>) - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Sets the access context associated with the access request.
setAction(ExecutionAction) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
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
 
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
 
setAllowAllScopes(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setAllowTokenRetrieval(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setAnonymous(boolean) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setAppDomains(Map<String, String>) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setApplicationId(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setAttribute(CommonAttribute, Object) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the attribute.
setAttribute(CommonAttribute, Object) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Sets the attribute.
setAttribute(String, Object) - Method in interface oracle.security.am.plugin.GenericTransportStore
Stores an attribute in the server.
setAttribute(CommonAttribute, Object) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
 
setAttributes(List<OAuthAttribute>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setAudienceClaim(OAuthAudience) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
 
setAuthzUserConsentPluginRef(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setBusinessEmail(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserInfo
Set Business email for the user
setCacheCheckSum(String) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setCacheUpdateTime(Date) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setCacheVersion(String) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setClientIPAddress(String) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
setClientProfile(ClientProfile) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
setClientType(CLIENT_TYPE) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setClusterName(String) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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 class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setDescription(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
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
 
setEnableMultipleResourceServers(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
setErrorcode(IdentityProviderException.ERROR_CODES) - Method in exception oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException
Getter and Setter for error codes
setErrorCode(int) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
setErrorCode(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
sets the error code.
setErrorCode(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
 
setErrorMsg(String) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
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.
setGrantTypes(List<String>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setGuid(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
setId(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setId(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
setId(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setIdentityDomainId(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setIdentityStoreContext(IdentityStoreContext) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
setImpersonatorUser(String) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setInvokeUserConsentAPI(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setIsMaster(boolean) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setIsMDCEnabled(boolean) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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
setLastPolicyUptakeTimeMillis(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setLogger(Logger) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Sets the logger
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
 
setMonitoringStatus(boolean) - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
get the monitoring status configured for the plugin.
setName(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setName(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
setName(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Set name.
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.
setNumAppDomains(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setNumAuthNPolicies(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setNumAuthZPolicies(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setNumHostIds(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setNumResources(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setNumTokenPolicies(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setOAMIdentity(OAMIdentity) - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Sets the Subject associated with the access request.
setoAuthIdentityDomain(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setOAuthIdentityDomain(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
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.
setOfflineScopeRef(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
 
setOutputFileName(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
setOverRideTokenSettings(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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
 
setPrimaryMessage(String) - Method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Deprecated.
setProperties(ModProperty[]) - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
setProperty(String, IdStoreProperty) - Method in class oracle.security.am.engines.common.identity.api.IdmPropertySet
sets the property to the PropertySet.
setProperty(ModProperty) - Method in class oracle.security.am.engines.common.identity.provider.OAMUser
 
setRedirectURIs(List<OAuthRedirectURI>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setRefreshServerName(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setRefreshStartTime(Date) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setRefreshVersion(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setRequiresUserConsent(boolean) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setResourceServerId(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setResourceServerNameSpacePrefix(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setResourceURL(String) - Method in class oracle.security.am.plugin.impl.AuthnContext
 
setResponseCodeMajor(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setResponseCodeMajor(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
setResponseCodeMinor(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setResponseCodeMinor(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
setResponseNotes(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
setResponseNotes(String) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
setResponseType(RuntimeResponse.ResponseType) - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Set response type.
setResServerType(OAuthResourceServerType) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setRuntimeResource(RuntimeResource) - Method in class oracle.security.am.common.policy.runtime.AccessRequest
Sets the RuntimeResource associated with the access request.
setScopes(List<OAuthScope>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setScopes(List<OAuthScope>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setSecondaryErrorMessage(String) - Method in class oracle.security.am.plugin.authn.PluginAuthenticationErrorCode
 
setSecret(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthClient
 
setSecure(boolean) - Method in interface oracle.security.am.plugin.GenericTransportToken
 
setServerDiagData(ServerDiagnosticsDataInfo) - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
setServerIp(String) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setServerName(String) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setServerPort(long) - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
setSession(AMSession) - Method in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
setSession(Session) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
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 class oracle.security.am.common.policy.runtime.AccessRequest
Deprecated.
setSubject(Subject) - Method in interface oracle.security.am.plugin.authn.AuthenticationContext
sets a subject to the authentication context.
setSubject(AMSubject) - Method in class oracle.security.am.plugin.impl.AbstractPluginSession
 
setSubject(Subject) - Method in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
setSubject(Subject) - Method in class oracle.security.am.plugin.impl.AuthnContext
 
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
 
setTokenAttributes(List<OAuthTokenAttribute>) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
setTokenDomain(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the domain of the token.
setTokenSettings(OAuthToken) - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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.
setupConfigListener() - Method in interface oracle.security.am.engines.common.identity.provider.IDPAdmin
This method sets up the Configuration Store Listener for the Identity Provider subsystem
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.engines.common.identity.provider.AuthnUser
The setter for user name.
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.
setUserName(String) - Method in class oracle.security.am.engines.common.identity.provider.AuthnUser
The setter for user name.
setValue(String) - Method in class oracle.security.am.common.policy.runtime.RuntimeResponse
Set value.
setValue(Object) - Method in class oracle.security.am.plugin.authn.CredentialParam
Sets the value of the crednetial paramter.
setValue(String) - Method in interface oracle.security.am.plugin.ContextData
 
setValue(String) - Method in class oracle.security.am.plugin.impl.UserContextData
 
setValue(Object) - Method in class oracle.security.am.plugin.MonitoringData
Sets the value.
setValue(Object) - Method in class oracle.security.am.plugin.PluginResponse
sets the attribute value.
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_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_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_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_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_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_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_UDM_STORE - 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 interface oracle.security.am.common.policy.runtime.PolicyRuntime
Shutdown hook for cleaning up
shutdown() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
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().
STARTING_STEP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
startingStep - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
startPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
startPlugin(BundleContext) - Method in class oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn
 
STATE_MAP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
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().
STRING_MAP_PREFIX_TAG - Static variable in class oracle.security.am.plugin.impl.AuthnContext
 
stringMap - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
subject - Variable in class oracle.security.am.plugin.impl.AbstractPluginSession
 
subject - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 

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_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
 
testConnection(String) - Method in interface oracle.security.am.engines.common.identity.provider.IDPAdmin
Tests the connection parameters for the specified provider.
testConnection(Map<String, Object>) - Method in interface oracle.security.am.engines.common.identity.provider.IDPAdmin
Tests the connection parameters specified.
TestConnectionException - Exception in oracle.security.am.engines.common.identity.provider.exceptions
This exception is thrown while testing a connection from the OAM11g Console.
TestConnectionException(Exception) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor
TestConnectionException(Exception, TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with error code
TestConnectionException(String, Object[], TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with message, error code and params
TestConnectionException(String, Exception, TestConnectionException.TestConnErrCode) - Constructor for exception oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException
Constructor with message, exception and error code
TestConnectionException.TestConnErrCode - Enum in oracle.security.am.engines.common.identity.provider.exceptions
 
testIdstoreConnection() - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method check the ldap connection
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.AccessRequest
Returns a string representation of AccessRequest instance.
toString() - Method in class oracle.security.am.common.policy.runtime.AccessResult
Returns a string representation of AccessResult instance.
toString() - Method in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
toString() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheRefreshResponse
 
toString() - Method in class oracle.security.am.common.policy.runtime.PolicyCacheWriteResponse
 
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.RuntimeOAuthClient
 
toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthIdentityDomain
 
toString() - Method in class oracle.security.am.common.policy.runtime.RuntimeOAuthResourceServer
 
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.policy.runtime.RuntimeResponse
 
toString() - Method in class oracle.security.am.common.policy.runtime.ServerDiagnosticsDataInfo
 
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.OAMTenantNamePrincipal
 
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 class oracle.security.am.engines.common.identity.provider.CanonicalID
Returns the string value for the Canonical ID.
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(boolean) - 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
 
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
 
transportContext - Variable in class oracle.security.am.plugin.impl.AbstractAuthnContext
 
transportContext - Variable in class oracle.security.am.plugin.impl.AbstractPluginContext
 
trueResponseExpression - Variable in class oracle.security.am.common.policy.runtime.ConditionalReponse
 
type - Variable in class oracle.security.am.common.policy.runtime.RuntimeResponse
 
type - Variable in class oracle.security.am.plugin.PluginResponse
The type.
TYPE_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
TYPE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 

U

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
 
unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Unset token.
unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportContext
Unset token providing the token object
unsetToken(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Unset token.
unsetToken(GenericTransportToken) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Unset token providing the token object
unsetToken(String) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
 
unsetToken(GenericTransportToken) - Method in class oracle.security.am.plugin.impl.PluginTransportContext
 
updateDelimiterFromConfig() - Static method in class oracle.security.am.engines.common.identity.provider.CanonicalID
 
URL - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
URL_TOKEN - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
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_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_PASSWORD - Static variable in class oracle.security.am.plugin.authn.PluginConstants
 
UserAction - Class in oracle.security.am.plugin.impl
 
UserAction(String, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
 
UserAction(UserActionContext, UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
 
UserAction(String, UserActionMetaData, boolean) - Constructor for class oracle.security.am.plugin.impl.UserAction
 
UserAction(UserActionMetaData) - Constructor for class oracle.security.am.plugin.impl.UserAction
 
UserAction() - Constructor for class oracle.security.am.plugin.impl.UserAction
 
userActionContext - Variable in 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 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, CredentialMetaData) - 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
 
userDn - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
userId - Variable in class oracle.security.am.plugin.impl.AbstractPluginSubject
 
UserIdentityProvider - Interface in oracle.security.am.engines.common.identity.provider
This is the primary interface through which component users invoke User Identity Provider operations.
UserIdentityProviderFactory - Class in oracle.security.am.engines.common.identity.provider
The factory class to create objects that implement interface UserIdentityProvider
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
 
UserProvider - Interface in oracle.security.am.engines.common.identity.provider
 

V

validatePassword(UserInfo, char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
Compares the supplied password with the stored value
validatePassword(UserInfo, char[]) - Method in interface oracle.security.am.engines.common.identity.provider.UserProvider
Compares the supplied password value witht he stored value and returns true if the values are same.
validateRole(String) - Method in interface oracle.security.am.engines.common.identity.provider.UserIdentityProvider
This method returns a true if a user is a member of the Role Security Admin users or groups list.
value - Variable in class oracle.security.am.common.policy.runtime.RuntimeResponse
 
value() - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
This method returns a canonical name string given idStoreId and User id for it's parameters There are multiple cases here: 1.
value - Variable in class oracle.security.am.plugin.PluginResponse
The value.
VALUE_TAG - Static variable in class oracle.security.am.plugin.authn.CredentialParam
 
VALUE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.AccessEvaluationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.AccessResultReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.RuntimeResponse.ResponseEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.common.policy.runtime.RuntimeResponse.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.common.identity.provider.SchemaDetails.UserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.idm.IdentityManagementEngine.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.idm.IdentityProviderServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.engines.idm.RegistrationProviderServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.Advice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.GenericPluginService.QueryKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.impl.RedirectionMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.impl.UserActionMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.PluginAttributeContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.security.am.plugin.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.security.am.common.policy.runtime.AccessEvaluationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.common.policy.runtime.AccessResultReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.common.policy.runtime.RuntimeResponse.ResponseEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.common.policy.runtime.RuntimeResponse.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.common.identity.provider.SchemaDetails.UserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.idm.IdentityManagementEngine.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.idm.IdentityProviderServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.engines.idm.RegistrationProviderServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.Advice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.authn.AuthenticationErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.authn.PluginAuthnScheme.ChallengeMechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.GenericPluginService.QueryKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.GenericTransportContext.PARAM_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.impl.RedirectionMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.impl.UserActionMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.PluginAttributeContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.security.am.plugin.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class oracle.security.am.common.policy.runtime.RuntimeAuthnScheme
 

W

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.OAMTenantNamePrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.common.utilities.principal.OAMUserPrincipal
 
writeExternal(ObjectOutput) - Method in class oracle.security.am.engines.common.identity.provider.CanonicalID
 
writePolicyCacheToFile() - Method in interface oracle.security.am.common.policy.runtime.PolicyRuntime
 
writePolicyCacheToFile() - Method in class oracle.security.am.common.policy.runtime.PolicyRuntimeImpl
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
Release 12c (12.2.1.4)

E96861-01

Copyright © 2017, 2019, Oracle. All rights reserved.