See: Description
Class | Description |
---|---|
AuthenticateChallengeHandler |
This handler build an authentication challenge to be returned in the
Response Authorization HTTP
header. |
InsufficientScopeChallengeHandler |
Builds an error
Response when the request is missing some required scope. |
InvalidRequestChallengeHandler |
Builds an error
Response when the request is invalid (missing param, malformed, ...). |
InvalidTokenChallengeHandler |
Builds an error
Response when the token extracted from the request is invalid (expired, revoked, ...). |
NoAuthenticationChallengeHandler |
Builds an error
Response when the request does not contains any OAuth 2.0 Bearer token. |
Copyright 2011-2015 ForgeRock AS.