Class HiveAuthenticationType


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

      • ANONYMOUS

        public static final HiveAuthenticationType ANONYMOUS
        Static value Anonymous for HiveAuthenticationType.
      • USERNAME

        public static final HiveAuthenticationType USERNAME
        Static value Username for HiveAuthenticationType.
      • USERNAME_AND_PASSWORD

        public static final HiveAuthenticationType USERNAME_AND_PASSWORD
        Static value UsernameAndPassword for HiveAuthenticationType.
      • WINDOWS_AZURE_HDINSIGHT_SERVICE

        public static final HiveAuthenticationType WINDOWS_AZURE_HDINSIGHT_SERVICE
        Static value WindowsAzureHDInsightService for HiveAuthenticationType.
    • Constructor Detail

      • HiveAuthenticationType

        public HiveAuthenticationType()
    • Method Detail

      • fromString

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