Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.auth | |
com.couchbase.client.java.query |
Modifier and Type | Method and Description |
---|---|
protected Credential |
CouchbaseAsyncCluster.getSingleCredential(CredentialContext context,
String specific) |
Modifier and Type | Method and Description |
---|---|
List<Credential> |
Authenticator.getCredentials(CredentialContext context,
String specific)
Retrieve the credentials store by this
Authenticator for the given CredentialContext and optional specific. |
List<Credential> |
ClassicAuthenticator.getCredentials(CredentialContext context,
String specific) |
List<Credential> |
CertAuthenticator.getCredentials(CredentialContext context,
String specific) |
List<Credential> |
PasswordAuthenticator.getCredentials(CredentialContext context,
String specific) |
Modifier and Type | Method and Description |
---|---|
N1qlParams |
N1qlParams.withCredentials(List<Credential> credentials)
Allows to add a list of credentials (in the form of
Credential objects) to this request. |
Copyright © 2015 Couchbase, Inc.