Uses of Enum
com.azure.core.amqp.ProxyAuthenticationType
Packages that use ProxyAuthenticationType
-
Uses of ProxyAuthenticationType in com.azure.core.amqp
Methods in com.azure.core.amqp that return ProxyAuthenticationTypeModifier and TypeMethodDescriptionProxyOptions.getAuthentication()Gets the proxy authentication type.static ProxyAuthenticationTypeReturns the enum constant of this type with the specified name.static ProxyAuthenticationType[]ProxyAuthenticationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.core.amqp with parameters of type ProxyAuthenticationTypeModifierConstructorDescriptionProxyOptions(ProxyAuthenticationType authentication, Proxy proxyAddress, String username, String password) Creates a proxy configuration that uses theproxyAddressand authenticates with providedusername,passwordandauthentication.