public final class IdPEventIds extends Object
ProfileAction
EventContexts.| Modifier and Type | Field and Description |
|---|---|
static String |
INVALID_ATTRIBUTE_CTX
ID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.
|
static String |
INVALID_PROFILE_CONFIG
ID of event returned if the
ProfileConfiguration is missing or corrupt. |
static String |
INVALID_RELYING_PARTY_CONFIG
ID of event returned if the
RelyingPartyConfiguration is missing or
corrupt. |
static String |
INVALID_RELYING_PARTY_CTX
ID of event returned if the
RelyingPartyContext is missing or corrupt. |
static String |
INVALID_SUBJECT_CTX
ID of event returned if the @link net.shibboleth.idp.authn.context.SubjectContext is missing or corrupt.
|
static String |
UNABLE_ENCODE_ATTRIBUTE
ID of the event returned if some attributes cannot be encoded.
|
static String |
UNABLE_FILTER_ATTRIBS
ID of event returned if attribute filtering failed.
|
static String |
UNABLE_RESOLVE_ATTRIBS
ID of event returned if attribute resolution failed.
|
| Modifier | Constructor and Description |
|---|---|
private |
IdPEventIds()
Constructor.
|
@Nonnull @NotEmpty public static final String INVALID_RELYING_PARTY_CTX
RelyingPartyContext is missing or corrupt.@Nonnull @NotEmpty public static final String INVALID_RELYING_PARTY_CONFIG
RelyingPartyConfiguration is missing or
corrupt.@Nonnull @NotEmpty public static final String INVALID_PROFILE_CONFIG
ProfileConfiguration is missing or corrupt.@Nonnull @NotEmpty public static final String INVALID_ATTRIBUTE_CTX
@Nonnull @NotEmpty public static final String INVALID_SUBJECT_CTX
@Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ATTRIBS
@Nonnull @NotEmpty public static final String UNABLE_FILTER_ATTRIBS
@Nonnull @NotEmpty public static final String UNABLE_ENCODE_ATTRIBUTE
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.