Class SAMLEventIds


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

      • ENDPOINT_RESOLUTION_FAILED

        @Nonnull
        @NotEmpty
        public static final String ENDPOINT_RESOLUTION_FAILED
        ID of event returned upon failure to resolve an outgoing message endpoint to use.
        See Also:
        Constant Field Values
      • INVALID_NAMEID_POLICY

        @Nonnull
        @NotEmpty
        public static final String INVALID_NAMEID_POLICY
        ID of event returned if the requested NameIDPolicy can't be satisfied.
        See Also:
        Constant Field Values
      • SESSION_NOT_FOUND

        @Nonnull
        @NotEmpty
        public static final String SESSION_NOT_FOUND
        ID of event returned upon an inability to locate any matching session for a LogoutRequest.
        See Also:
        Constant Field Values
      • UNABLE_RESOLVE_ARTIFACT

        @Nonnull
        @NotEmpty
        public static final String UNABLE_RESOLVE_ARTIFACT
        ID of event returned if a SAML artifact cannot be resolved.
        See Also:
        Constant Field Values
      • SUBJECT_ID_REQ_FAILED

        @Nonnull
        @NotEmpty
        public static final String SUBJECT_ID_REQ_FAILED
        ID of event returned if SAML subject-id requirement is not met.
        See Also:
        Constant Field Values
      • UNABLE_VALIDATE_ASSERTION

        @Nonnull
        @NotEmpty
        public static final String UNABLE_VALIDATE_ASSERTION
        ID of event returned if there was a fatal error attempting to validate a SAML Assertion.
        See Also:
        Constant Field Values
      • ASSERTION_INVALID

        @Nonnull
        @NotEmpty
        public static final String ASSERTION_INVALID
        ID of event returned if a SAML Assertion was invalid.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAMLEventIds

        private SAMLEventIds()
        Constructor.