Class OidcEventIds


  • public final class OidcEventIds
    extends Object
    OpenID Connect -specific constants to use for ProfileAction EventContexts.
    • Field Detail

      • MISSING_REDIRECT_URIS

        @Nonnull
        @NotEmpty
        public static final String MISSING_REDIRECT_URIS
        ID of event returned if the mandatory redirect_uris is missing.
        See Also:
        Constant Field Values
      • INVALID_REDIRECT_URIS

        @Nonnull
        @NotEmpty
        public static final String INVALID_REDIRECT_URIS
        ID of event returned if the mandatory redirect_uris is invalid.
        See Also:
        Constant Field Values
      • INVALID_WEBFINGER_REL

        @Nonnull
        @NotEmpty
        public static final String INVALID_WEBFINGER_REL
        ID of event returned if the WebFinger rel is invalid / not supported.
        See Also:
        Constant Field Values
      • INVALID_GRANT

        @Nonnull
        @NotEmpty
        public static final String INVALID_GRANT
        The provided authorization grant is invalid.
        See Also:
        Constant Field Values
      • INVALID_REDIRECT_URI

        @Nonnull
        @NotEmpty
        public static final String INVALID_REDIRECT_URI
        The redirect_uri in request is invalid.
        See Also:
        Constant Field Values
      • INVALID_RESPONSE_TYPE

        @Nonnull
        @NotEmpty
        public static final String INVALID_RESPONSE_TYPE
        The response type in request is not supported for RP.
        See Also:
        Constant Field Values
      • INVALID_GRANT_TYPE

        @Nonnull
        @NotEmpty
        public static final String INVALID_GRANT_TYPE
        The grant type in token request is not supported for RP.
        See Also:
        Constant Field Values
      • INVALID_SUBJECT

        @Nonnull
        @NotEmpty
        public static final String INVALID_SUBJECT
        The subject resolved is not the expected one.
        See Also:
        Constant Field Values
      • REQUEST_OBJECT_AND_URI

        @Nonnull
        @NotEmpty
        public static final String REQUEST_OBJECT_AND_URI
        Both request uri and request object in request.
        See Also:
        Constant Field Values
      • INVALID_REQUEST_OBJECT

        @Nonnull
        @NotEmpty
        public static final String INVALID_REQUEST_OBJECT
        The request object cannot be validated.
        See Also:
        Constant Field Values
      • INVALID_REQUEST_URI

        @Nonnull
        @NotEmpty
        public static final String INVALID_REQUEST_URI
        The request uri is invalid.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OidcEventIds

        private OidcEventIds()
        Constructor.