Uses of Interface
org.apache.synapse.transport.http.conn.ProxyAuthenticator
Packages that use ProxyAuthenticator
Package
Description
-
Uses of ProxyAuthenticator in org.apache.synapse.transport.http.conn
Classes in org.apache.synapse.transport.http.conn that implement ProxyAuthenticatorModifier and TypeClassDescriptionclassDefaultProxyAuthenticator will be initialized when proxy is configured with http.proxyHostclassProfileProxyAuthenticator will be initialized when proxy profile is configuredMethods in org.apache.synapse.transport.http.conn that return ProxyAuthenticatorModifier and TypeMethodDescriptionProxyConfig.createProxyAuthenticator()returns DefaultProxyAuthenticator if single proxy server is configured ProfileProxyAuthenticator if proxy profile is configured -
Uses of ProxyAuthenticator in org.apache.synapse.transport.passthru.config
Methods in org.apache.synapse.transport.passthru.config that return ProxyAuthenticatorConstructors in org.apache.synapse.transport.passthru.config with parameters of type ProxyAuthenticatorModifierConstructorDescriptionTargetConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.ParameterInclude parameters, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics, ProxyAuthenticator proxyAuthenticator)