Class ImpalaAuthenticationType


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

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

      • ImpalaAuthenticationType

        public ImpalaAuthenticationType()
    • Method Detail

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