Uses of Class
com.sun.identity.authentication.AuthContext.Status
Package
Description
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
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
Modifier and TypeFieldDescriptionstatic final AuthContext.Status
AuthContext.Status.COMPLETED
TheCOMPLETED
indicates that the user has been successfully logged out.static final AuthContext.Status
AuthContext.Status.FAILED
TheFAILED
indicates that the login process has failed.static final AuthContext.Status
AuthContext.Status.IN_PROGRESS
TheIN_PROGRESS
status indicates that the login process is in progress.static final AuthContext.Status
AuthContext.Status.NOT_STARTED
TheNOT_STARTED
status indicates that the login process has not yet started.static final AuthContext.Status
AuthContext.Status.ORG_MISMATCH
TheORG_MISMATCH
indicates that the frameworkorg
and theorg
required by the user do not match.static final AuthContext.Status
AuthContext.Status.RESET
TheRESET
indicates that the login process has been reset or re-initialized.static final AuthContext.Status
AuthContext.Status.SUCCESS
TheSUCCESS
indicates that the login process has succeeded.Modifier and TypeMethodDescriptionAuthContext.getStatus()
Returns the current status of the authentication process asAuthContext.Status
. -
Uses of AuthContext.Status in com.sun.identity.authentication.server
Modifier and TypeMethodDescriptionAuthContextLocal.getStatus()
Returns the current status of the authentication process.