Saml2ErrorCodes
instead@Deprecated
public interface Saml2ErrorCodes
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DECRYPTION_ERROR
Deprecated.
The system failed to decrypt an assertion or a name identifier.
|
static java.lang.String |
INTERNAL_VALIDATION_ERROR
Deprecated.
An error happened during validation.
|
static java.lang.String |
INVALID_ASSERTION
Deprecated.
The assertion was not valid.
|
static java.lang.String |
INVALID_DESTINATION
Deprecated.
Response destination does not match the request URL.
|
static java.lang.String |
INVALID_ISSUER
Deprecated.
An Issuer element contained a value that didn't
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=15
|
static java.lang.String |
INVALID_SIGNATURE
Deprecated.
The signature of response or assertion was invalid.
|
static java.lang.String |
MALFORMED_RESPONSE_DATA
Deprecated.
The response data is malformed or incomplete.
|
static java.lang.String |
RELYING_PARTY_REGISTRATION_NOT_FOUND
Deprecated.
The relying party registration was not found.
|
static java.lang.String |
SUBJECT_NOT_FOUND
Deprecated.
The assertion did not contain a subject element.
|
static java.lang.String |
UNKNOWN_RESPONSE_CLASS
Deprecated.
SAML Data does not represent a SAML 2 Response object.
|
static java.lang.String |
USERNAME_NOT_FOUND
Deprecated.
The subject did not contain a user identifier The assertion contained a subject
element, but the subject element did not have a
NameID or
EncryptedID element
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=18 |
static final java.lang.String UNKNOWN_RESPONSE_CLASS
ResponseType
per specification
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=46static final java.lang.String MALFORMED_RESPONSE_DATA
static final java.lang.String INVALID_DESTINATION
static final java.lang.String INVALID_ASSERTION
static final java.lang.String INVALID_SIGNATURE
static final java.lang.String SUBJECT_NOT_FOUND
NameID
or an EncryptedID
that is used to
assign the authenticated principal an identifier, typically a username.
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=18static final java.lang.String USERNAME_NOT_FOUND
NameID
or
EncryptedID
element
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=18static final java.lang.String DECRYPTION_ERROR
EncryptedAssertion
or
EncryptedID
fails.
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf#page=17static final java.lang.String INVALID_ISSUER
static final java.lang.String INTERNAL_VALIDATION_ERROR
static final java.lang.String RELYING_PARTY_REGISTRATION_NOT_FOUND