Package io.quarkus.oidc.common.runtime
Class OidcCommonConfig.Proxy
java.lang.Object
io.quarkus.oidc.common.runtime.OidcCommonConfig.Proxy
- All Implemented Interfaces:
OidcCommonConfig.Proxy
- Enclosing class:
OidcCommonConfig
@Deprecated(since="3.18",
forRemoval=true)
public static class OidcCommonConfig.Proxy
extends Object
implements OidcCommonConfig.Proxy
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.Deprecated, for removal: This API element is subject to removal in a future version.The password, if the Proxy needs authentication.intDeprecated, for removal: This API element is subject to removal in a future version.The port number of the Proxy.Deprecated, for removal: This API element is subject to removal in a future version.The username, if the Proxy needs authentication. -
Constructor Summary
ConstructorsConstructorDescriptionProxy()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionhost()Deprecated, for removal: This API element is subject to removal in a future version.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.password()Deprecated, for removal: This API element is subject to removal in a future version.The password, if the Proxy needs authentication.intport()Deprecated, for removal: This API element is subject to removal in a future version.The port number of the Proxy.username()Deprecated, for removal: This API element is subject to removal in a future version.The username, if the Proxy needs authentication.
-
Field Details
-
host
Deprecated, for removal: This API element is subject to removal in a future version.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
public int portDeprecated, for removal: This API element is subject to removal in a future version.The port number of the Proxy. The default value is `80`. -
username
Deprecated, for removal: This API element is subject to removal in a future version.The username, if the Proxy needs authentication. -
password
Deprecated, for removal: This API element is subject to removal in a future version.The password, if the Proxy needs authentication.
-
-
Constructor Details
-
Proxy
public Proxy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
host
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcCommonConfig.ProxyThe 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.- Specified by:
hostin interfaceOidcCommonConfig.Proxy
-
port
public int port()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcCommonConfig.ProxyThe port number of the Proxy. The default value is `80`.- Specified by:
portin interfaceOidcCommonConfig.Proxy
-
username
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcCommonConfig.ProxyThe username, if the Proxy needs authentication.- Specified by:
usernamein interfaceOidcCommonConfig.Proxy
-
password
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcCommonConfig.ProxyThe password, if the Proxy needs authentication.- Specified by:
passwordin interfaceOidcCommonConfig.Proxy
-
OidcCommonConfigBuilderto create the Proxy config