Uses of Class
org.bremersee.security.authentication.AuthProperties.JwtCache
-
Packages that use AuthProperties.JwtCache Package Description org.bremersee.security.authentication -
-
Uses of AuthProperties.JwtCache in org.bremersee.security.authentication
Constructors in org.bremersee.security.authentication with parameters of type AuthProperties.JwtCache Constructor Description ReactiveRedisAccessTokenCache(AuthProperties.JwtCache jwtCacheProperties, org.springframework.data.redis.connection.ReactiveRedisConnectionFactory connectionFactory)
Instantiates a new reactive redis access token cache.RedisAccessTokenCache(AuthProperties.JwtCache jwtCacheProperties, org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
Instantiates a new redis access token cache.
-