public static enum KerberosAuthProviderBase.KerberosOption extends Enum<KerberosAuthProviderBase.KerberosOption> implements com.datastax.oss.driver.api.core.config.DriverOption
| Enum Constant and Description |
|---|
AUTH_PROVIDER_AUTHORIZATION_ID |
AUTH_PROVIDER_SASL_PROPERTIES |
AUTH_PROVIDER_SASL_PROTOCOL |
AUTH_PROVIDER_SERVER_NAME_RESOLVER |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
DEFAULT_SASL_PROPERTIES |
static String |
DEFAULT_SASL_PROTOCOL |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static KerberosAuthProviderBase.KerberosOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosAuthProviderBase.KerberosOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KerberosAuthProviderBase.KerberosOption AUTH_PROVIDER_AUTHORIZATION_ID
public static final KerberosAuthProviderBase.KerberosOption AUTH_PROVIDER_SASL_PROTOCOL
public static final KerberosAuthProviderBase.KerberosOption AUTH_PROVIDER_SASL_PROPERTIES
public static final KerberosAuthProviderBase.KerberosOption AUTH_PROVIDER_SERVER_NAME_RESOLVER
public static final String DEFAULT_SASL_PROTOCOL
public static KerberosAuthProviderBase.KerberosOption[] values()
for (KerberosAuthProviderBase.KerberosOption c : KerberosAuthProviderBase.KerberosOption.values()) System.out.println(c);
public static KerberosAuthProviderBase.KerberosOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@NonNull public String getPath()
getPath in interface com.datastax.oss.driver.api.core.config.DriverOptionCopyright © 2020 Instaclustr. All rights reserved.