Package oracle.security.am.plugin
Interface AMSubject
public interface AMSubject
Encapsulates the JAAS subject attributes for an authenticated User.
- Since:
- OAM11gR1
-
Method Summary
Modifier and TypeMethodDescriptiongetAmr()
List of AMR values for given authn flow.int
Gets the auth level.Gets the auth scheme.getGUID()
Gets the gUID.Returns the identity store reference for the subject.Returns the Subject encapsulated in the AmSubject.Returns the DN of the user.returns the user id.
-
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 of AMR values for given authn flow.- Returns:
-