Class PhoenixAuthenticationType


  • public final class PhoenixAuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<PhoenixAuthenticationType>
    Defines values for PhoenixAuthenticationType.
    • Field Detail

      • 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 Detail

      • PhoenixAuthenticationType

        public PhoenixAuthenticationType()
    • Method Detail

      • 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.