|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationContext
Interface AuthenticationContext wraps common authentication states.
The implementation classes are highly depended ofAuthenticationService
instances, therefor instances are created by the AuthenticationService.createAuthenticationContext()
method.
Method Summary | |
---|---|
java.util.Date |
getAuthenticationTime()
Method gets the authentication time. |
javax.security.auth.Subject |
getSubject()
Method gets the subject. |
boolean |
isAuthenticated()
Method gets the current authentication state. |
Method Detail |
---|
javax.security.auth.Subject getSubject()
boolean isAuthenticated()
java.util.Date getAuthenticationTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |