类 JustAuthStateCacheConfiguration.Redis
java.lang.Object
com.xingyuv.justauth.autoconfigure.JustAuthStateCacheConfiguration.Redis
@ConditionalOnClass(org.springframework.data.redis.core.RedisTemplate.class)
@ConditionalOnMissingBean(com.xingyuv.jushauth.cache.AuthStateCache.class)
@AutoConfigureBefore(org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
@ConditionalOnProperty(name="justauth.cache.type",
havingValue="redis",
matchIfMissing=true)
static class JustAuthStateCacheConfiguration.Redis
extends Object
Redis 缓存
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明authStateCache(org.springframework.data.redis.core.RedisTemplate<String, String> justAuthRedisCacheTemplate, JustAuthProperties justAuthProperties) justAuthRedisCacheTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
-
构造器详细资料
-
Redis
Redis()
-
-
方法详细资料
-
justAuthRedisCacheTemplate
-
authStateCache
@Bean public AuthStateCache authStateCache(org.springframework.data.redis.core.RedisTemplate<String, String> justAuthRedisCacheTemplate, JustAuthProperties justAuthProperties)
-