Package com.sun.identity.authentication
Class AuthContext.Status
java.lang.Object
com.sun.identity.authentication.AuthContext.Status
- Enclosing class:
- AuthContext
The class
Status
defines the possible
authentication states during the login process.-
Field Summary
Modifier and TypeFieldDescriptionstatic final AuthContext.Status
TheCOMPLETED
indicates that the user has been successfully logged out.static final AuthContext.Status
TheFAILED
indicates that the login process has failed.static final AuthContext.Status
TheIN_PROGRESS
status indicates that the login process is in progress.static final AuthContext.Status
TheNOT_STARTED
status indicates that the login process has not yet started.static final AuthContext.Status
TheORG_MISMATCH
indicates that the frameworkorg
and theorg
required by the user do not match.static final AuthContext.Status
TheRESET
indicates that the login process has been reset or re-initialized.static final AuthContext.Status
TheSUCCESS
indicates that the login process has succeeded. -
Method Summary
-
Field Details
-
NOT_STARTED
TheNOT_STARTED
status indicates that the login process has not yet started. Basically, it means that the methodlogin
has not been called. -
IN_PROGRESS
TheIN_PROGRESS
status indicates that the login process is in progress. Basically, it means that thelogin
method has been called and that this object is waiting for the user to send authentication information. -
SUCCESS
TheSUCCESS
indicates that the login process has succeeded. -
FAILED
TheFAILED
indicates that the login process has failed. -
COMPLETED
TheCOMPLETED
indicates that the user has been successfully logged out. -
RESET
TheRESET
indicates that the login process has been reset or re-initialized. -
ORG_MISMATCH
TheORG_MISMATCH
indicates that the frameworkorg
and theorg
required by the user do not match.
-
-
Method Details
-
toString
Returns the string representation of the authentication status. -
equals
Checks if two authentication status objects are equal. -
hashCode
public int hashCode()
-