|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthResult
Authentication result interface.
Method Summary | |
---|---|
java.lang.String |
getAssertion()
Retrieves the assertion. |
User |
getAuthenticatedUser()
Retrieves the authenticated user. |
java.lang.String |
getAuthType()
Retrieves the authentication type. |
java.util.Date |
getExpirationHint()
Retrieves the expiration date. |
boolean |
isComplete()
Determines whether the authenticated principal object contains group and role assignment information. |
Method Detail |
---|
User getAuthenticatedUser()
java.util.Date getExpirationHint()
java.lang.String getAssertion()
java.lang.String getAuthType()
boolean isComplete()
true
if the authenticated principal object contains group and role assignment information, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |