Class OidcTenantConfig.Logout

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

@Deprecated(since="3.18") public static class OidcTenantConfig.Logout extends Object implements OidcTenantConfig.Logout
Deprecated.
use the LogoutConfigBuilder builder
  • Field Details

    • path

      public Optional<String> path
      Deprecated.
      The relative path of the logout endpoint at the application. If provided, the application is able to initiate the logout through this endpoint in conformance with the OpenID Connect RP-Initiated Logout specification.
    • postLogoutPath

      public Optional<String> postLogoutPath
      Deprecated.
      Relative path of the application endpoint where the user should be redirected to after logging out from the OpenID Connect Provider. This endpoint URI must be properly registered at the OpenID Connect Provider as a valid redirect URI.
    • postLogoutUriParam

      public String postLogoutUriParam
      Deprecated.
      Name of the post logout URI parameter which is added as a query parameter to the logout redirect URI.
    • extraParams

      public Map<String,String> extraParams
      Deprecated.
      Additional properties which is added as the query parameters to the logout redirect URI.
    • backchannel

      public OidcTenantConfig.Backchannel backchannel
      Deprecated.
      Back-Channel Logout configuration
    • frontchannel

      public OidcTenantConfig.Frontchannel frontchannel
      Deprecated.
      Front-Channel Logout configuration
  • Constructor Details

    • Logout

      public Logout()
      Deprecated.
  • Method Details