| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.authentication.AuthContext.Status
The class Status defines the possible
 authentication states during the login process.
| Field Summary | |
| static AuthContext.Status | COMPLETEDThe COMPLETEDindicates that the user has been
 successfully logged out. | 
| static AuthContext.Status | FAILEDThe FAILEDindicates that the login process has
 failed. | 
| static AuthContext.Status | IN_PROGRESSThe IN_PROGRESSstatus
 indicates that the login process
 is in progress. | 
| static AuthContext.Status | NOT_STARTEDThe NOT_STARTEDstatus
 indicates that the login process
 has not yet started. | 
| static AuthContext.Status | SUCCESSThe SUCCESSindicates that the login process has
 succeeded. | 
| Method Summary | |
|  boolean | equals(java.lang.Object authStatus)Checks if two authentication status objects are equal. | 
|  java.lang.String | toString()Returns the string representation of the authentication status. | 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final AuthContext.Status NOT_STARTED
NOT_STARTED status
 indicates that the login process
 has not yet started. Basically, it means that the
 method login has not been called.public static final AuthContext.Status IN_PROGRESS
IN_PROGRESS status
 indicates that the login process
 is in progress. Basically, it means that the
 login method has been called and
 that this object is waiting for the user to send authentication
 information.public static final AuthContext.Status SUCCESS
SUCCESS
 indicates that the login process has
 succeeded.public static final AuthContext.Status FAILED
FAILED
 indicates that the login process has
 failed.public static final AuthContext.Status COMPLETED
COMPLETED
 indicates that the user has been
 successfully logged out.| Method Detail | 
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object authStatus)
equals in class java.lang.ObjectauthStatus - the reference object with which to comparetrue if the objects are same; 
 false otherwise| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||