Class IdPEventIds


  • public final class IdPEventIds
    extends Object
    IdP-specific constants to use for ProfileAction EventContexts.
    • Field Detail

      • 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
    • Constructor Detail

      • IdPEventIds

        private IdPEventIds()
        Constructor.