Interface RedisCredentialsProviderFactory


public interface RedisCredentialsProviderFactory
Factory interface to create RedisCredentialsProvider from a RedisConfiguration. Credentials can be associated with username and/or password.

Credentials are based off the given RedisConfiguration objects. Changing the credentials in the actual object affects the constructed RedisCredentials object. Credentials are requested by the Lettuce client after connecting to the host. Therefore, credential retrieval is subject to complete within the configured connection creation timeout to avoid connection failures.

Since:
3.0
Author:
Mark Paluch