Skip navigation links
Oracle Fusion Middleware Message Processing Plug-in for Oracle Access Management Identity Federation Java API Reference
Release 12c (12.2.1.4)

E96859-01
A C D E F G I K L M N O P R S T U V 

A

AbstractAMPlugin - Class in oracle.security.am.plugin
Abstract plugin.
AbstractAMPlugin() - Constructor for class oracle.security.am.plugin.AbstractAMPlugin
 
AbstractPluginExecutionStrategy - Class in oracle.security.am.plugin
Abstract base class for creating plug-in execution strategy.
AbstractPluginExecutionStrategy() - Constructor for class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
ActionContext - Interface in oracle.security.am.plugin
 
addErrorCode(ErrorCode) - Method in interface oracle.security.am.plugin.PluginContext
Adds an error code to the list of errors.
addException(Exception) - Method in interface oracle.security.am.plugin.PluginContext
Adds an exception to the list.
addResponse(PluginResponse) - Method in interface oracle.security.am.plugin.PluginContext
Add a response to the context.
Advice - Enum in oracle.security.am.plugin
Enumeration defining the advices.
AMSession - Interface in oracle.security.am.plugin
SSO Session created for OAM server.
AMSubject - Interface in oracle.security.am.plugin
Encapsulates the JAAS subject attributes for an authenticated User.

C

ClientProfile - Class in oracle.security.am.plugin
Object encapsulates the client profile.
ClientProfile() - Constructor for class oracle.security.am.plugin.ClientProfile
 
ContextData - Interface in oracle.security.am.plugin
 
ContextMetaData - Interface in oracle.security.am.plugin
 

D

deleteStateAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
Deletes the plugin state attribute that was set earlier.

E

ExecutionAction - Interface in oracle.security.am.plugin
 
ExecutionStatus - Enum in oracle.security.am.plugin
Status of the plug-in execution.

F

fromString(String) - Method in interface oracle.security.am.plugin.ActionContext
 
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.
getAction() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
getAction() - Method in interface oracle.security.am.plugin.PluginContext
Returns the Execution Action.
getActionContext() - Method in interface oracle.security.am.plugin.ExecutionAction
 
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.
getAllResponses() - Method in interface oracle.security.am.plugin.PluginContext
returns all the responses configured.
getAllStateAttributes() - Method in interface oracle.security.am.plugin.PluginContext
Returns all the plugin state attributes and their values
getAmr() - Method in interface oracle.security.am.plugin.AMSubject
List of AMR values for given authn flow.
getApplicationId() - Method in interface oracle.security.am.plugin.AMSession
Application id will be an optional property.
getAttribute(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attribute.
getAttribute(CommonAttribute) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attribute.
getAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
retrieves an attribute store in the session.
getAttributeNames() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attribute names.
getAttributeNames() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attribute names.
getAttributes() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the attributes.
getAttributesMap() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the attributes map.
getAuthLevel() - Method in interface oracle.security.am.plugin.AMSubject
Gets the auth level.
getAuthnSubject() - Method in interface oracle.security.am.plugin.AMSession
If the authentication succeeds the the subject will be set as the response.
getAuthScheme() - Method in interface oracle.security.am.plugin.AMSubject
Gets the auth scheme.
getClientIPAddress() - Method in interface oracle.security.am.plugin.PluginContext
gets the client IP address.
getClientProfile() - Method in interface oracle.security.am.plugin.PluginContext
returns the ClientProfile object that contains the client specific attributes.
getContextData() - Method in interface oracle.security.am.plugin.ActionContext
 
getContextMetaData() - Method in interface oracle.security.am.plugin.ContextData
 
getCreationInstant() - Method in interface oracle.security.am.plugin.AMSession
Method returns the creation instant for this session object.
getCustomSessionAttributes() - Method in interface oracle.security.am.plugin.AMSession
Gets the custom session attributes.
getData() - Method in interface oracle.security.am.plugin.GenericTransportStore
get the back-end store object contains the data.
getDescription() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
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.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
getDisplayName() - Method in interface oracle.security.am.plugin.ContextData
 
getErrorCode() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
getErrorCode() - Method in interface oracle.security.am.plugin.GenericTransportContext
returns the error code.
getErrorCode() - Method in interface oracle.security.am.plugin.PluginContext
returns the error code for the last error that occured during the execution.
getErrorMsg() - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
getEventFlowMap() - Method in interface oracle.security.am.plugin.PluginEventFlowController
 
getEventHint() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getEventName() - Method in interface oracle.security.am.plugin.PluginEventHint
Returns the EventName
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.
getFlowController() - Method in interface oracle.security.am.plugin.ExecutionAction
 
getGUID() - Method in interface oracle.security.am.plugin.AMSubject
Gets the gUID.
getHintOption() - Method in interface oracle.security.am.plugin.PluginEventHint
Returns the event hint option.
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.OAMAbstractAMPlugin
 
getIdentityStoreContext() - Method in interface oracle.security.am.plugin.PluginContext
returns the identity store context.
getIdStoreReference() - Method in interface oracle.security.am.plugin.AMSubject
Returns the identity store reference for the subject.
getImpersonatorUser() - Method in interface oracle.security.am.plugin.AMSession
Gets the impersonator user.
getImplType() - Method in interface oracle.security.am.plugin.PluginContext
Returns the implementation type of the plug-in context implementation
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.
getLastUpdateTime() - Method in interface oracle.security.am.plugin.AMSession
Method returns the time the session was last updated.
getLocale() - Method in interface oracle.security.am.plugin.GenericTransportContext
 
getLocale() - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
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
 
getMaxAgeInSeconds() - Method in interface oracle.security.am.plugin.GenericTransportToken
Token age.
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.fed.plugins.fed.msgprocessing.MessageProcessingException
Returns the detail message string associated with the message ID for the current locale.
getMessage(Locale) - Method in exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Returns the detail message string associated with the message ID for the requested locale, if available.
getMessageId() - Method in exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Returns the message ID that was passed in on creation, if any.
getModuleName() - Method in interface oracle.security.am.plugin.ModuleAdvice
returns the module name that should be executed next.
getMonitoringData() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getMonitoringData() - Method in interface oracle.security.am.plugin.GenericPluginService
plug-in can return monitoring data after plug-in execution is complete.
getMonitoringData() - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
getMonitoringStatus() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getMonitoringStatus() - Method in interface oracle.security.am.plugin.GenericPluginService
set the monitoring status for the plug-in.
getMonitoringStatus() - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
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.MonitoringData
Gets the name.
getName() - Method in interface oracle.security.am.plugin.PluginCommonAttribute
Gets the name of the attribute.
getName() - Method in class oracle.security.am.plugin.PluginResponse
returns the name of the response attribute.
getObjectAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
This method returns the object attribute specified by the attribute name parameter.
getObjectMap() - Method in interface oracle.security.am.plugin.PluginContext
Returns the Object attribute map.
getObjName() - Method in interface oracle.security.am.plugin.PluginAttribute
 
getObjName() - Method in class oracle.security.am.plugin.PluginResponse
 
getOrder() - Method in interface oracle.security.am.plugin.ContextData
 
getParameter(String) - Method in interface oracle.security.am.plugin.PluginConfig
get a configuration parameter.
getParameters() - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameters.
getParameters(GenericTransportContext.PARAM_TYPE) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameters.
getParameters() - Method in interface oracle.security.am.plugin.PluginConfig
get all configuration parameters.
getParameterValue(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the parameter value.
getParameterValues(String) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the parameter values.
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.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.
getPluginName() - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
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.
getProtocol() - Method in class oracle.security.am.plugin.ClientProfile
returns the client protocol.
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.
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.
getResponse(PluginAttributeContextType, String) - Method in interface oracle.security.am.plugin.PluginContext
returns the attributes for the target context and the name.
getResponses(PluginAttributeContextType) - Method in interface oracle.security.am.plugin.PluginContext
returns all the attributes for the target context.
getRevision() - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getRevision() - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
Returns back the plug-in revision. Items required for plug-in management. Revision should be an integer value. Plugin developers can keep track of multiple revisions of the plugin. The plugin development framework will take care of maintaining version.
getRevision() - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
getSession() - Method in interface oracle.security.am.plugin.PluginContext
returns the OAM session object.
getSessionIndex() - Method in interface oracle.security.am.plugin.AMSession
SessionIndex will be used to identity different session for the same user.This will be used by SME to create a user session.
getSessionStore() - Method in interface oracle.security.am.plugin.GenericTransportContext
 
getSessionStore() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Creates a session store using the attributes stored in the session.
getStartingStep(AuthenticationContext) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
getStartingStep() - Method in interface oracle.security.am.plugin.PluginContext
Returns the starting step of the Composite Authentication module.
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.
getStringAttribute(String) - Method in interface oracle.security.am.plugin.PluginContext
This method gives the String attribute specified by the attribute name parameter.
getStringMap() - Method in interface oracle.security.am.plugin.PluginContext
Retuns the string attribute map.
getSubject() - Method in interface oracle.security.am.plugin.AMSubject
Returns the Subject encapsulated in the AmSubject.
getToken(String, boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the token.
getToken(String, boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Gets the token.
getTokenDomain() - Method in interface oracle.security.am.plugin.GenericTransportToken
Token domain.
getTokenName() - Method in interface oracle.security.am.plugin.GenericTransportToken
Name of the token.
getTokens() - Method in interface oracle.security.am.plugin.GenericTransportHandler
Returns the list of tokens those were set using setToken().
getTokenValue() - Method in interface oracle.security.am.plugin.GenericTransportToken
Value of the token
getTokenVersion() - Method in interface oracle.security.am.plugin.GenericTransportToken
Version of the token.
getTransportContext() - Method in interface oracle.security.am.plugin.PluginContext
Transport context encapsulate the transport related handling in the request object.
getTransportRequest() - Method in interface oracle.security.am.plugin.GenericTransportContext
 
getTransportRequest() - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Gets the transport session.
getTransportSession(boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
 
getTransportSessionID() - Method in interface oracle.security.am.plugin.GenericTransportContext
Set Session ID for the tranport session.
getType() - Method in 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.MonitoringData
Gets the type.
getType() - Method in class oracle.security.am.plugin.PluginResponse
get the attribute context type.
getUserActionCommand() - Method in interface oracle.security.am.plugin.ActionContext
 
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
getUserDn() - Method in interface oracle.security.am.plugin.AMSubject
Returns the DN of the user.
getUserId() - Method in interface oracle.security.am.plugin.AMSubject
returns the user id.
getValue() - Method in interface oracle.security.am.plugin.ContextData
 
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.

I

init(AuthenticationContext) - Method in interface oracle.security.am.plugin.GenericPluginState
Initialize the class with the authentication context.
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
 
isAnonymous() - Method in interface oracle.security.am.plugin.AMSession
Checks if the scheme is anonymous or not.
isImpersonating() - Method in interface oracle.security.am.plugin.AMSession
If this is an impersonating session, return true.
isSecure() - Method in interface oracle.security.am.plugin.GenericTransportToken
secure flag used for HTTP cookies
isValid() - Method in interface oracle.security.am.plugin.GenericTransportStore
Checks whether the session store implementation is valid or not.

K

KEY_TAG - Static variable in interface oracle.security.am.plugin.PluginAttribute
 

L

LOGGER - Static variable in class oracle.security.am.plugin.AbstractAMPlugin
The LOGGER.
LOGGER - Static variable in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
LOGGER - Static variable in class oracle.security.am.plugin.OAMAbstractAMPlugin
The LOGGER.
LOGGER - Static variable in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 

M

MessageProcessingException - Exception in oracle.security.fed.plugins.fed.msgprocessing
 
MessageProcessingException(String) - Constructor for exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Create Exception.
MessageProcessingException(String, Throwable) - Constructor for exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Create Exception.
MessageProcessingException(Throwable) - Constructor for exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Create Exception.
MessageProcessingException(String, Object[]) - Constructor for exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Constructs a new exception with the specified message ID and parameters.
MessageProcessingException(String, Throwable, Object[]) - Constructor for exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
Constructs a new exception with passed message ID, cause, and parameters.
MessageType - Enum in oracle.security.fed.plugins.fed.msgprocessing
 
ModuleAdvice - Interface in oracle.security.am.plugin
ModuleAdvice will encapsulate the result of PluginExecutionStrategy execution.
MonitoringData - Class in oracle.security.am.plugin
Monitoring Data will be captured by the plug-in can be sent to the server for logging.
MonitoringData() - Constructor for class oracle.security.am.plugin.MonitoringData
 

N

name - Variable in class oracle.security.am.plugin.PluginResponse
The name.
NAME_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 

O

OAMAbstractAMPlugin - Class in oracle.security.am.plugin
Abstract plugin.
OAMAbstractAMPlugin() - Constructor for class oracle.security.am.plugin.OAMAbstractAMPlugin
 
OBJ_ID - Static variable in class oracle.security.am.plugin.PluginResponse
 
OIFMessageProcessingIFPlugin - Interface in oracle.security.fed.plugins.fed.msgprocessing
OIF Message Processing plug-in interface that will be exposed to the plug-in developers.
OIFMessageProcessingPlugin - Class in oracle.security.fed.plugins.fed.msgprocessing
OIF Message Processing plug-in interface that will be exposed to the plug-in developers.
OIFMessageProcessingPlugin() - Constructor for class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
oracle.security.am.plugin - package oracle.security.am.plugin
 
oracle.security.fed.plugins.fed.msgprocessing - package oracle.security.fed.plugins.fed.msgprocessing
 

P

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.
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.
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
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.
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
 
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(MessageContext) - Method in interface oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingIFPlugin
Plugin implementations will extract data from context information passed in, implement logic to process and modify the message and return the ExectionStatus back to caller.
process(MessageContext) - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
Plugin implementations will extract data from context information passed in, implement logic to process and modify the message and return the ExectionStatus back to caller.
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.

R

removeAttribute(String) - Method in interface oracle.security.am.plugin.GenericTransportStore
remove the stored attribute from the session store.
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

S

setAction(ExecutionAction) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
setAction(ExecutionAction) - Method in interface oracle.security.am.plugin.PluginContext
Sets the Execution.
setAffinityRequested(boolean) - Method in interface oracle.security.am.plugin.ExecutionAction
Set/Unset the affinity flag.
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.
setContextData(List<ContextData>) - Method in interface oracle.security.am.plugin.ActionContext
 
setContextMetaData(ContextMetaData) - Method in interface oracle.security.am.plugin.ContextData
 
setData(Object) - Method in interface oracle.security.am.plugin.GenericTransportStore
set the back-end store object contains the data.
setErrorCode(int) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
setErrorCode(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
sets the error code.
setErrorMsg(String) - Method in enum oracle.security.am.plugin.ExecutionStatus
Deprecated.
setEventFlowMap(Map<String, String>) - Method in interface oracle.security.am.plugin.PluginEventFlowController
 
setKeyName(String) - Method in interface oracle.security.am.plugin.PluginAttribute
 
setKeyName(String) - Method in class oracle.security.am.plugin.PluginResponse
 
setMaxAgeInSeconds(int) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the max age of the token.
setMonitoringStatus(boolean) - Method in class oracle.security.am.plugin.AbstractPluginExecutionStrategy
 
setMonitoringStatus(boolean) - Method in interface oracle.security.am.plugin.GenericPluginService
Deprecated.
This method will be removed in future releases.
get the monitoring status configured for the plugin.
setMonitoringStatus(boolean) - Method in class oracle.security.fed.plugins.fed.msgprocessing.OIFMessageProcessingPlugin
 
setName(String) - Method in interface oracle.security.am.plugin.ExecutionAction
 
setName(String) - Method in class oracle.security.am.plugin.MonitoringData
Sets the name.
setName(String) - Method in class oracle.security.am.plugin.PluginResponse
sets the name of the response attribute.
setObjectAttribute(String, Object) - Method in interface oracle.security.am.plugin.PluginContext
This method sets a Object attribute specified by the attribute name parameter and value.
setSecure(boolean) - Method in interface oracle.security.am.plugin.GenericTransportToken
 
setStartingStep(String) - Method in interface oracle.security.am.plugin.PluginContext
Sets the starting step of the Composite authentication module.
setStateAttribute(String, Object) - Method in interface oracle.security.am.plugin.PluginContext
Sets the plugin state that can be used across plugins
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.
setToken(GenericTransportToken, boolean) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the token.
setToken(GenericTransportToken, boolean) - Method in interface oracle.security.am.plugin.GenericTransportHandler
Sets the token.
setTokenDomain(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the domain of the token.
setTokenValue(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
set the secure flag for the token.
setTokenVersion(String) - Method in interface oracle.security.am.plugin.GenericTransportToken
sets the version of the token.
setTransportSessionID(String) - Method in interface oracle.security.am.plugin.GenericTransportContext
Sets the session ID for the transport.
setType(String) - Method in class oracle.security.am.plugin.MonitoringData
Sets the type.
setType(PluginAttributeContextType) - Method in class oracle.security.am.plugin.PluginResponse
sets the attribute context type.
setUserActionCommand(String) - Method in interface oracle.security.am.plugin.ActionContext
 
setValue(String) - Method in interface oracle.security.am.plugin.ContextData
 
setValue(Object) - Method in class oracle.security.am.plugin.MonitoringData
Sets the value.
setValue(Object) - Method in class oracle.security.am.plugin.PluginResponse
sets the attribute value.
shutdown(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
 
start(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
Implements BundleActivator.start().
startPlugin(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
 
stop(BundleContext) - Method in class oracle.security.am.plugin.AbstractAMPlugin
Implements BundleActivator.stop().

T

toString() - Method in interface oracle.security.am.plugin.ActionContext
 
toString() - Method in exception oracle.security.fed.plugins.fed.msgprocessing.MessageProcessingException
In addition, the message ID is included as a separate field from the message itself if those are distinct.
toStringForm() - Method in interface oracle.security.am.plugin.PluginAttribute
 
toStringForm() - Method in class oracle.security.am.plugin.PluginResponse
 
type - Variable in class oracle.security.am.plugin.PluginResponse
The type.
TYPE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 

U

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

V

value - Variable in class oracle.security.am.plugin.PluginResponse
The value.
VALUE_TAG - Static variable in class oracle.security.am.plugin.PluginResponse
 
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.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.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.
valueOf(String) - Static method in enum oracle.security.fed.plugins.fed.msgprocessing.MessageType
Returns the enum constant of this type with the specified name.
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.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.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.
values() - Static method in enum oracle.security.fed.plugins.fed.msgprocessing.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K L M N O P R S T U V 
Skip navigation links
Oracle Fusion Middleware Message Processing Plug-in for Oracle Access Management Identity Federation Java API Reference
Release 12c (12.2.1.4)

E96859-01

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