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 Authenticator
CouchbaseAsyncCluster. authenticator()
Get theAuthenticator
currently used when credentials are needed for an operation, but no explicit credentials are provided.Authenticator
CouchbaseCluster. authenticator()
Get theAuthenticator
currently 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 AsyncCluster
AsyncCluster. authenticate(Authenticator auth)
Sets theAuthenticator
to use when credentials are needed for an operation but no explicit credentials are provided.Cluster
Cluster. authenticate(Authenticator auth)
Sets theAuthenticator
to use when credentials are needed for an operation but no explicit credentials are provided.CouchbaseAsyncCluster
CouchbaseAsyncCluster. authenticate(Authenticator auth)
CouchbaseCluster
CouchbaseCluster. 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 class
CertAuthenticator
ThisAuthenticator
enables client certificate based authentication.class
ClassicAuthenticator
AnAuthenticator
based on login/password credentials.class
PasswordAuthenticator
Authenticator
for RBAC users in Couchbase