Package io.quarkus.oidc.common.runtime
Class OidcCommonConfig.Proxy
java.lang.Object
io.quarkus.oidc.common.runtime.OidcCommonConfig.Proxy
- Enclosing class:
OidcCommonConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe host name or IP address of the Proxy.
Note: If the OIDC adapter requires a Proxy to talk with the OIDC server (Provider), set this value to enable the usage of a Proxy.The password, if the Proxy needs authentication.intThe port number of the Proxy.The username, if the Proxy needs authentication. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
The host name or IP address of the Proxy.
Note: If the OIDC adapter requires a Proxy to talk with the OIDC server (Provider), set this value to enable the usage of a Proxy. -
port
The port number of the Proxy. The default value is `80`. -
username
The username, if the Proxy needs authentication. -
password
The password, if the Proxy needs authentication.
-
-
Constructor Details
-
Proxy
public Proxy()
-