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
FieldsModifier and TypeFieldDescriptionstatic final AuthContext.StatusTheCOMPLETEDindicates that the user has been successfully logged out.static final AuthContext.StatusTheFAILEDindicates that the login process has failed.static final AuthContext.StatusTheIN_PROGRESSstatus indicates that the login process is in progress.static final AuthContext.StatusTheNOT_STARTEDstatus indicates that the login process has not yet started.static final AuthContext.StatusTheORG_MISMATCHindicates that the frameworkorgand theorgrequired by the user do not match.static final AuthContext.StatusTheRESETindicates that the login process has been reset or re-initialized.static final AuthContext.StatusTheSUCCESSindicates that the login process has succeeded. -
Method Summary
-
Field Details
-
NOT_STARTED
TheNOT_STARTEDstatus indicates that the login process has not yet started. Basically, it means that the methodloginhas not been called. -
IN_PROGRESS
TheIN_PROGRESSstatus indicates that the login process is in progress. Basically, it means that theloginmethod has been called and that this object is waiting for the user to send authentication information. -
SUCCESS
TheSUCCESSindicates that the login process has succeeded. -
FAILED
TheFAILEDindicates that the login process has failed. -
COMPLETED
TheCOMPLETEDindicates that the user has been successfully logged out. -
RESET
TheRESETindicates that the login process has been reset or re-initialized. -
ORG_MISMATCH
TheORG_MISMATCHindicates that the frameworkorgand theorgrequired 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()
-