Package net.shibboleth.idp.profile
Class IdPEventIds
java.lang.Object
net.shibboleth.idp.profile.IdPEventIds
IdP-specific constants to use for
ProfileAction
EventContexts.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringID of event returned if the @link AttributeContext is missing or corrupt.static final StringID of event returned if theProfileConfigurationis missing or corrupt.static final StringID of event returned if theRelyingPartyConfigurationis missing or corrupt.static final StringID of event returned if theRelyingPartyContextis missing or corrupt.static final StringID of event returned if the @link SubjectContext is missing or corrupt.static final StringID of the event returned if some attributes cannot be encoded.static final StringID of event returned if attribute filtering failed.static final StringID of event returned if attribute resolution failed.static final StringID of the event returned by a flow to signal the need to re-derive parameters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_RELYING_PARTY_CTX
ID of event returned if theRelyingPartyContextis missing or corrupt.- See Also:
-
INVALID_RELYING_PARTY_CONFIG
ID of event returned if theRelyingPartyConfigurationis missing or corrupt.- See Also:
-
INVALID_PROFILE_CONFIG
ID of event returned if theProfileConfigurationis missing or corrupt.- See Also:
-
INVALID_ATTRIBUTE_CTX
ID of event returned if the @link AttributeContext is missing or corrupt.- See Also:
-
INVALID_SUBJECT_CTX
ID of event returned if the @link SubjectContext is missing or corrupt.- See Also:
-
UNABLE_RESOLVE_ATTRIBS
ID of event returned if attribute resolution failed.- See Also:
-
UNABLE_FILTER_ATTRIBS
ID of event returned if attribute filtering failed.- See Also:
-
UNABLE_ENCODE_ATTRIBUTE
ID of the event returned if some attributes cannot be encoded.- See Also:
-
UPDATE_SECURITY_PARAMETERS
ID of the event returned by a flow to signal the need to re-derive parameters.- See Also:
-
-
Constructor Details
-
IdPEventIds
private IdPEventIds()Constructor.
-