Class OidcEventIds
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.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 tonet.shibboleth.oidc.profile.core.OidcEventIdsOpenID Connect -specific constants to use forProfileActionEventContexts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_GRANTDeprecated, for removal: This API element is subject to removal in a future version.The provided authorization grant is invalid.static StringINVALID_GRANT_TYPEDeprecated, 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 StringINVALID_REDIRECT_URIDeprecated, for removal: This API element is subject to removal in a future version.The redirect_uri in request is invalid.static StringINVALID_REDIRECT_URISDeprecated, 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 StringINVALID_REQUEST_OBJECTDeprecated, for removal: This API element is subject to removal in a future version.The request object cannot be validated.static StringINVALID_REQUEST_URIDeprecated, for removal: This API element is subject to removal in a future version.The request uri is invalid.static StringINVALID_RESPONSE_TYPEDeprecated, for removal: This API element is subject to removal in a future version.The response type in request is not supported for RP.static StringINVALID_SUBJECTDeprecated, for removal: This API element is subject to removal in a future version.The subject resolved is not the expected one.static StringMISSING_REDIRECT_URISDeprecated, 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 StringREQUEST_OBJECT_AND_URIDeprecated, for removal: This API element is subject to removal in a future version.Both request uri and request object in request.static StringREVOCATION_FAILEDDeprecated, for removal: This API element is subject to removal in a future version.The revocation attempt failed.
-
Constructor Summary
Constructors Modifier Constructor Description privateOidcEventIds()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
-
-