Class OidcTenantConfig.Frontchannel

java.lang.Object
io.quarkus.oidc.OidcTenantConfig.Frontchannel
All Implemented Interfaces:
OidcTenantConfig.Frontchannel
Enclosing class:
OidcTenantConfig

@Deprecated(since="3.18", forRemoval=true) public static class OidcTenantConfig.Frontchannel extends Object implements OidcTenantConfig.Frontchannel
Deprecated, for removal: This API element is subject to removal in a future version.
use the LogoutConfigBuilder builder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The relative path of the Front-Channel Logout endpoint at the application.
  • 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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    The relative path of the Front-Channel Logout endpoint at the application.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • path

      public Optional<String> path
      Deprecated, for removal: This API element is subject to removal in a future version.
      The relative path of the Front-Channel Logout endpoint at the application.
  • Constructor Details

    • Frontchannel

      public Frontchannel()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setPath

      public void setPath(Optional<String> path)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPath

      public Optional<String> getPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • path

      public Optional<String> path()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.Frontchannel
      The relative path of the Front-Channel Logout endpoint at the application.
      Specified by:
      path in interface OidcTenantConfig.Frontchannel