クラスの使用
org.springframework.data.redis.connection.RedisPassword
RedisPassword を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の RedisPassword 使用
修飾子と型メソッド説明default RedisPassword
RedisConfiguration.SentinelConfiguration.getDataNodePassword()
Redis サーバーで認証するときに使用するRedisPassword
を入手します。RedisClusterConfiguration.getPassword()
RedisConfiguration.WithAuthentication.getPassword()
接続時に使用する RedisPassword を取得します。RedisSentinelConfiguration.getPassword()
RedisSocketConfiguration.getPassword()
RedisStandaloneConfiguration.getPassword()
RedisStaticMasterReplicaConfiguration.getPassword()
default RedisPassword
RedisConfiguration.getPasswordOrElse
(SupplierSE<RedisPassword> other) 現在のRedisConfiguration
がpassword aware
の場合は、構成済みのRedisPassword
を取得するか、指定されたSupplier
SE の値を評価して返します。static RedisPassword
RedisConfiguration.getPasswordOrElse
(RedisConfiguration configuration, SupplierSE<RedisPassword> other) RedisConfiguration.SentinelConfiguration.getSentinelPassword()
Redis Sentinel に接続するときに使用するRedisPassword
を返します。RedisSentinelConfiguration.getSentinelPassword()
static RedisPassword
RedisPassword.none()
存在しないRedisPassword
を作成します。static RedisPassword
RedisPassword.of
(char[] passwordAsChars) char
配列からRedisPassword
を作成します。static RedisPassword
String
SE からRedisPassword
を作成します。型 RedisPassword のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明void
RedisClusterConfiguration.setPassword
(RedisPassword password) void
RedisConfiguration.WithAuthentication.setPassword
(RedisPassword password) 指定されたString
SE に対してRedisPassword
を作成および設定します。void
RedisSentinelConfiguration.setPassword
(RedisPassword password) void
RedisSocketConfiguration.setPassword
(RedisPassword password) void
RedisStandaloneConfiguration.setPassword
(RedisPassword password) void
RedisStaticMasterReplicaConfiguration.setPassword
(RedisPassword password) void
RedisConfiguration.SentinelConfiguration.setSentinelPassword
(RedisPassword password) Redis Sentinel で認証するときに使用するRedisPassword
を設定します。void
RedisSentinelConfiguration.setSentinelPassword
(RedisPassword sentinelPassword) 型 RedisPassword の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明default RedisPassword
RedisConfiguration.getPasswordOrElse
(SupplierSE<RedisPassword> other) 現在のRedisConfiguration
がpassword aware
の場合は、構成済みのRedisPassword
を取得するか、指定されたSupplier
SE の値を評価して返します。static RedisPassword
RedisConfiguration.getPasswordOrElse
(RedisConfiguration configuration, SupplierSE<RedisPassword> other)