public final class EventIds extends Object
ProfileAction
EventContext
s.Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_DENIED
ID of event returned if an authorization failure occurs.
|
static String |
INVALID_MESSAGE
ID of the event returned if a message is invalid in some general way.
|
static String |
INVALID_MESSAGE_VERSION
ID of the event returned if a message version is incorrect or unsupported.
|
static String |
INVALID_MSG_CTX
ID of the event returned if a
MessageContext is missing or corrupt in some
way. |
static String |
INVALID_PROFILE_CTX
ID of event returned if the
ProfileRequestContext associated with the
current request is missing or corrupt in some way. |
static String |
INVALID_SEC_CFG
ID of event returned if an error occurs with security configuration.
|
static String |
IO_ERROR
ID of event returned if an I/O-related error occurs.
|
static String |
MESSAGE_AUTHN_ERROR
ID of the event returned if a message can't be authenticated.
|
static String |
MESSAGE_EXPIRED
ID of the event returned if a message is stale.
|
static String |
MESSAGE_PROC_ERROR
ID of the event returned if the preparation of an outbound message fails in some way.
|
static String |
MESSAGE_REPLAY
ID of the event returned if a message is replayed.
|
static String |
PROCEED_EVENT_ID
ID of an Event indicating that an action completed successfully and processing should move on to the next step.
|
static String |
RUNTIME_EXCEPTION
ID of the event returned if a runtime exception is caught.
|
static String |
UNABLE_TO_DECODE
ID of the event returned if a
MessageDecoder is unable to decode a
message. |
static String |
UNABLE_TO_ENCODE
ID of the event returned if a
MessageEncoder is unable to encode a
message. |
static String |
UNABLE_TO_ENCRYPT
ID of the event returned if encryption of an object/data fails.
|
static String |
UNABLE_TO_SIGN
ID of the event returned if creation of a signature fails.
|
Modifier | Constructor and Description |
---|---|
private |
EventIds()
Constructor.
|
@Nonnull @NotEmpty public static final String ACCESS_DENIED
@Nonnull @NotEmpty public static final String INVALID_PROFILE_CTX
ProfileRequestContext
associated with the
current request is missing or corrupt in some way.@Nonnull @NotEmpty public static final String INVALID_MSG_CTX
MessageContext
is missing or corrupt in some
way.@Nonnull @NotEmpty public static final String INVALID_MESSAGE
@Nonnull @NotEmpty public static final String INVALID_MESSAGE_VERSION
@Nonnull @NotEmpty public static final String INVALID_SEC_CFG
@Nonnull @NotEmpty public static final String IO_ERROR
@Nonnull @NotEmpty public static final String MESSAGE_AUTHN_ERROR
@Nonnull @NotEmpty public static final String MESSAGE_EXPIRED
@Nonnull @NotEmpty public static final String MESSAGE_PROC_ERROR
@Nonnull @NotEmpty public static final String MESSAGE_REPLAY
@Nonnull @NotEmpty public static final String RUNTIME_EXCEPTION
@Nonnull @NotEmpty public static final String UNABLE_TO_DECODE
MessageDecoder
is unable to decode a
message.@Nonnull @NotEmpty public static final String UNABLE_TO_ENCODE
MessageEncoder
is unable to encode a
message.@Nonnull @NotEmpty public static final String UNABLE_TO_SIGN
@Nonnull @NotEmpty public static final String UNABLE_TO_ENCRYPT
@Nonnull @NotEmpty public static final String PROCEED_EVENT_ID
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.