| Modifier and Type | Method and Description |
|---|---|
protected AuthorizationServerTokenServices |
AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean.createInstance() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.FactoryBean<AuthorizationServerTokenServices> |
AuthorizationServerEndpointsConfiguration.defaultAuthorizationServerTokenServices()
Deprecated.
This needs to be a
@Bean so that it can be
@Transactional (in case the token store supports them). |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerTokenServices |
AuthorizationServerEndpointsConfigurer.getDefaultAuthorizationServerTokenServices()
Deprecated.
|
AuthorizationServerTokenServices |
AuthorizationServerEndpointsConfigurer.getTokenServices()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenServices(AuthorizationServerTokenServices tokenServices)
Deprecated.
|
| Constructor and Description |
|---|
ClientCredentialsTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
ClientCredentialsTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Constructor and Description |
|---|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Constructor and Description |
|---|
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Constructor and Description |
|---|
ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Constructor and Description |
|---|
RefreshTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
RefreshTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTokenServices
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthorizationServerTokenServices |
AbstractTokenGranter.getTokenServices()
Deprecated.
|
| Constructor and Description |
|---|
AbstractTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
Copyright © 2020. All rights reserved.