Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.challenge |
This package contains handlers implementations that return challenging responses in case of OAuth2 processing errors.
|
Modifier and Type | Class and Description |
---|---|
class |
InsufficientScopeChallengeHandler
Builds an error
Response when the request is missing some required scope. |
class |
InvalidRequestChallengeHandler
Builds an error
Response when the request is invalid (missing param, malformed, ...). |
class |
InvalidTokenChallengeHandler
Builds an error
Response when the token extracted from the request is invalid (expired, revoked, ...). |
class |
NoAuthenticationChallengeHandler
Builds an error
Response when the request does not contains any OAuth 2.0 Bearer token. |
Copyright 2011-2015 ForgeRock AS.