Uses of Enum Class
org.springframework.data.redis.connection.lettuce.RedisCredentialsProviderFactory.AbsentRedisCredentials
Packages that use RedisCredentialsProviderFactory.AbsentRedisCredentials
-
Uses of RedisCredentialsProviderFactory.AbsentRedisCredentials in org.springframework.data.redis.connection.lettuce
Subclasses with type arguments of type RedisCredentialsProviderFactory.AbsentRedisCredentials in org.springframework.data.redis.connection.lettuceModifier and TypeClassDescriptionstatic enumDefault anonymousRedisCredentialswithout username/password.Methods in org.springframework.data.redis.connection.lettuce that return RedisCredentialsProviderFactory.AbsentRedisCredentialsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RedisCredentialsProviderFactory.AbsentRedisCredentials.values()Returns an array containing the constants of this enum class, in the order they are declared.