|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationMethodInformation
Information about an authentication method employed by a user.
Method Summary | |
---|---|
long |
getAuthenticationDuration()
Gets the duration of this authentication method. |
DateTime |
getAuthenticationInstant()
Gets the time the user authenticated with this member. |
String |
getAuthenticationMethod()
Gets the unique identifier for the authentication method. |
Principal |
getAuthenticationPrincipal()
Gets the principal, for the Subject of the session, created by this authentication method. |
Subject |
getAuthenticationSubject()
Deprecated. use Session.getSubject() |
boolean |
isExpired()
Gets whether this authentication method has expired and is not longer valid for use in constructing new sessions. |
Method Detail |
---|
Subject getAuthenticationSubject()
Session.getSubject()
Principal getAuthenticationPrincipal()
Subject
of the session, created by this authentication method.
String getAuthenticationMethod()
DateTime getAuthenticationInstant()
long getAuthenticationDuration()
boolean isExpired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |