Package org.opensaml.saml.common.profile
Class SAMLEventIds
java.lang.Object
org.opensaml.saml.common.profile.SAMLEventIds
SAML-specific constants to use for
ProfileAction
EventContext
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ID of event returned if a SAML Assertion was invalid.static final String
ID of event returned upon detection of theAsynchronous
extension.static final String
ID of event returned upon failure to verifyChannelBindings
.static final String
ID of event returned upon failure to decrypt anEncryptedAssertion
.static final String
ID of event returned upon failure to decrypt anEncryptedAttribute
.static final String
ID of event returned upon failure to decrypt anEncryptedID
.static final String
ID of event returned upon failure to resolve an outgoing message endpoint to use.static final String
ID of event returned if the requestedNameIDPolicy
can't be satisfied.static final String
ID of event returned upon an inability to locate any matching session for a LogoutRequest.static final String
ID of event returned if SAML subject-id requirement is not met.static final String
ID of event returned if a SAML artifact cannot be resolved.static final String
ID of event returned if there was a fatal error attempting to validate a SAML Assertion. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ASYNC_LOGOUT
ID of event returned upon detection of theAsynchronous
extension.- See Also:
-
CHANNEL_BINDINGS_ERROR
ID of event returned upon failure to verifyChannelBindings
.- See Also:
-
DECRYPT_ASSERTION_FAILED
ID of event returned upon failure to decrypt anEncryptedAssertion
.- See Also:
-
DECRYPT_ATTRIBUTE_FAILED
ID of event returned upon failure to decrypt anEncryptedAttribute
.- See Also:
-
DECRYPT_NAMEID_FAILED
ID of event returned upon failure to decrypt anEncryptedID
.- See Also:
-
ENDPOINT_RESOLUTION_FAILED
ID of event returned upon failure to resolve an outgoing message endpoint to use.- See Also:
-
INVALID_NAMEID_POLICY
ID of event returned if the requestedNameIDPolicy
can't be satisfied.- See Also:
-
SESSION_NOT_FOUND
ID of event returned upon an inability to locate any matching session for a LogoutRequest.- See Also:
-
UNABLE_RESOLVE_ARTIFACT
ID of event returned if a SAML artifact cannot be resolved.- See Also:
-
SUBJECT_ID_REQ_FAILED
ID of event returned if SAML subject-id requirement is not met.- See Also:
-
UNABLE_VALIDATE_ASSERTION
ID of event returned if there was a fatal error attempting to validate a SAML Assertion.- See Also:
-
ASSERTION_INVALID
ID of event returned if a SAML Assertion was invalid.- See Also:
-
-
Constructor Details
-
SAMLEventIds
private SAMLEventIds()Constructor.
-