Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.auth | |
com.couchbase.client.java.error |
Modifier and Type | Method and Description |
---|---|
protected Credential |
CouchbaseAsyncCluster.getSingleCredential(CredentialContext context,
String specific) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Credential> |
Authenticator.getCredentials(CredentialContext context,
String specific)
Retrieve the credentials store by this
Authenticator for the given CredentialContext and optional specific. |
List<Credential> |
ClassicAuthenticator.getCredentials(CredentialContext context,
String specific) |
List<Credential> |
CertAuthenticator.getCredentials(CredentialContext context,
String specific) |
List<Credential> |
PasswordAuthenticator.getCredentials(CredentialContext context,
String specific) |
Modifier and Type | Method and Description |
---|---|
CredentialContext |
AuthenticatorException.context() |
Constructor and Description |
---|
AuthenticatorException(String message,
CredentialContext context,
String specific,
int found) |
Copyright © 2015 Couchbase, Inc.