接口的使用
cn.bbwres.biscuit.security.oauth2.granter.EnhancerTokenGranter
-
使用EnhancerTokenGranter的程序包 程序包 说明 cn.bbwres.biscuit.security.oauth2 -
-
cn.bbwres.biscuit.security.oauth2中EnhancerTokenGranter的使用
类型变量类型为EnhancerTokenGranter的cn.bbwres.biscuit.security.oauth2中的方法参数 修饰符和类型 方法 说明 org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapterBiscuitSecurityConfig. authorizationServerConfiguration(org.springframework.security.oauth2.provider.token.TokenStore tokenStore, org.springframework.security.oauth2.provider.ClientDetailsService myClientDetailsService, org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.oauth2.provider.token.TokenEnhancerChain tokenEnhancerChain, BiscuitSecurityProperties biscuitSecurityProperties, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices defaultTokenServices, org.springframework.security.oauth2.provider.code.AuthorizationCodeServices authorizationCodeServices, List<EnhancerTokenGranter> enhancerTokenGranters)认证适配器类型变量类型为EnhancerTokenGranter的cn.bbwres.biscuit.security.oauth2中的构造器参数 构造器 说明 AuthorizationServerConfiguration(org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, BiscuitSecurityProperties biscuitSecurityProperties, org.springframework.security.oauth2.provider.token.TokenStore tokenStore, org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.oauth2.provider.token.TokenEnhancerChain tokenEnhancerChain, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices defaultTokenServices, org.springframework.security.oauth2.provider.code.AuthorizationCodeServices authorizationCodeServices, List<EnhancerTokenGranter> enhancerTokenGranters)
-