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 for
ProfileAction
EventContext
s.-
Field Summary
Fields Modifier and Type Field Description static String
ASSERTION_INVALID
ID of event returned if a SAML Assertion was invalid.static String
ASYNC_LOGOUT
ID of event returned upon detection of theAsynchronous
extension.static String
CHANNEL_BINDINGS_ERROR
ID of event returned upon failure to verifyChannelBindings
.static String
DECRYPT_ASSERTION_FAILED
ID of event returned upon failure to decrypt anEncryptedAssertion
.static String
DECRYPT_ATTRIBUTE_FAILED
ID of event returned upon failure to decrypt anEncryptedAttribute
.static String
DECRYPT_NAMEID_FAILED
ID of event returned upon failure to decrypt anEncryptedID
.static String
ENDPOINT_RESOLUTION_FAILED
ID of event returned upon failure to resolve an outgoing message endpoint to use.static String
INVALID_NAMEID_POLICY
ID of event returned if the requestedNameIDPolicy
can't be satisfied.static String
SESSION_NOT_FOUND
ID of event returned upon an inability to locate any matching session for a LogoutRequest.static String
SUBJECT_ID_REQ_FAILED
ID of event returned if SAML subject-id requirement is not met.static String
UNABLE_RESOLVE_ARTIFACT
ID of event returned if a SAML artifact cannot be resolved.static String
UNABLE_VALIDATE_ASSERTION
ID of event returned if there was a fatal error attempting to validate a SAML Assertion. -
Constructor Summary
Constructors Modifier Constructor Description private
SAMLEventIds()
Constructor. -
Method Summary
-
Field Details
-
ASYNC_LOGOUT
ID of event returned upon detection of theAsynchronous
extension.- See Also:
- Constant Field Values
-
CHANNEL_BINDINGS_ERROR
ID of event returned upon failure to verifyChannelBindings
.- See Also:
- Constant Field Values
-
DECRYPT_ASSERTION_FAILED
ID of event returned upon failure to decrypt anEncryptedAssertion
.- See Also:
- Constant Field Values
-
DECRYPT_ATTRIBUTE_FAILED
ID of event returned upon failure to decrypt anEncryptedAttribute
.- See Also:
- Constant Field Values
-
DECRYPT_NAMEID_FAILED
ID of event returned upon failure to decrypt anEncryptedID
.- See Also:
- Constant Field Values
-
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
ID of event returned if the requestedNameIDPolicy
can't be satisfied.- See Also:
- Constant Field Values
-
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
ID of event returned if a SAML artifact cannot be resolved.- See Also:
- Constant Field Values
-
SUBJECT_ID_REQ_FAILED
ID of event returned if SAML subject-id requirement is not met.- See Also:
- Constant Field Values
-
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
ID of event returned if a SAML Assertion was invalid.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SAMLEventIds
private SAMLEventIds()Constructor.
-