| Modifier and Type | Method and Description |
|---|---|
TokenGranter |
AuthorizationServerEndpointsConfigurer.getTokenGranter() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenGranter(TokenGranter tokenGranter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTokenGranter |
| Constructor and Description |
|---|
CompositeTokenGranter(List<TokenGranter> tokenGranters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsTokenGranter |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeTokenGranter
Token granter for the authorization code grant type.
|
| Modifier and Type | Method and Description |
|---|---|
protected TokenGranter |
AbstractEndpoint.getTokenGranter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpoint.setTokenGranter(TokenGranter tokenGranter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitTokenGranter |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceOwnerPasswordTokenGranter |
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshTokenGranter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTokenGranter |
Copyright © 2015. All rights reserved.