Uses of Class
com.couchbase.client.java.auth.Credential
Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.auth | |
com.couchbase.client.java.query |
-
Uses of Credential in com.couchbase.client.java
Methods in com.couchbase.client.java that return Credential Modifier and Type Method Description protected Credential
CouchbaseAsyncCluster. getSingleCredential(CredentialContext context, String specific)
-
Uses of Credential in com.couchbase.client.java.auth
Methods in com.couchbase.client.java.auth that return types with arguments of type Credential Modifier and Type Method Description List<Credential>
Authenticator. getCredentials(CredentialContext context, String specific)
Retrieve the credentials store by thisAuthenticator
for the givenCredentialContext
and optional specific.List<Credential>
CertAuthenticator. getCredentials(CredentialContext context, String specific)
List<Credential>
ClassicAuthenticator. getCredentials(CredentialContext context, String specific)
List<Credential>
PasswordAuthenticator. getCredentials(CredentialContext context, String specific)
-
Uses of Credential in com.couchbase.client.java.query
Method parameters in com.couchbase.client.java.query with type arguments of type Credential Modifier and Type Method Description N1qlParams
N1qlParams. withCredentials(List<Credential> credentials)
Allows to add a list of credentials (in the form ofCredential
objects) to this request.