Uses of Class
com.sun.identity.authentication.AuthContext.Status
-
Packages that use AuthContext.Status Package Description com.sun.identity.authentication Provides interfaces and classes for writing a Remote Java client application to authenticate to OpenAM.com.sun.identity.authentication.server This package contains the classes that represent server side functionality such as the implementation of request for authenticating, user credential callbacks. -
-
Uses of AuthContext.Status in com.sun.identity.authentication
Fields in com.sun.identity.authentication declared as AuthContext.Status Modifier and Type Field Description static AuthContext.Status
AuthContext.Status. COMPLETED
TheCOMPLETED
indicates that the user has been successfully logged out.static AuthContext.Status
AuthContext.Status. FAILED
TheFAILED
indicates that the login process has failed.static AuthContext.Status
AuthContext.Status. IN_PROGRESS
TheIN_PROGRESS
status indicates that the login process is in progress.static AuthContext.Status
AuthContext.Status. NOT_STARTED
TheNOT_STARTED
status indicates that the login process has not yet started.static AuthContext.Status
AuthContext.Status. ORG_MISMATCH
TheORG_MISMATCH
indicates that the frameworkorg
and theorg
required by the user do not match.static AuthContext.Status
AuthContext.Status. RESET
TheRESET
indicates that the login process has been reset or re-initialized.static AuthContext.Status
AuthContext.Status. SUCCESS
TheSUCCESS
indicates that the login process has succeeded.Methods in com.sun.identity.authentication that return AuthContext.Status Modifier and Type Method Description AuthContext.Status
AuthContext. getStatus()
Returns the current status of the authentication process asAuthContext.Status
. -
Uses of AuthContext.Status in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return AuthContext.Status Modifier and Type Method Description AuthContext.Status
AuthContextLocal. getStatus()
Returns the current status of the authentication process.
-