Uses of Class
com.couchbase.client.java.auth.Credential
-
Packages that use 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 CredentialCouchbaseAsyncCluster. 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 thisAuthenticatorfor the givenCredentialContextand 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 N1qlParamsN1qlParams. withCredentials(List<Credential> credentials)Allows to add a list of credentials (in the form ofCredentialobjects) to this request.
-