public enum KnownKeywords extends Enum<KnownKeywords>
| Modifier and Type | Field and Description |
|---|---|
static Map<String,KnownKeywords> |
knownKeywords |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName() |
String |
getType() |
boolean |
isSecret() |
boolean |
isSupported() |
void |
setSecret(boolean secret) |
void |
setType(String type) |
static KnownKeywords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownKeywords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownKeywords DATA_SOURCE
public static final KnownKeywords INITIAL_CATALOG
public static final KnownKeywords FEDERATED_SECURITY
public static final KnownKeywords APPLICATION_CLIENT_ID
public static final KnownKeywords APPLICATION_KEY
public static final KnownKeywords USER_ID
public static final KnownKeywords AUTHORITY_ID
public static final KnownKeywords APPLICATION_TOKEN
public static final KnownKeywords USER_TOKEN
public static final KnownKeywords APPLICATION_CERTIFICATE_X5C
public static final KnownKeywords APPLICATION_NAME_FOR_TRACING
public static final KnownKeywords USER_NAME_FOR_TRACING
public static final KnownKeywords PASSWORD
public static final KnownKeywords APPLICATION_CERTIFICATE_BLOB
public static final KnownKeywords APPLICATION_CERTIFICATE_THUMBPRINT
public static final KnownKeywords DSTS_FEDERATED_SECURITY
public static final KnownKeywords STREAMING
public static final KnownKeywords UNCOMPRESSED
public static final KnownKeywords ENFORCE_MFA
public static final KnownKeywords ACCEPT
public static final KnownKeywords QUERY_CONSISTENCY
public static final KnownKeywords DATA_SOURCE_URI
public static final KnownKeywords AZURE_REGION
public static final KnownKeywords NAMESPACE
public static final KnownKeywords APPLICATION_CERTIFICATE_ISSUER_DISTINGUISHED_NAME
public static final KnownKeywords APPLICATION_CERTIFICATE_SUBJECT_DISTINGUISHED_NAME
public static final Map<String,KnownKeywords> knownKeywords
public static KnownKeywords[] values()
for (KnownKeywords c : KnownKeywords.values()) System.out.println(c);
public static KnownKeywords 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 nullpublic String getType()
public void setType(String type)
public boolean isSecret()
public void setSecret(boolean secret)
public boolean isSupported()
public String getCanonicalName()
Copyright © 2025. All rights reserved.