Package | Description |
---|---|
com.sun.identity.authentication |
Provides interfaces and classes for writing a Remote Java client application
to authenticate into OpenSSO.
|
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.
|
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 | Method and Description |
---|---|
AuthContext.Status |
AuthContextLocal.getStatus()
Returns the current status of the authentication process.
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.