Class OidcEventIds


  • @Deprecated(since="3.1.0",
                forRemoval=true)
    public final class OidcEventIds
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Moved to net.shibboleth.oidc.profile.core.OidcEventIds
    OpenID Connect -specific constants to use for ProfileAction EventContexts.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String INVALID_GRANT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The provided authorization grant is invalid.
      static String INVALID_GRANT_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The grant type in token request is not supported for RP.
      static String INVALID_REDIRECT_URI
      Deprecated, for removal: This API element is subject to removal in a future version.
      The redirect_uri in request is invalid.
      static String INVALID_REDIRECT_URIS
      Deprecated, for removal: This API element is subject to removal in a future version.
      ID of event returned if the mandatory redirect_uris is invalid.
      static String INVALID_REQUEST_OBJECT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The request object cannot be validated.
      static String INVALID_REQUEST_URI
      Deprecated, for removal: This API element is subject to removal in a future version.
      The request uri is invalid.
      static String INVALID_RESPONSE_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The response type in request is not supported for RP.
      static String INVALID_SUBJECT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The subject resolved is not the expected one.
      static String MISSING_REDIRECT_URIS
      Deprecated, for removal: This API element is subject to removal in a future version.
      ID of event returned if the mandatory redirect_uris is missing.
      static String REQUEST_OBJECT_AND_URI
      Deprecated, for removal: This API element is subject to removal in a future version.
      Both request uri and request object in request.
      static String REVOCATION_FAILED
      Deprecated, for removal: This API element is subject to removal in a future version.
      The revocation attempt failed.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OidcEventIds()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
    • Field Detail

      • MISSING_REDIRECT_URIS

        @Nonnull
        @NotEmpty
        public static final String MISSING_REDIRECT_URIS
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        ID of event returned if the mandatory redirect_uris is invalid.
        See Also:
        Constant Field Values
      • INVALID_GRANT

        @Nonnull
        @NotEmpty
        public static final String INVALID_GRANT
        Deprecated, for removal: This API element is subject to removal in a future version.
        The provided authorization grant is invalid.
        See Also:
        Constant Field Values
      • INVALID_REDIRECT_URI

        @Nonnull
        @NotEmpty
        public static final String INVALID_REDIRECT_URI
        Deprecated, for removal: This API element is subject to removal in a future version.
        The redirect_uri in request is invalid.
        See Also:
        Constant Field Values
      • INVALID_RESPONSE_TYPE

        @Nonnull
        @NotEmpty
        public static final String INVALID_RESPONSE_TYPE
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        The request object cannot be validated.
        See Also:
        Constant Field Values
      • INVALID_REQUEST_URI

        @Nonnull
        @NotEmpty
        public static final String INVALID_REQUEST_URI
        Deprecated, for removal: This API element is subject to removal in a future version.
        The request uri is invalid.
        See Also:
        Constant Field Values
      • REVOCATION_FAILED

        @Nonnull
        @NotEmpty
        public static final String REVOCATION_FAILED
        Deprecated, for removal: This API element is subject to removal in a future version.
        The revocation attempt failed.
        Since:
        3.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • OidcEventIds

        private OidcEventIds()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor.