Uses of Class
com.sun.identity.authentication.AuthContext.Status
Packages that use 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
Fields in com.sun.identity.authentication declared as AuthContext.StatusModifier and TypeFieldDescriptionstatic final AuthContext.StatusAuthContext.Status.COMPLETEDTheCOMPLETEDindicates that the user has been successfully logged out.static final AuthContext.StatusAuthContext.Status.FAILEDTheFAILEDindicates that the login process has failed.static final AuthContext.StatusAuthContext.Status.IN_PROGRESSTheIN_PROGRESSstatus indicates that the login process is in progress.static final AuthContext.StatusAuthContext.Status.NOT_STARTEDTheNOT_STARTEDstatus indicates that the login process has not yet started.static final AuthContext.StatusAuthContext.Status.ORG_MISMATCHTheORG_MISMATCHindicates that the frameworkorgand theorgrequired by the user do not match.static final AuthContext.StatusAuthContext.Status.RESETTheRESETindicates that the login process has been reset or re-initialized.static final AuthContext.StatusAuthContext.Status.SUCCESSTheSUCCESSindicates that the login process has succeeded.Methods in com.sun.identity.authentication that return AuthContext.StatusModifier and TypeMethodDescriptionAuthContext.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.StatusModifier and TypeMethodDescriptionAuthContextLocal.getStatus()Returns the current status of the authentication process.