public interface AuthenticationMethodInformation extends Serializable
修飾子とタイプ | メソッドと説明 |
---|---|
long |
getAuthenticationDuration()
Gets the duration of this authentication method.
|
org.joda.time.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()
推奨されていません。
|
boolean |
isExpired()
Gets whether this authentication method has expired and is not longer valid for use in constructing new sessions.
|
Subject getAuthenticationSubject()
Session.getSubject()
Principal getAuthenticationPrincipal()
Subject
of the session, created by this authentication method.String getAuthenticationMethod()
org.joda.time.DateTime getAuthenticationInstant()
long getAuthenticationDuration()
boolean isExpired()
Copyright © 2012. All Rights Reserved.