Uses of Class
org.forgerock.http.protocol.ResponseException
-
Packages that use ResponseException Package Description org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.openig.filter.oauth2 This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.org.forgerock.openig.uma This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role. -
-
Uses of ResponseException in org.forgerock.http.oauth2
Methods in org.forgerock.http.oauth2 that return types with arguments of type ResponseException Modifier and Type Method Description Promise<Set<String>,ResponseException>
ResourceAccess. getRequiredScopes(Context context, Request request)
Returns the scopes required to access the resource. -
Uses of ResponseException in org.forgerock.openig.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 that return types with arguments of type ResponseException Modifier and Type Method Description Promise<Set<String>,ResponseException>
ScriptableResourceAccess. getRequiredScopes(Context context, Request request)
-
Uses of ResponseException in org.forgerock.openig.uma
Subclasses of ResponseException in org.forgerock.openig.uma Modifier and Type Class Description class
UmaException
UMA Resource Server specific exception thrown when unrecoverable errors are happening.
-