| Modifier and Type | Method and Description |
|---|---|
TokenGranter |
AuthorizationServerEndpointsConfigurer.getTokenGranter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenGranter(TokenGranter tokenGranter)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeTokenGranter.addTokenGranter(TokenGranter tokenGranter)
Deprecated.
|
| Constructor and Description |
|---|
CompositeTokenGranter(List<TokenGranter> tokenGranters)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
protected TokenGranter |
AbstractEndpoint.getTokenGranter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpoint.setTokenGranter(TokenGranter tokenGranter)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceOwnerPasswordTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTokenGranter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2021. All rights reserved.