Package com.couchbase.client.dcp
Class StaticCredentialsProvider
java.lang.Object
com.couchbase.client.dcp.StaticCredentialsProvider
- All Implemented Interfaces:
CredentialsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(com.couchbase.client.core.util.HostAndPort address) Get the username/password pair to use for authentication/authorization
-
Constructor Details
-
StaticCredentialsProvider
-
-
Method Details
-
get
Description copied from interface:CredentialsProvider
Get the username/password pair to use for authentication/authorization- Specified by:
get
in interfaceCredentialsProvider
- Parameters:
address
-- Returns:
- credentials
-