Package 

Class RedisTokenConfiguration

    • Method Summary

      Modifier and Type Method Description
      final TokenService tokenService(StringRedisTemplate redisTemplate, AuthProperties properties)
      • Methods inherited from class cn.spark2fire.auth.config.RedisTokenConfiguration

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RedisTokenConfiguration

        RedisTokenConfiguration()
    • Method Detail

      • tokenService

        @Bean()@ConditionalOnMissingBean() final TokenService tokenService(StringRedisTemplate redisTemplate, AuthProperties properties)