org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter |
BiscuitSecurityConfig.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) |
认证适配器
|
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices |
BiscuitSecurityConfig.defaultTokenServices(org.springframework.security.oauth2.provider.token.TokenStore tokenStore,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
org.springframework.security.oauth2.provider.token.TokenEnhancerChain tokenEnhancerChain,
BiscuitSecurityProperties biscuitSecurityProperties) |
创建token服务
|
org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter |
BiscuitSecurityConfig.JwtToken.jwtAccessTokenConverter(BiscuitSecurityProperties biscuitSecurityProperties) |
jwt token 初始化类
|
org.springframework.security.crypto.password.PasswordEncoder |
BiscuitSecurityConfig.passwordEncoder(BiscuitSecurityProperties biscuitSecurityProperties) |
密码管理
|