Class HiveAuthenticationType

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

public final class HiveAuthenticationType extends com.azure.core.util.ExpandableStringEnum<HiveAuthenticationType>
The authentication method used to access the Hive server.
  • Field Details

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

    • HiveAuthenticationType

      public HiveAuthenticationType()
  • Method Details

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

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