|
类摘要 |
| AccessTokenProviderChain |
A chain of OAuth2 access token providers. |
| DefaultAccessTokenRequest |
Local context for an access token request encapsulating the parameters that are sent by the client requesting the
token, as opposed to the more static variables representing the client itself and the resource being targeted. |
| DefaultClientKeyGenerator |
Basic key generator taking into account the client id, scope and username (principal name) if they exist. |
| JdbcClientTokenServices |
Implementation of token services that stores tokens in a database for retrieval by client applications. |
| OAuth2AccessTokenSupport |
Base support logic for obtaining access tokens. |