public static class OidcCommonConfig.Proxy extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
host
The host (name or IP address) of the Proxy.
Note: If OIDC adapter needs to use a Proxy to talk with OIDC server (Provider), then at least the "host" config item must be configured to enable the usage of a Proxy. |
Optional<String> |
password
The password, if Proxy needs authentication.
|
int |
port
The port number of the Proxy.
|
Optional<String> |
username
The username, if Proxy needs authentication.
|
| Constructor and Description |
|---|
Proxy() |
@ConfigItem public Optional<String> host
@ConfigItem(defaultValue="80") public int port
@ConfigItem public Optional<String> username
@ConfigItem public Optional<String> password
Copyright © 2021 JBoss by Red Hat. All rights reserved.