Class HttpAuthenticationType

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

public final class HttpAuthenticationType extends com.azure.core.util.ExpandableStringEnum<HttpAuthenticationType>
The authentication type to be used to connect to the HTTP server.
  • Field Details

    • BASIC

      public static final HttpAuthenticationType BASIC
      Static value Basic for HttpAuthenticationType.
    • ANONYMOUS

      public static final HttpAuthenticationType ANONYMOUS
      Static value Anonymous for HttpAuthenticationType.
    • DIGEST

      public static final HttpAuthenticationType DIGEST
      Static value Digest for HttpAuthenticationType.
    • WINDOWS

      public static final HttpAuthenticationType WINDOWS
      Static value Windows for HttpAuthenticationType.
    • CLIENT_CERTIFICATE

      public static final HttpAuthenticationType CLIENT_CERTIFICATE
      Static value ClientCertificate for HttpAuthenticationType.
  • Constructor Details

    • HttpAuthenticationType

      public HttpAuthenticationType()
  • Method Details

    • fromString

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

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