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
  • Constructor Details

  • Method Details

    • setClientIPAddress

      public void setClientIPAddress<wbr>(String clientIPAddress)
      Parameters:
      clientIPAddress -
    • setClientProfile

      public void setClientProfile<wbr>(ClientProfile clientProfile)
      Parameters:
      clientProfile -
    • setSession

      public void setSession<wbr>(AMSession session)
      Parameters:
      session -
    • setTransportContext

      public void setTransportContext<wbr>(PluginTransportContext transportContext)
      Parameters:
      transportContext -
    • setCredential

      public void setCredential<wbr>(Credential credential)
      Parameters:
      credential -
    • setIdentityStoreContext

      public void setIdentityStoreContext<wbr>(IdentityStoreContext idStoreContext)
      Parameters:
      idStoreContext -
    • getImplType

      public String getImplType()
      returns the implementation type of the plugin.
      Specified by:
      getImplType in interface PluginContext
      Returns:
    • getStartingStep

      public String getStartingStep()
      Returns the starting step that has been set in the authentication context
      Specified by:
      getStartingStep in interface PluginContext
      Returns:
      startingStep
    • setStartingStep

      public void setStartingStep<wbr>(String startingStep)
      Sets the starting step in the authentication context
      Specified by:
      setStartingStep in interface PluginContext
      Parameters:
      startingStep -
    • getAction

      public ExecutionAction getAction()
      Returns the execution action that has been set in the authentication context
      Specified by:
      getAction in interface PluginContext
      Returns:
      startingStep
    • setAction

      public void setAction<wbr>(ExecutionAction executionAction)
      Sets the execution action in the authentication context
      Specified by:
      setAction in interface PluginContext
      Parameters:
      ExecutionAction -
    • setStateAttribute

      public void setStateAttribute<wbr>(String attributeName, Object attributeValue)
      Description copied from interface: PluginContext
      Sets the plugin state that can be used across plugins
      Specified by:
      setStateAttribute in interface PluginContext
      Parameters:
      attributeName - : attributeName represents the name of the plugin state
      attributeValue - : value to be stored in the state attribute
    • getStateAttribute

      public Object getStateAttribute<wbr>(String attributeName)
      Description copied from interface: PluginContext
      Returns the pluginStateAttribute value or null if the state is not available
      Specified by:
      getStateAttribute in interface PluginContext
      Parameters:
      attributeName - : the name of the plugin state attribute
    • deleteStateAttribute

      public void deleteStateAttribute<wbr>(String attributeName)
      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 interface PluginContext
      Parameters:
      attributeName - : the name of the plugin state attribute
    • getAllStateAttributes

      public HashMap<String,<wbr>Object> getAllStateAttributes()
      Description copied from interface: PluginContext
      Returns all the plugin state attributes and their values
      Specified by:
      getAllStateAttributes in interface PluginContext
    • getHttpProxyHost

      public String getHttpProxyHost()
      Description copied from interface: AuthenticationContext
      Get the Proxy host configuration for external communication
      Specified by:
      getHttpProxyHost in interface AuthenticationContext
      Returns:
    • setHttpProxyHost

      public void setHttpProxyHost<wbr>(String httpProxyHost)
    • getHttpProxyPort

      public String getHttpProxyPort()
      Description copied from interface: AuthenticationContext
      Get the Proxy port configuration for external communication
      Specified by:
      getHttpProxyPort in interface AuthenticationContext
      Returns:
    • setHttpProxyPort

      public void setHttpProxyPort<wbr>(String httpProxyPort)