Class PhoenixAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PhoenixAuthenticationType>
com.azure.analytics.synapse.artifacts.models.PhoenixAuthenticationType

public final class PhoenixAuthenticationType extends com.azure.core.util.ExpandableStringEnum<PhoenixAuthenticationType>
The authentication mechanism used to connect to the Phoenix server.
  • 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

      public PhoenixAuthenticationType()
  • Method Details

    • fromString

      public static PhoenixAuthenticationType fromString(String name)
      Creates or finds a PhoenixAuthenticationType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PhoenixAuthenticationType.
    • values

      public static Collection<PhoenixAuthenticationType> values()
      Gets known PhoenixAuthenticationType values.
      Returns:
      known PhoenixAuthenticationType values.