Uses of Class
com.couchbase.client.java.auth.CredentialContext
-
Packages that use CredentialContext Package Description com.couchbase.client.java com.couchbase.client.java.auth com.couchbase.client.java.error -
-
Uses of CredentialContext in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type CredentialContext Modifier and Type Method Description protected Credential
CouchbaseAsyncCluster. getSingleCredential(CredentialContext context, String specific)
-
Uses of CredentialContext in com.couchbase.client.java.auth
Methods in com.couchbase.client.java.auth that return CredentialContext Modifier and Type Method Description static CredentialContext
CredentialContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialContext[]
CredentialContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.auth with parameters of type CredentialContext 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 CredentialContext in com.couchbase.client.java.error
Methods in com.couchbase.client.java.error that return CredentialContext Modifier and Type Method Description CredentialContext
AuthenticatorException. context()
Constructors in com.couchbase.client.java.error with parameters of type CredentialContext Constructor Description AuthenticatorException(String message, CredentialContext context, String specific, int found)
-