Uses of Class
org.keycloak.connections.httpclient.ProxyMappings
-
Uses of ProxyMappings in org.keycloak.connections.httpclient
Modifier and TypeMethodDescriptionstatic ProxyMappings
Creates a newProxyMappings
from the providedString[]
of proxy mapping strings.static ProxyMappings
Creates a newProxyMappings
from the providedList
of proxy mapping strings.static ProxyMappings
ProxyMappings.withFixedProxyMapping
(String httpProxy, String noProxy) Creates a newProxyMappings
from provided parameters representing the establishedHTTP(S)_PROXY
andNO_PROXY
environment variables.