public final class SAMLEventIds extends Object
ProfileAction
EventContext
s.Modifier and Type | Field and Description |
---|---|
static String |
ASYNC_LOGOUT
ID of event returned upon detection of the
Asynchronous extension. |
static String |
CHANNEL_BINDINGS_ERROR
ID of event returned upon failure to verify
ChannelBindings . |
static String |
DECRYPT_ASSERTION_FAILED
ID of event returned upon failure to decrypt an
EncryptedAssertion . |
static String |
DECRYPT_ATTRIBUTE_FAILED
ID of event returned upon failure to decrypt an
EncryptedAttribute . |
static String |
DECRYPT_NAMEID_FAILED
ID of event returned upon failure to decrypt an
EncryptedID . |
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 requested
NameIDPolicy can't be satisfied. |
static String |
UNABLE_RESOLVE_ARTIFACT
ID of event returned if a SAML artifact cannot be resolved.
|
@Nonnull @NotEmpty public static final String ASYNC_LOGOUT
Asynchronous
extension.@Nonnull @NotEmpty public static final String CHANNEL_BINDINGS_ERROR
ChannelBindings
.@Nonnull @NotEmpty public static final String DECRYPT_ASSERTION_FAILED
EncryptedAssertion
.@Nonnull @NotEmpty public static final String DECRYPT_ATTRIBUTE_FAILED
EncryptedAttribute
.@Nonnull @NotEmpty public static final String DECRYPT_NAMEID_FAILED
EncryptedID
.@Nonnull @NotEmpty public static final String ENDPOINT_RESOLUTION_FAILED
@Nonnull @NotEmpty public static final String INVALID_NAMEID_POLICY
NameIDPolicy
can't be satisfied.@Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ARTIFACT
Copyright © 2016 JBoss by Red Hat. All rights reserved.