Package org.opensaml.saml.common.profile
Class SAMLEventIds
- java.lang.Object
-
- org.opensaml.saml.common.profile.SAMLEventIds
-
public final class SAMLEventIds extends Object
SAML-specific constants to use forProfileActionEventContexts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSERTION_INVALIDID of event returned if a SAML Assertion was invalid.static StringASYNC_LOGOUTID of event returned upon detection of theAsynchronousextension.static StringCHANNEL_BINDINGS_ERRORID of event returned upon failure to verifyChannelBindings.static StringDECRYPT_ASSERTION_FAILEDID of event returned upon failure to decrypt anEncryptedAssertion.static StringDECRYPT_ATTRIBUTE_FAILEDID of event returned upon failure to decrypt anEncryptedAttribute.static StringDECRYPT_NAMEID_FAILEDID of event returned upon failure to decrypt anEncryptedID.static StringENDPOINT_RESOLUTION_FAILEDID of event returned upon failure to resolve an outgoing message endpoint to use.static StringINVALID_NAMEID_POLICYID of event returned if the requestedNameIDPolicycan't be satisfied.static StringSESSION_NOT_FOUNDID of event returned upon an inability to locate any matching session for a LogoutRequest.static StringSUBJECT_ID_REQ_FAILEDID of event returned if SAML subject-id requirement is not met.static StringUNABLE_RESOLVE_ARTIFACTID of event returned if a SAML artifact cannot be resolved.static StringUNABLE_VALIDATE_ASSERTIONID of event returned if there was a fatal error attempting to validate a SAML Assertion.
-
Constructor Summary
Constructors Modifier Constructor Description privateSAMLEventIds()Constructor.
-
-
-
Field Detail
-
ASYNC_LOGOUT
@Nonnull @NotEmpty public static final String ASYNC_LOGOUT
ID of event returned upon detection of theAsynchronousextension.- See Also:
- Constant Field Values
-
CHANNEL_BINDINGS_ERROR
@Nonnull @NotEmpty public static final String CHANNEL_BINDINGS_ERROR
ID of event returned upon failure to verifyChannelBindings.- See Also:
- Constant Field Values
-
DECRYPT_ASSERTION_FAILED
@Nonnull @NotEmpty public static final String DECRYPT_ASSERTION_FAILED
ID of event returned upon failure to decrypt anEncryptedAssertion.- See Also:
- Constant Field Values
-
DECRYPT_ATTRIBUTE_FAILED
@Nonnull @NotEmpty public static final String DECRYPT_ATTRIBUTE_FAILED
ID of event returned upon failure to decrypt anEncryptedAttribute.- See Also:
- Constant Field Values
-
DECRYPT_NAMEID_FAILED
@Nonnull @NotEmpty public static final String DECRYPT_NAMEID_FAILED
ID of event returned upon failure to decrypt anEncryptedID.- See Also:
- Constant Field Values
-
ENDPOINT_RESOLUTION_FAILED
@Nonnull @NotEmpty public static final String ENDPOINT_RESOLUTION_FAILED
ID of event returned upon failure to resolve an outgoing message endpoint to use.- See Also:
- Constant Field Values
-
INVALID_NAMEID_POLICY
@Nonnull @NotEmpty public static final String INVALID_NAMEID_POLICY
ID of event returned if the requestedNameIDPolicycan't be satisfied.- See Also:
- Constant Field Values
-
SESSION_NOT_FOUND
@Nonnull @NotEmpty public static final String SESSION_NOT_FOUND
ID of event returned upon an inability to locate any matching session for a LogoutRequest.- See Also:
- Constant Field Values
-
UNABLE_RESOLVE_ARTIFACT
@Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ARTIFACT
ID of event returned if a SAML artifact cannot be resolved.- See Also:
- Constant Field Values
-
SUBJECT_ID_REQ_FAILED
@Nonnull @NotEmpty public static final String SUBJECT_ID_REQ_FAILED
ID of event returned if SAML subject-id requirement is not met.- See Also:
- Constant Field Values
-
UNABLE_VALIDATE_ASSERTION
@Nonnull @NotEmpty public static final String UNABLE_VALIDATE_ASSERTION
ID of event returned if there was a fatal error attempting to validate a SAML Assertion.- See Also:
- Constant Field Values
-
ASSERTION_INVALID
@Nonnull @NotEmpty public static final String ASSERTION_INVALID
ID of event returned if a SAML Assertion was invalid.- See Also:
- Constant Field Values
-
-