Class | Description |
---|---|
AbstractOAuth2AccessAuthorizeManager |
Default abstract OAuth2 AccessAuthorizeManager for OAuth2 managers.
|
OAuth2AccessInterceptor |
Applies from
SecurityAuthentication data an OAuth2 Authorization access header. |
OAuth2ClientAccessAuthorizeManager |
Authorize the principal (from
SecurityCredentials and creates a SecurityAuthentication object with a
bearer token secret. |
OAuth2ResourceOwnerAccessAuthorizeManager |
Authorize via principal a resource owner (from
SecurityCredentials and creates a
SecurityAuthentication object with a bearer token secret. |
Enum | Description |
---|---|
OAuth2Tokens |
Some useful constants.
|