public class ProxiableConsumerManagerFactory extends Object
ConsumerManager after configuring openid4java's proxy settings from the
standard system properties PROXY_HOST_PROPERTY and PROXY_PORT_PROPERTY (which will also apply to
HTTPS, despite their name), so that the consumer manager will use these proxy settings.
This whole class is a work around for openid4java not picking up those properties itself (and using HttpClient in a
way which prevents us from setting the proxy properties on it):
https://code.google.com/p/openid4java/issues/detail?id=147
https://code.google.com/p/openid4java/issues/detail?id=211| Constructor and Description |
|---|
ProxiableConsumerManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.openid4java.consumer.ConsumerManager |
createConsumerManager()
WARNING: order of proxy setup and
ConsumerManager instantiation is important. |
Copyright © 2020 Atlassian. All rights reserved.