Package net.shibboleth.idp.profile
Class IdPEventIds
java.lang.Object
net.shibboleth.idp.profile.IdPEventIds
IdP-specific constants to use for
ProfileAction
EventContext
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.static final String
ID of event returned if theProfileConfiguration
is missing or corrupt.static final String
ID of event returned if theRelyingPartyConfiguration
is missing or corrupt.static final String
ID of event returned if theRelyingPartyContext
is missing or corrupt.static final String
ID of event returned if the @link net.shibboleth.idp.authn.context.SubjectContext is missing or corrupt.static final String
ID of the event returned if some attributes cannot be encoded.static final String
ID of event returned if attribute filtering failed.static final String
ID of event returned if attribute resolution failed.static final String
ID 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 theRelyingPartyContext
is missing or corrupt.- See Also:
-
INVALID_RELYING_PARTY_CONFIG
ID of event returned if theRelyingPartyConfiguration
is missing or corrupt.- See Also:
-
INVALID_PROFILE_CONFIG
ID of event returned if theProfileConfiguration
is missing or corrupt.- See Also:
-
INVALID_ATTRIBUTE_CTX
ID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.- See Also:
-
INVALID_SUBJECT_CTX
ID of event returned if the @link net.shibboleth.idp.authn.context.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.
-