Uses of Interface
com.couchbase.client.java.auth.Authenticator
| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.auth |
-
Uses of Authenticator in com.couchbase.client.java
Methods in com.couchbase.client.java that return Authenticator Modifier and Type Method Description AuthenticatorCouchbaseAsyncCluster. authenticator()Get theAuthenticatorcurrently used when credentials are needed for an operation, but no explicit credentials are provided.AuthenticatorCouchbaseCluster. authenticator()Get theAuthenticatorcurrently used when credentials are needed for an operation, but no explicit credentials are provided.Methods in com.couchbase.client.java with parameters of type Authenticator Modifier and Type Method Description AsyncClusterAsyncCluster. authenticate(Authenticator auth)Sets theAuthenticatorto use when credentials are needed for an operation but no explicit credentials are provided.ClusterCluster. authenticate(Authenticator auth)Sets theAuthenticatorto use when credentials are needed for an operation but no explicit credentials are provided.CouchbaseAsyncClusterCouchbaseAsyncCluster. authenticate(Authenticator auth)CouchbaseClusterCouchbaseCluster. authenticate(Authenticator auth) -
Uses of Authenticator in com.couchbase.client.java.auth
Classes in com.couchbase.client.java.auth that implement Authenticator Modifier and Type Class Description classCertAuthenticatorThisAuthenticatorenables client certificate based authentication.classClassicAuthenticatorAnAuthenticatorbased on login/password credentials.classPasswordAuthenticatorAuthenticatorfor RBAC users in Couchbase