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.org.forgerock.oauth2.core.plugins This package contains the API for writing OAuth2 plugins. -
-
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(org.forgerock.oauth2.core.ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Deprecated.since 7.2.0 UseUserInfoClaimsPlugin.getUserInfo(ClientRegistration, AccessToken, OAuth2Request)
instead.Map.Entry<String,Token>
ResponseTypeHandler. handle(String tokenType, Set<String> scope, org.forgerock.oauth2.core.ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, String codeChallenge, String codeChallengeMethod)
Handles the creating of a Token instance and storing the Token in the OAuth2 providerTokenStore
. -
Uses of InvalidRequestException in org.forgerock.oauth2.core.plugins
Methods in org.forgerock.oauth2.core.plugins that throw InvalidRequestException Modifier and Type Method Description UserInfoClaims
UserInfoClaimsPlugin. getUserInfo(org.forgerock.oauth2.core.ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Gets the resource owners information based on an issued access token.
-