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.
use OidcCommonConfigBuilder to create the Proxy config
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The password, if the Proxy needs authentication.
    int
    Deprecated, 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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The password, if the Proxy needs authentication.
    int
    Deprecated, 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • host

      public Optional<String> 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 port
      Deprecated, 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

      public Optional<String> username
      Deprecated, for removal: This API element is subject to removal in a future version.
      The username, if the Proxy needs authentication.
    • password

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

      public Optional<String> host()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcCommonConfig.Proxy
      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.
      Specified by:
      host in interface OidcCommonConfig.Proxy
    • port

      public int port()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcCommonConfig.Proxy
      The port number of the Proxy. The default value is `80`.
      Specified by:
      port in interface OidcCommonConfig.Proxy
    • username

      public Optional<String> username()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcCommonConfig.Proxy
      The username, if the Proxy needs authentication.
      Specified by:
      username in interface OidcCommonConfig.Proxy
    • password

      public Optional<String> password()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcCommonConfig.Proxy
      The password, if the Proxy needs authentication.
      Specified by:
      password in interface OidcCommonConfig.Proxy