public class AuthenticationExceptionReasonCodes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationExceptionReasonCodes.ErrorTypes
Enum to encapsulate Jose4J error codes
|
Modifier and Type | Field and Description |
---|---|
static String |
AUD_CLAIM_MISMATCH |
static String |
CLAIM_ISSUER_POOL_FILTER_MISMATCH |
static String |
CLAIMS_POOL_FILTER_MISMATCH |
static String |
CLUSTER_ID_MISSING_OR_EMPTY |
static String |
CLUSTER_NOT_ALLOWED |
static String |
CLUSTER_NOT_FOUND |
static String |
FAILED_TO_READ_CLAIMS |
static String |
IDENTITY_POOL_IDENTITY_CLAIM_ABSENT_IN_CLAIMS |
static String |
IDENTITY_POOL_NOT_FOUND |
static String |
INCORRECT_AUTHENTICATOR_TYPE |
static String |
NETWORK_ID_DISALLOWED |
static String |
ORG_ID_CLUSTER_ID_MISMATCH |
static String |
ORG_ID_POOL_FILTER_MISMATCH |
static String |
SNI_ID_CLUSTER_ID_MISMATCH |
static String |
TOKEN_ISSUER_CLAIM_ABSENT |
static String |
TOKEN_ISSUER_CLAIM_UNRECOGNIZED |
static String |
TOKEN_PROCESSING_FAILURE |
static String |
TOKEN_VALUE_ABSENT |
Constructor and Description |
---|
AuthenticationExceptionReasonCodes() |
public static final String INCORRECT_AUTHENTICATOR_TYPE
public static final String IDENTITY_POOL_NOT_FOUND
public static final String CLAIM_ISSUER_POOL_FILTER_MISMATCH
public static final String CLAIMS_POOL_FILTER_MISMATCH
public static final String ORG_ID_POOL_FILTER_MISMATCH
public static final String IDENTITY_POOL_IDENTITY_CLAIM_ABSENT_IN_CLAIMS
public static final String TOKEN_VALUE_ABSENT
public static final String FAILED_TO_READ_CLAIMS
public static final String CLUSTER_NOT_FOUND
public static final String CLUSTER_NOT_ALLOWED
public static final String CLUSTER_ID_MISSING_OR_EMPTY
public static final String SNI_ID_CLUSTER_ID_MISMATCH
public static final String NETWORK_ID_DISALLOWED
public static final String ORG_ID_CLUSTER_ID_MISMATCH
public static final String AUD_CLAIM_MISMATCH
public static final String TOKEN_ISSUER_CLAIM_ABSENT
public static final String TOKEN_ISSUER_CLAIM_UNRECOGNIZED
public static final String TOKEN_PROCESSING_FAILURE