public interface AMSubject
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAmr()
List of AMR values for given authn flow.
|
int |
getAuthLevel()
Gets the auth level.
|
java.lang.String |
getAuthScheme()
Gets the auth scheme.
|
java.lang.String |
getGUID()
Gets the gUID.
|
java.lang.String |
getIdStoreReference()
Returns the identity store reference
for the subject.
|
javax.security.auth.Subject |
getSubject()
Returns the Subject encapsulated in the AmSubject.
|
java.lang.String |
getUserDn()
Returns the DN of the user.
|
java.lang.String |
getUserId()
returns the user id.
|
java.lang.String getUserId()
javax.security.auth.Subject getSubject()
java.lang.String getUserDn()
java.lang.String getGUID()
int getAuthLevel()
java.lang.String getAuthScheme()
java.lang.String getIdStoreReference()
java.util.List<java.lang.String> getAmr()