类的使用
cn.bbwres.biscuit.security.oauth2.properties.BiscuitSecurityProperties
-
cn.bbwres.biscuit.security.oauth2.config中BiscuitSecurityProperties的使用
修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentServiceOauth2AuthorizationServiceConfig.RedisOauth2AuthorizationServiceConfig.authorizationConsentService(org.springframework.data.redis.core.RedisTemplate<Object, Object> redisTemplate, BiscuitSecurityProperties biscuitSecurityProperties) 基于redis 认证的 OAuth2AuthorizationServiceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServiceOauth2AuthorizationServiceConfig.RedisOauth2AuthorizationServiceConfig.authorizationService(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, org.springframework.data.redis.core.RedisTemplate<Object, Object> redisTemplate, BiscuitSecurityProperties biscuitSecurityProperties) 基于redis 认证的 OAuth2AuthorizationServiceOauth2Config.customLoginUrlAuthenticationEntryPoint(BiscuitSecurityProperties biscuitSecurityProperties, org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings authorizationServerSettings, org.springframework.beans.factory.ObjectProvider<org.springframework.context.support.MessageSourceAccessor> messageSourceAccessorObjectProvider) 认证失败登录页面配置com.nimbusds.jose.jwk.source.JWKSource<com.nimbusds.jose.proc.SecurityContext> TokenConfig.jwkSource(BiscuitSecurityProperties properties) -
cn.bbwres.biscuit.security.oauth2.service.redis中BiscuitSecurityProperties的使用
限定符构造器说明RedisOAuth2AuthorizationConsentService(org.springframework.data.redis.core.RedisOperations<Object, Object> redisOperations, BiscuitSecurityProperties biscuitSecurityProperties) RedisOAuth2AuthorizationService(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, org.springframework.data.redis.core.RedisOperations<Object, Object> redisOperations, BiscuitSecurityProperties biscuitSecurityProperties)