public class DynamicTokenGranter
extends org.springframework.security.oauth2.provider.CompositeTokenGranter
| 构造器和说明 |
|---|
DynamicTokenGranter(org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices jwtTokenService,
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices jdbcTokenService,
org.springframework.security.oauth2.provider.code.AuthorizationCodeServices authorizationCodeServices,
org.springframework.security.authentication.AuthenticationManager authenticationManager) |
public DynamicTokenGranter(org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices jwtTokenService,
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices jdbcTokenService,
org.springframework.security.oauth2.provider.code.AuthorizationCodeServices authorizationCodeServices,
org.springframework.security.authentication.AuthenticationManager authenticationManager)
Copyright © 2019. All rights reserved.