Package org.opensaml.profile.action
Class EventIds
java.lang.Object
org.opensaml.profile.action.EventIds
Constants to use for
ProfileAction
EventContext
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ID of event returned if an authorization failure occurs.static final String
ID of the event returned if a message is invalid in some general way.static final String
ID of the event returned if a message version is incorrect or unsupported.static final String
ID of the event returned if aMessageContext
is missing or corrupt in some way.static final String
ID of event returned if theProfileRequestContext
associated with the current request is missing or corrupt in some way.static final String
ID of event returned if an error occurs with security configuration.static final String
ID of event returned if an I/O-related error occurs.static final String
ID of the event returned if a message can't be authenticated.static final String
ID of the event returned if a message is stale.static final String
ID of the event returned if the preparation of an outbound message fails in some way.static final String
ID of the event returned if a message is replayed.static final String
ID of an Event indicating that an action completed successfully and processing should move on to the next step.static final String
ID of the event returned if a runtime exception is caught.static final String
ID of the event returned if aMessageDecoder
is unable to decode a message.static final String
ID of the event returned if aMessageEncoder
is unable to encode a message.static final String
ID of the event returned if encryption of an object/data fails.static final String
ID of the event returned if creation of a signature fails. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCESS_DENIED
ID of event returned if an authorization failure occurs.- See Also:
-
INVALID_PROFILE_CTX
ID of event returned if theProfileRequestContext
associated with the current request is missing or corrupt in some way.- See Also:
-
INVALID_MSG_CTX
ID of the event returned if aMessageContext
is missing or corrupt in some way.- See Also:
-
INVALID_MESSAGE
ID of the event returned if a message is invalid in some general way.- See Also:
-
INVALID_MESSAGE_VERSION
ID of the event returned if a message version is incorrect or unsupported.- See Also:
-
INVALID_SEC_CFG
ID of event returned if an error occurs with security configuration.- See Also:
-
IO_ERROR
ID of event returned if an I/O-related error occurs.- See Also:
-
MESSAGE_AUTHN_ERROR
ID of the event returned if a message can't be authenticated.- See Also:
-
MESSAGE_EXPIRED
ID of the event returned if a message is stale.- See Also:
-
MESSAGE_PROC_ERROR
ID of the event returned if the preparation of an outbound message fails in some way.- See Also:
-
MESSAGE_REPLAY
ID of the event returned if a message is replayed.- See Also:
-
RUNTIME_EXCEPTION
ID of the event returned if a runtime exception is caught.- See Also:
-
UNABLE_TO_DECODE
ID of the event returned if aMessageDecoder
is unable to decode a message.- See Also:
-
UNABLE_TO_ENCODE
ID of the event returned if aMessageEncoder
is unable to encode a message.- See Also:
-
UNABLE_TO_SIGN
ID of the event returned if creation of a signature fails.- See Also:
-
UNABLE_TO_ENCRYPT
ID of the event returned if encryption of an object/data fails.- See Also:
-
PROCEED_EVENT_ID
ID of an Event indicating that an action completed successfully and processing should move on to the next step.- See Also:
-
-
Constructor Details
-
EventIds
private EventIds()Constructor.
-