ProxyConfiguration.ProxyAuthenticationType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.eventhubs.ProxyConfiguration.ProxyAuthenticationType

public enum ProxyConfiguration.ProxyAuthenticationType
extends Enum<ProxyAuthenticationType>

Supported methods of proxy authentication.

Fields

BASIC

Authenticates against proxy with basic authentication scheme.

DIGEST

Authenticates against proxy with digest access authentication.

NONE

Proxy requires no authentication.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static ProxyConfiguration.ProxyAuthenticationType valueOf(String name)

Parameters

name
String

Returns

values()

public static ProxyConfiguration.ProxyAuthenticationType[] values()

Returns

Applies to