@Deprecated public class ImplicitTokenGranter extends AbstractTokenGranter
logger| Modifier | Constructor and Description |
|---|---|
|
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
Deprecated.
|
protected |
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Authentication |
getOAuth2Authentication(ClientDetails client,
TokenRequest clientToken)
Deprecated.
|
void |
setImplicitGrantService(ImplicitGrantService service)
Deprecated.
|
getAccessToken, getRequestFactory, getTokenServices, grant, validateGrantTypepublic ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
protected ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory, String grantType)
protected OAuth2Authentication getOAuth2Authentication(ClientDetails client, TokenRequest clientToken)
getOAuth2Authentication in class AbstractTokenGranterpublic void setImplicitGrantService(ImplicitGrantService service)
Copyright © 2021. All rights reserved.