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.
|
org.forgerock.openam.core.rest.authn.core |
This package contains core classes and methods for starting and continuing the authentication process.
|
org.forgerock.openam.core.rest.authn.core.wrappers |
This package contains wrapper class around core method calls.
|
Modifier and Type | Field and Description |
---|---|
static AuthContext.Status |
AuthContext.Status.COMPLETED
The
COMPLETED indicates that the user has been
successfully logged out. |
static AuthContext.Status |
AuthContext.Status.FAILED
The
FAILED indicates that the login process has failed. |
static AuthContext.Status |
AuthContext.Status.IN_PROGRESS
The
IN_PROGRESS status indicates that the login process
is in progress. |
static AuthContext.Status |
AuthContext.Status.NOT_STARTED
The
NOT_STARTED status indicates that the login process
has not yet started. |
static AuthContext.Status |
AuthContext.Status.ORG_MISMATCH
The
ORG_MISMATCH indicates that the framework
org and the org required by the user do
not match. |
static AuthContext.Status |
AuthContext.Status.RESET
The
RESET indicates that the login process has been
reset or re-initialized. |
static AuthContext.Status |
AuthContext.Status.SUCCESS
The
SUCCESS indicates that the login process has
succeeded. |
Modifier and Type | Method and Description |
---|---|
AuthContext.Status |
AuthContext.getStatus()
Returns the current status of the authentication process as
AuthContext.Status . |
Modifier and Type | Field and Description |
---|---|
protected AuthContext.Status |
AuthContextLocal.loginStatus |
Modifier and Type | Method and Description |
---|---|
AuthContext.Status |
AuthContextLocal.getStatus()
Returns the current status of the authentication process.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthXMLResponse.setLoginStatus(AuthContext.Status loginStatus)
Sets the login status.
|
protected void |
AuthContextLocal.setLoginStatus(AuthContext.Status status)
Sets the login status.
|
Modifier and Type | Method and Description |
---|---|
AuthContext.Status |
AuthenticationContext.getStatus()
Returns the current status of the authentication process.
|
Modifier and Type | Method and Description |
---|---|
AuthContext.Status |
AuthContextLocalWrapper.getStatus()
Returns the current status of the authentication process.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.