Package com.couchbase.client.dcp
Interface CredentialsProvider
- All Known Implementing Classes:
StaticCredentialsProvider
public interface CredentialsProvider
-
Method Summary
Modifier and TypeMethodDescriptionget
(com.couchbase.client.core.util.HostAndPort address) Get the username/password pair to use for authentication/authorization
-
Method Details
-
get
Get the username/password pair to use for authentication/authorization- Parameters:
address
-- Returns:
- credentials
-