Package com.onelogin.saml2.exception
Class ValidationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.onelogin.saml2.exception.SAMLException
-
- com.onelogin.saml2.exception.ValidationError
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationError extends SAMLException
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ValidationError(java.lang.String message, int errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
UNSUPPORTED_SAML_VERSION
public static final int UNSUPPORTED_SAML_VERSION
- See Also:
- Constant Field Values
-
MISSING_ID
public static final int MISSING_ID
- See Also:
- Constant Field Values
-
WRONG_NUMBER_OF_ASSERTIONS
public static final int WRONG_NUMBER_OF_ASSERTIONS
- See Also:
- Constant Field Values
-
MISSING_STATUS
public static final int MISSING_STATUS
- See Also:
- Constant Field Values
-
MISSING_STATUS_CODE
public static final int MISSING_STATUS_CODE
- See Also:
- Constant Field Values
-
STATUS_CODE_IS_NOT_SUCCESS
public static final int STATUS_CODE_IS_NOT_SUCCESS
- See Also:
- Constant Field Values
-
WRONG_SIGNED_ELEMENT
public static final int WRONG_SIGNED_ELEMENT
- See Also:
- Constant Field Values
-
ID_NOT_FOUND_IN_SIGNED_ELEMENT
public static final int ID_NOT_FOUND_IN_SIGNED_ELEMENT
- See Also:
- Constant Field Values
-
DUPLICATED_ID_IN_SIGNED_ELEMENTS
public static final int DUPLICATED_ID_IN_SIGNED_ELEMENTS
- See Also:
- Constant Field Values
-
INVALID_SIGNED_ELEMENT
public static final int INVALID_SIGNED_ELEMENT
- See Also:
- Constant Field Values
-
DUPLICATED_REFERENCE_IN_SIGNED_ELEMENTS
public static final int DUPLICATED_REFERENCE_IN_SIGNED_ELEMENTS
- See Also:
- Constant Field Values
-
UNEXPECTED_SIGNED_ELEMENTS
public static final int UNEXPECTED_SIGNED_ELEMENTS
- See Also:
- Constant Field Values
-
WRONG_NUMBER_OF_SIGNATURES_IN_RESPONSE
public static final int WRONG_NUMBER_OF_SIGNATURES_IN_RESPONSE
- See Also:
- Constant Field Values
-
WRONG_NUMBER_OF_SIGNATURES_IN_ASSERTION
public static final int WRONG_NUMBER_OF_SIGNATURES_IN_ASSERTION
- See Also:
- Constant Field Values
-
INVALID_XML_FORMAT
public static final int INVALID_XML_FORMAT
- See Also:
- Constant Field Values
-
WRONG_INRESPONSETO
public static final int WRONG_INRESPONSETO
- See Also:
- Constant Field Values
-
NO_ENCRYPTED_ASSERTION
public static final int NO_ENCRYPTED_ASSERTION
- See Also:
- Constant Field Values
-
NO_ENCRYPTED_NAMEID
public static final int NO_ENCRYPTED_NAMEID
- See Also:
- Constant Field Values
-
MISSING_CONDITIONS
public static final int MISSING_CONDITIONS
- See Also:
- Constant Field Values
-
ASSERTION_TOO_EARLY
public static final int ASSERTION_TOO_EARLY
- See Also:
- Constant Field Values
-
ASSERTION_EXPIRED
public static final int ASSERTION_EXPIRED
- See Also:
- Constant Field Values
-
WRONG_NUMBER_OF_AUTHSTATEMENTS
public static final int WRONG_NUMBER_OF_AUTHSTATEMENTS
- See Also:
- Constant Field Values
-
NO_ATTRIBUTESTATEMENT
public static final int NO_ATTRIBUTESTATEMENT
- See Also:
- Constant Field Values
-
ENCRYPTED_ATTRIBUTES
public static final int ENCRYPTED_ATTRIBUTES
- See Also:
- Constant Field Values
-
WRONG_DESTINATION
public static final int WRONG_DESTINATION
- See Also:
- Constant Field Values
-
EMPTY_DESTINATION
public static final int EMPTY_DESTINATION
- See Also:
- Constant Field Values
-
WRONG_AUDIENCE
public static final int WRONG_AUDIENCE
- See Also:
- Constant Field Values
-
ISSUER_MULTIPLE_IN_RESPONSE
public static final int ISSUER_MULTIPLE_IN_RESPONSE
- See Also:
- Constant Field Values
-
ISSUER_NOT_FOUND_IN_ASSERTION
public static final int ISSUER_NOT_FOUND_IN_ASSERTION
- See Also:
- Constant Field Values
-
WRONG_ISSUER
public static final int WRONG_ISSUER
- See Also:
- Constant Field Values
-
SESSION_EXPIRED
public static final int SESSION_EXPIRED
- See Also:
- Constant Field Values
-
WRONG_SUBJECTCONFIRMATION
public static final int WRONG_SUBJECTCONFIRMATION
- See Also:
- Constant Field Values
-
NO_SIGNED_MESSAGE
public static final int NO_SIGNED_MESSAGE
- See Also:
- Constant Field Values
-
NO_SIGNED_ASSERTION
public static final int NO_SIGNED_ASSERTION
- See Also:
- Constant Field Values
-
NO_SIGNATURE_FOUND
public static final int NO_SIGNATURE_FOUND
- See Also:
- Constant Field Values
-
KEYINFO_NOT_FOUND_IN_ENCRYPTED_DATA
public static final int KEYINFO_NOT_FOUND_IN_ENCRYPTED_DATA
- See Also:
- Constant Field Values
-
CHILDREN_NODE_NOT_FOUND_IN_KEYINFO
public static final int CHILDREN_NODE_NOT_FOUND_IN_KEYINFO
- See Also:
- Constant Field Values
-
UNSUPPORTED_RETRIEVAL_METHOD
public static final int UNSUPPORTED_RETRIEVAL_METHOD
- See Also:
- Constant Field Values
-
NO_NAMEID
public static final int NO_NAMEID
- See Also:
- Constant Field Values
-
EMPTY_NAMEID
public static final int EMPTY_NAMEID
- See Also:
- Constant Field Values
-
SP_NAME_QUALIFIER_NAME_MISMATCH
public static final int SP_NAME_QUALIFIER_NAME_MISMATCH
- See Also:
- Constant Field Values
-
DUPLICATED_ATTRIBUTE_NAME_FOUND
public static final int DUPLICATED_ATTRIBUTE_NAME_FOUND
- See Also:
- Constant Field Values
-
INVALID_SIGNATURE
public static final int INVALID_SIGNATURE
- See Also:
- Constant Field Values
-
WRONG_NUMBER_OF_SIGNATURES
public static final int WRONG_NUMBER_OF_SIGNATURES
- See Also:
- Constant Field Values
-
RESPONSE_EXPIRED
public static final int RESPONSE_EXPIRED
- See Also:
- Constant Field Values
-
UNEXPECTED_REFERENCE
public static final int UNEXPECTED_REFERENCE
- See Also:
- Constant Field Values
-
NOT_SUPPORTED
public static final int NOT_SUPPORTED
- See Also:
- Constant Field Values
-
KEY_ALGORITHM_ERROR
public static final int KEY_ALGORITHM_ERROR
- See Also:
- Constant Field Values
-
MISSING_ENCRYPTED_ELEMENT
public static final int MISSING_ENCRYPTED_ELEMENT
- See Also:
- Constant Field Values
-
INVALID_ISSUE_INSTANT_FORMAT
public static final int INVALID_ISSUE_INSTANT_FORMAT
- See Also:
- Constant Field Values
-
errorCode
private int errorCode
-
-