Class HttpAuthenticationType


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

      • ANONYMOUS

        public static final HttpAuthenticationType ANONYMOUS
        Static value Anonymous 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 Detail

      • HttpAuthenticationType

        public HttpAuthenticationType()
    • Method Detail

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