Interface | Description |
---|---|
AccessTokenProvider |
A strategy which knows how to obtain an access token for a specific resource.
|
AccessTokenRequest | |
ClientKeyGenerator | |
ClientTokenServices | |
RequestEnhancer |
Class | Description |
---|---|
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.
|
DefaultRequestEnhancer | |
JdbcClientTokenServices |
Implementation of token services that stores tokens in a database for retrieval by client applications.
|
OAuth2AccessTokenSupport |
Base support logic for obtaining access tokens.
|
Copyright © 2019. All rights reserved.