Class ImpalaAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImpalaAuthenticationType>
com.azure.resourcemanager.datafactory.models.ImpalaAuthenticationType

public final class ImpalaAuthenticationType extends com.azure.core.util.ExpandableStringEnum<ImpalaAuthenticationType>
The authentication type to use.
  • Field Details

    • ANONYMOUS

      public static final ImpalaAuthenticationType ANONYMOUS
      Static value Anonymous for ImpalaAuthenticationType.
    • SASLUSERNAME

      public static final ImpalaAuthenticationType SASLUSERNAME
      Static value SASLUsername for ImpalaAuthenticationType.
    • USERNAME_AND_PASSWORD

      public static final ImpalaAuthenticationType USERNAME_AND_PASSWORD
      Static value UsernameAndPassword for ImpalaAuthenticationType.
  • Constructor Details

    • ImpalaAuthenticationType

      public ImpalaAuthenticationType()
  • Method Details

    • fromString

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

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