Interface AMSubject


public interface AMSubject
Encapsulates the JAAS subject attributes for an authenticated User.
Since:
OAM11gR1
  • Method Details

    • getUserId

      String getUserId()
      returns the user id.
      Returns:
      the user id
    • getSubject

      Subject getSubject()
      Returns the Subject encapsulated in the AmSubject.
      Returns:
      subject a jvax.security.auth.Subject</code value.
    • getUserDn

      String getUserDn()
      Returns the DN of the user. This will be a unique identitifier for the user.
      Returns:
      the user dn
    • getGUID

      String getGUID()
      Gets the gUID.
      Returns:
      the gUID
    • getAuthLevel

      int getAuthLevel()
      Gets the auth level.
      Returns:
      the authLevel
    • getAuthScheme

      String getAuthScheme()
      Gets the auth scheme.
      Returns:
      the authScheme
    • getIdStoreReference

      String getIdStoreReference()
      Returns the identity store reference for the subject.
      Returns:
      String
    • getAmr

      List<String> getAmr()
      List of AMR values for given authn flow.
      Returns: