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(HostAndPort address) Get the username/password pair to use for authentication/authorization
-
Constructor Details
-
StaticCredentialsProvider
-
-
Method Details
-
get
Description copied from interface:CredentialsProviderGet the username/password pair to use for authentication/authorization- Specified by:
getin interfaceCredentialsProvider- Returns:
- credentials
-