Enum Class RedisCredentialsProviderFactory.AbsentRedisCredentials

java.lang.Object
java.lang.Enum<RedisCredentialsProviderFactory.AbsentRedisCredentials>
org.springframework.data.redis.connection.lettuce.RedisCredentialsProviderFactory.AbsentRedisCredentials
All Implemented Interfaces:
io.lettuce.core.RedisCredentials, Serializable, Comparable<RedisCredentialsProviderFactory.AbsentRedisCredentials>, Constable
Enclosing interface:
RedisCredentialsProviderFactory

public static enum RedisCredentialsProviderFactory.AbsentRedisCredentials extends Enum<RedisCredentialsProviderFactory.AbsentRedisCredentials> implements io.lettuce.core.RedisCredentials
Default anonymous RedisCredentials without username/password.
  • Enum Constant Details

  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getUsername

      @Nullable public String getUsername()
      Specified by:
      getUsername in interface io.lettuce.core.RedisCredentials
    • hasUsername

      public boolean hasUsername()
      Specified by:
      hasUsername in interface io.lettuce.core.RedisCredentials
    • getPassword

      @Nullable public char[] getPassword()
      Specified by:
      getPassword in interface io.lettuce.core.RedisCredentials
    • hasPassword

      public boolean hasPassword()
      Specified by:
      hasPassword in interface io.lettuce.core.RedisCredentials