Package net.shibboleth.idp.profile
Class IdPEventIds
- java.lang.Object
-
- net.shibboleth.idp.profile.IdPEventIds
-
public final class IdPEventIds extends Object
IdP-specific constants to use forProfileActionEventContexts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_ATTRIBUTE_CTXID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.static StringINVALID_PROFILE_CONFIGID of event returned if theProfileConfigurationis missing or corrupt.static StringINVALID_RELYING_PARTY_CONFIGID of event returned if theRelyingPartyConfigurationis missing or corrupt.static StringINVALID_RELYING_PARTY_CTXID of event returned if theRelyingPartyContextis missing or corrupt.static StringINVALID_SUBJECT_CTXID of event returned if the @link net.shibboleth.idp.authn.context.SubjectContext is missing or corrupt.static StringUNABLE_ENCODE_ATTRIBUTEID of the event returned if some attributes cannot be encoded.static StringUNABLE_FILTER_ATTRIBSID of event returned if attribute filtering failed.static StringUNABLE_RESOLVE_ATTRIBSID of event returned if attribute resolution failed.static StringUPDATE_SECURITY_PARAMETERSID of the event returned by a flow to signal the need to re-derive parameters.
-
Constructor Summary
Constructors Modifier Constructor Description privateIdPEventIds()Constructor.
-
-
-
Field Detail
-
INVALID_RELYING_PARTY_CTX
@Nonnull @NotEmpty public static final String INVALID_RELYING_PARTY_CTX
ID of event returned if theRelyingPartyContextis missing or corrupt.- See Also:
- Constant Field Values
-
INVALID_RELYING_PARTY_CONFIG
@Nonnull @NotEmpty public static final String INVALID_RELYING_PARTY_CONFIG
ID of event returned if theRelyingPartyConfigurationis missing or corrupt.- See Also:
- Constant Field Values
-
INVALID_PROFILE_CONFIG
@Nonnull @NotEmpty public static final String INVALID_PROFILE_CONFIG
ID of event returned if theProfileConfigurationis missing or corrupt.- See Also:
- Constant Field Values
-
INVALID_ATTRIBUTE_CTX
@Nonnull @NotEmpty public static final String INVALID_ATTRIBUTE_CTX
ID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.- See Also:
- Constant Field Values
-
INVALID_SUBJECT_CTX
@Nonnull @NotEmpty public static final String INVALID_SUBJECT_CTX
ID of event returned if the @link net.shibboleth.idp.authn.context.SubjectContext is missing or corrupt.- See Also:
- Constant Field Values
-
UNABLE_RESOLVE_ATTRIBS
@Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ATTRIBS
ID of event returned if attribute resolution failed.- See Also:
- Constant Field Values
-
UNABLE_FILTER_ATTRIBS
@Nonnull @NotEmpty public static final String UNABLE_FILTER_ATTRIBS
ID of event returned if attribute filtering failed.- See Also:
- Constant Field Values
-
UNABLE_ENCODE_ATTRIBUTE
@Nonnull @NotEmpty public static final String UNABLE_ENCODE_ATTRIBUTE
ID of the event returned if some attributes cannot be encoded.- See Also:
- Constant Field Values
-
UPDATE_SECURITY_PARAMETERS
@Nonnull @NotEmpty public static final String UPDATE_SECURITY_PARAMETERS
ID of the event returned by a flow to signal the need to re-derive parameters.- See Also:
- Constant Field Values
-
-