Class PluginSubject

java.lang.Object
oracle.security.am.plugin.impl.AbstractPluginSubject
oracle.security.am.plugin.impl.PluginSubject
All Implemented Interfaces:
AMSubject

public class PluginSubject extends AbstractPluginSubject
  • Constructor Details

    • PluginSubject

      public PluginSubject()
    • PluginSubject

      public PluginSubject<wbr>(Subject aSubject, String aUserId, String aUserDn, String aGuid, int authlevel)
  • Method Details

    • getAuthLevel

      public int getAuthLevel()
      Description copied from interface: AMSubject
      Gets the auth level.
      Returns:
      the authLevel
    • getAuthScheme

      public String getAuthScheme()
      Description copied from interface: AMSubject
      Gets the auth scheme.
      Returns:
      the authScheme
    • getGUID

      public String getGUID()
      Description copied from interface: AMSubject
      Gets the gUID.
      Returns:
      the gUID
    • getSubject

      public Subject getSubject()
      Description copied from interface: AMSubject
      Returns the Subject encapsulated in the AmSubject.
      Returns:
      subject a jvax.security.auth.Subject</code value.
    • getUserDn

      public String getUserDn()
      Description copied from interface: AMSubject
      Returns the DN of the user. This will be a unique identitifier for the user.
      Returns:
      the user dn
    • getUserId

      public String getUserId()
      Description copied from interface: AMSubject
      returns the user id.
      Returns:
      the user id
    • getAmr

      public List<String> getAmr()
      Get list of amr context values for given authn flow.
      Specified by:
      getAmr in interface AMSubject
      Overrides:
      getAmr in class AbstractPluginSubject
      Returns:
    • getIdStoreReference

      public String getIdStoreReference()
      Description copied from interface: AMSubject
      Returns the identity store reference for the subject.
      Returns:
      String