Package oracle.security.am.plugin.impl
Class AbstractAuthnContext
java.lang.Object
oracle.security.am.plugin.impl.AbstractPluginContext
oracle.security.am.plugin.impl.AbstractAuthnContext
- All Implemented Interfaces:
AuthenticationContext
,PluginAttribute
,PluginContext
- Direct Known Subclasses:
AuthnContext
public abstract class AbstractAuthnContext
extends AbstractPluginContext
implements AuthenticationContext
-
Field Summary
Fields inherited from interface oracle.security.am.plugin.PluginAttribute
KEY_TAG
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractAuthnContext<wbr>(String clientIPAddress, ClientProfile clientProfile, AMSession session, PluginTransportContext transportContext, Credential credential)
AbstractAuthnContext<wbr>(GenericTransportContext ctx, IdentityStoreContext idStore, Credential credential)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteStateAttribute<wbr>(String attributeName)
Deletes the plugin state attribute that was set earlier.Returns the execution action that has been set in the authentication contextReturns all the plugin state attributes and their valuesGet the Proxy host configuration for external communicationGet the Proxy port configuration for external communicationreturns the implementation type of the plugin.Returns the starting step that has been set in the authentication contextgetStateAttribute<wbr>(String attributeName)
Returns the pluginStateAttribute value or null if the state is not availablevoid
setAction<wbr>(ExecutionAction executionAction)
Sets the execution action in the authentication contextvoid
setClientIPAddress<wbr>(String clientIPAddress)
void
setClientProfile<wbr>(ClientProfile clientProfile)
void
setCredential<wbr>(Credential credential)
void
setHttpProxyHost<wbr>(String httpProxyHost)
void
setHttpProxyPort<wbr>(String httpProxyPort)
void
setIdentityStoreContext<wbr>(IdentityStoreContext idStoreContext)
void
setSession<wbr>(AMSession session)
void
setStartingStep<wbr>(String startingStep)
Sets the starting step in the authentication contextvoid
setStateAttribute<wbr>(String attributeName, Object attributeValue)
Sets the plugin state that can be used across pluginsvoid
setTransportContext<wbr>(PluginTransportContext transportContext)
Methods inherited from class oracle.security.am.plugin.impl.AbstractPluginContext
addErrorCode, addException, addResponse, getAllResponses, getClientIPAddress, getClientProfile, getErrorCode, getExceptionList, getIdentityStoreContext, getObjectAttribute, getObjectMap, getResponse, getResponses, getSession, getStringAttribute, getStringMap, getTransportContext, removeResponse, removeResponse, setObjectAttribute, setStringAttribute
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface oracle.security.am.plugin.authn.AuthenticationContext
getAuthenticationClass, getAuthnModuleConfig, getAuthnScheme, getCredential, getResourceURL, getSubject, setAuthenticationClass, setAuthnModuleConfig, setSubject
Methods inherited from interface oracle.security.am.plugin.PluginAttribute
fromString, getKeyName, getObjName, setKeyName, toStringForm
Methods inherited from interface oracle.security.am.plugin.PluginContext
addErrorCode, addException, addResponse, getAllResponses, getClientIPAddress, getClientProfile, getErrorCode, getExceptionList, getIdentityStoreContext, getObjectAttribute, getObjectMap, getResponse, getResponses, getSession, getStringAttribute, getStringMap, getTransportContext, removeResponse, removeResponse, setObjectAttribute, setStringAttribute
-
Constructor Details
-
AbstractAuthnContext
public AbstractAuthnContext() -
AbstractAuthnContext
public AbstractAuthnContext<wbr>(GenericTransportContext ctx, IdentityStoreContext idStore, Credential credential)- Parameters:
ctx
-idStore
-credential
-
-
AbstractAuthnContext
public AbstractAuthnContext<wbr>(String clientIPAddress, ClientProfile clientProfile, AMSession session, PluginTransportContext transportContext, Credential credential)- Parameters:
clientIPAddress
-clientProfile
-session
-transportContext
-credential
-
-
-
Method Details
-
setClientIPAddress
- Parameters:
clientIPAddress
-
-
setClientProfile
- Parameters:
clientProfile
-
-
setSession
- Parameters:
session
-
-
setTransportContext
- Parameters:
transportContext
-
-
setCredential
- Parameters:
credential
-
-
setIdentityStoreContext
- Parameters:
idStoreContext
-
-
getImplType
returns the implementation type of the plugin.- Specified by:
getImplType
in interfacePluginContext
- Returns:
-
getStartingStep
Returns the starting step that has been set in the authentication context- Specified by:
getStartingStep
in interfacePluginContext
- Returns:
- startingStep
-
setStartingStep
Sets the starting step in the authentication context- Specified by:
setStartingStep
in interfacePluginContext
- Parameters:
startingStep
-
-
getAction
Returns the execution action that has been set in the authentication context- Specified by:
getAction
in interfacePluginContext
- Returns:
- startingStep
-
setAction
Sets the execution action in the authentication context- Specified by:
setAction
in interfacePluginContext
- Parameters:
ExecutionAction
-
-
setStateAttribute
Description copied from interface:PluginContext
Sets the plugin state that can be used across plugins- Specified by:
setStateAttribute
in interfacePluginContext
- Parameters:
attributeName
- : attributeName represents the name of the plugin stateattributeValue
- : value to be stored in the state attribute
-
getStateAttribute
Description copied from interface:PluginContext
Returns the pluginStateAttribute value or null if the state is not available- Specified by:
getStateAttribute
in interfacePluginContext
- Parameters:
attributeName
- : the name of the plugin state attribute
-
deleteStateAttribute
Description copied from interface:PluginContext
Deletes the plugin state attribute that was set earlier. This will make the state unavailable for subsequent plugins.- Specified by:
deleteStateAttribute
in interfacePluginContext
- Parameters:
attributeName
- : the name of the plugin state attribute
-
getAllStateAttributes
Description copied from interface:PluginContext
Returns all the plugin state attributes and their values- Specified by:
getAllStateAttributes
in interfacePluginContext
-
getHttpProxyHost
Description copied from interface:AuthenticationContext
Get the Proxy host configuration for external communication- Specified by:
getHttpProxyHost
in interfaceAuthenticationContext
- Returns:
-
setHttpProxyHost
-
getHttpProxyPort
Description copied from interface:AuthenticationContext
Get the Proxy port configuration for external communication- Specified by:
getHttpProxyPort
in interfaceAuthenticationContext
- Returns:
-
setHttpProxyPort
-