Uses of Class
org.forgerock.openig.filter.oauth2.client.OAuth2ErrorException
Packages that use OAuth2ErrorException
Package
Description
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
-
Uses of OAuth2ErrorException in org.forgerock.openig.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 that return OAuth2ErrorExceptionModifier and TypeMethodDescriptionOAuth2FailureContext.getException()Get anyOAuth2ErrorExceptionassociated with the failure that occurred.Methods in org.forgerock.openig.filter.oauth2 with parameters of type OAuth2ErrorExceptionModifier and TypeMethodDescriptionstatic OAuth2FailureContextOAuth2FailureContext.oauth2FailureContext(Context parent, OAuth2ErrorException exception) Create a newOAuth2FailureContext.