| InMemoryOAuth2AuthorizationConsentService |
|
| InMemoryOAuth2AuthorizationService |
|
| JdbcOAuth2AuthorizationConsentService |
|
| JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper |
|
| JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper |
|
| JdbcOAuth2AuthorizationService |
|
| JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper |
|
| JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper |
|
| OAuth2Authorization |
A representation of an OAuth 2.0 Authorization, which holds state related to the authorization granted
to a client, by the resource owner
or itself in the case of the client_credentials grant type.
|
| OAuth2Authorization.Builder |
|
| OAuth2Authorization.Token<T extends org.springframework.security.oauth2.core.OAuth2Token> |
A holder of an OAuth 2.0 Token and it's associated metadata.
|
| OAuth2AuthorizationConsent |
A representation of an OAuth 2.0 "consent" to an Authorization request, which holds state related to the
set of authorities granted to a client by the
resource owner.
|
| OAuth2AuthorizationConsent.Builder |
|