public class CdSsoFailureContext extends AbstractContext
Context
implementation to hold error details, should an error occur during cross-domain SSO authentication.Modifier and Type | Field and Description |
---|---|
static String |
E_ACCESS_DENIED
CDSSO error indicating access denied.
|
static String |
E_INVALID_REQUEST
CDSSO error indicating invalid request.
|
static String |
E_INVALID_TOKEN
CDSSO error indicating invalid token.
|
static String |
E_SERVER_ERROR
CDSSO error indicating server error.
|
static String |
F_ERROR
Error field name.
|
static String |
F_ERROR_DESCRIPTION
Error description field name.
|
static String |
NAME
Context name. |
data
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get a description of the CDSSO error that occurred.
|
String |
getError()
Get the CDSSO error that occurred.
|
Throwable |
getThrowable()
Get the
Throwable associated with the CDSSO error that occurred. |
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
public static final String NAME
Context
name.public static final String F_ERROR
public static final String F_ERROR_DESCRIPTION
public static final String E_ACCESS_DENIED
public static final String E_INVALID_REQUEST
public static final String E_INVALID_TOKEN
public static final String E_SERVER_ERROR
Copyright 2011-2017 ForgeRock AS.