Interface AuthenticationContext

All Superinterfaces:
PluginAttribute, PluginContext
All Known Implementing Classes:
AbstractAuthnContext, AuthnContext

public interface AuthenticationContext extends PluginContext
Since:
OAM 11.1.1.2.0
  • Method Details

    • setSubject

      void setSubject<wbr>(Subject subject)
      sets a subject to the authentication context.
      Parameters:
      subject - Subject
    • getSubject

      Subject getSubject()
      Retrieves a Subject from the authentication context. If the subject is not available the method will return null.
      Returns:
      the subject
    • getCredential

      Credential getCredential()
      Get credential for the authentication.
      Returns:
      a {@link Credential) object.
    • getAuthnModuleConfig

      AuthnModuleConfig getAuthnModuleConfig()
      Returns:
    • setAuthnModuleConfig

      void setAuthnModuleConfig<wbr>(AuthnModuleConfig config)
      Parameters:
      config -
    • getAuthenticationClass

      oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS getAuthenticationClass()
    • setAuthenticationClass

      void setAuthenticationClass<wbr>(oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS authClass)
    • getResourceURL

      String getResourceURL()
    • getAuthnScheme

      PluginAuthnScheme getAuthnScheme()
      Returns the authentication scheme that initiated the authentication process. Configuration parameters for authetnication scheme will be available through PluginAuthnScheme object.
    • getHttpProxyHost

      String getHttpProxyHost()
      Get the Proxy host configuration for external communication
      Returns:
    • getHttpProxyPort

      String getHttpProxyPort()
      Get the Proxy port configuration for external communication
      Returns: