Class OidcCommonConfig.Proxy

java.lang.Object
io.quarkus.oidc.common.runtime.OidcCommonConfig.Proxy
Enclosing class:
OidcCommonConfig

public static class OidcCommonConfig.Proxy extends Object
  • Field Details

    • host

      @ConfigItem public Optional<String> 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

      @ConfigItem(defaultValue="80") public int port
      The port number of the Proxy. The default value is `80`.
    • username

      @ConfigItem public Optional<String> username
      The username, if the Proxy needs authentication.
    • password

      @ConfigItem public Optional<String> password
      The password, if the Proxy needs authentication.
  • Constructor Details

    • Proxy

      public Proxy()