Class OidcEventIds
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.OidcEventIds
-
public final class OidcEventIds extends Object
OpenID Connect -specific constants to use forProfileActionEventContexts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_GRANTThe provided authorization grant is invalid.static StringINVALID_GRANT_TYPEThe grant type in token request is not supported for RP.static StringINVALID_REDIRECT_URIThe redirect_uri in request is invalid.static StringINVALID_REDIRECT_URISID of event returned if the mandatory redirect_uris is invalid.static StringINVALID_REQUEST_OBJECTThe request object cannot be validated.static StringINVALID_REQUEST_URIThe request uri is invalid.static StringINVALID_RESPONSE_TYPEThe response type in request is not supported for RP.static StringINVALID_SUBJECTThe subject resolved is not the expected one.static StringMISSING_REDIRECT_URISID of event returned if the mandatory redirect_uris is missing.static StringREQUEST_OBJECT_AND_URIBoth request uri and request object in request.
-
Constructor Summary
Constructors Modifier Constructor Description privateOidcEventIds()Constructor.
-
-
-
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_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
-
-