Class DefaultCustomTokenGranter
- java.lang.Object
-
- org.springframework.security.oauth2.provider.token.AbstractTokenGranter
-
- de.hybris.platform.oauth2.provider.custom.DefaultCustomTokenGranter
-
- All Implemented Interfaces:
org.springframework.security.oauth2.provider.TokenGranter
public class DefaultCustomTokenGranter extends org.springframework.security.oauth2.provider.token.AbstractTokenGranter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultCustomTokenGranter(org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.oauth2.provider.OAuth2AuthenticationgetOAuth2Authentication(org.springframework.security.oauth2.provider.ClientDetails client, org.springframework.security.oauth2.provider.TokenRequest tokenRequest)
-
-
-
Constructor Detail
-
DefaultCustomTokenGranter
protected DefaultCustomTokenGranter(org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory)
-
-
Method Detail
-
getOAuth2Authentication
protected org.springframework.security.oauth2.provider.OAuth2Authentication getOAuth2Authentication(org.springframework.security.oauth2.provider.ClientDetails client, org.springframework.security.oauth2.provider.TokenRequest tokenRequest)- Overrides:
getOAuth2Authenticationin classorg.springframework.security.oauth2.provider.token.AbstractTokenGranter
-
-