@Deprecated public class AuthorizationCodeTokenGranter extends AbstractTokenGranter
logger| Modifier | Constructor and Description |
|---|---|
|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
protected |
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Authentication |
getOAuth2Authentication(ClientDetails client,
TokenRequest tokenRequest)
Deprecated.
|
getAccessToken, getRequestFactory, getTokenServices, grant, validateGrantTypepublic AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
protected AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory, String grantType)
protected OAuth2Authentication getOAuth2Authentication(ClientDetails client, TokenRequest tokenRequest)
getOAuth2Authentication in class AbstractTokenGranterCopyright © 2020. All rights reserved.