PhoenixAuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. PhoenixAuthenticationType
- com.
- com.
public final class PhoenixAuthenticationType
extends ExpandableStringEnum<PhoenixAuthenticationType>
The authentication mechanism used to connect to the Phoenix server.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Phoenix |
ANONYMOUS
Static value Anonymous for Phoenix |
|
static final
Phoenix |
USERNAME_AND_PASSWORD
Static value Username |
|
static final
Phoenix |
WINDOWS_AZURE_HDINSIGHT_SERVICE
Static value Windows |
Constructor Summary
| Constructor | Description |
|---|---|
| PhoenixAuthenticationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Phoenix |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Phoenix |
fromString(String name)
Creates or finds a Phoenix |
|
static
Collection<Phoenix |
values()
Gets known Phoenix |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANONYMOUS
public static final PhoenixAuthenticationType ANONYMOUS
Static value Anonymous for PhoenixAuthenticationType.
USERNAME_AND_PASSWORD
public static final PhoenixAuthenticationType USERNAME_AND_PASSWORD
Static value UsernameAndPassword for PhoenixAuthenticationType.
WINDOWS_AZURE_HDINSIGHT_SERVICE
public static final PhoenixAuthenticationType WINDOWS_AZURE_HDINSIGHT_SERVICE
Static value WindowsAzureHDInsightService for PhoenixAuthenticationType.
Constructor Details
PhoenixAuthenticationType
@Deprecated
public PhoenixAuthenticationType()
Deprecated
Creates a new instance of PhoenixAuthenticationType value.
Method Details
fromString
public static PhoenixAuthenticationType fromString(String name)
Creates or finds a PhoenixAuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection<PhoenixAuthenticationType> values()
Gets known PhoenixAuthenticationType values.
Returns: