Uses of Class
org.forgerock.oauth2.core.exceptions.InvalidRequestException
-
Packages that use InvalidRequestException Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM. -
-
Uses of InvalidRequestException in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that throw InvalidRequestException Modifier and Type Method Description UserInfoClaims
ScopeValidator. getUserInfo(ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Gets the resource owners information based on an issued access token.boolean
ClientRegistration. verifyJwtBearerForClientAuthentication(OAuth2Request request, OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.SignedJwt
ClientRegistration. verifyJwtRequestParameter(OAuth2Request request, Jwt jwt)
Verifies that the supplied request parameter jwt is signed by this client.
-