@Component(value="jwtAssertionTokenGranter") public class JWTAssertionTokenGranter extends org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Constructor and Description |
---|
JWTAssertionTokenGranter(OAuth2TokenEntityService tokenServices,
ClientDetailsEntityService clientDetailsService,
org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.security.oauth2.provider.OAuth2Authentication |
getOAuth2Authentication(org.springframework.security.oauth2.provider.ClientDetails client,
org.springframework.security.oauth2.provider.TokenRequest tokenRequest) |
@Autowired public JWTAssertionTokenGranter(OAuth2TokenEntityService tokenServices, ClientDetailsEntityService clientDetailsService, org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory)
protected org.springframework.security.oauth2.provider.OAuth2Authentication getOAuth2Authentication(org.springframework.security.oauth2.provider.ClientDetails client, org.springframework.security.oauth2.provider.TokenRequest tokenRequest) throws org.springframework.security.core.AuthenticationException, org.springframework.security.oauth2.common.exceptions.InvalidTokenException
getOAuth2Authentication
in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
org.springframework.security.core.AuthenticationException
org.springframework.security.oauth2.common.exceptions.InvalidTokenException
Copyright © 2018. All rights reserved.