Package io.quarkus.oidc.runtime.builders
Class LogoutConfigBuilder
java.lang.Object
io.quarkus.oidc.runtime.builders.LogoutConfigBuilder
Builder for the
OidcTenantConfig.Logout.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for theOidcTenantConfig.Backchannel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackchannel(OidcTenantConfig.Backchannel backchannel) build()end()BuildsOidcTenantConfig.Logoutand returnsOidcTenantConfigBuilder.extraParam(String extraParamKey, String extraParamValue) extraParams(Map<String, String> extraParams) frontchannelPath(String path) postLogoutPath(String postLogoutPath) postLogoutUriParam(String postLogoutUriParam)
-
Constructor Details
-
LogoutConfigBuilder
public LogoutConfigBuilder() -
LogoutConfigBuilder
-
-
Method Details
-
frontchannelPath
- Parameters:
path-OidcTenantConfig.Frontchannel.path()- Returns:
- this builder
-
path
- Parameters:
path-OidcTenantConfig.Logout.path()- Returns:
- this builder
-
postLogoutPath
- Parameters:
postLogoutPath-OidcTenantConfig.Logout.postLogoutPath()- Returns:
- this builder
-
postLogoutUriParam
- Parameters:
postLogoutUriParam-OidcTenantConfig.Logout.postLogoutUriParam()- Returns:
- this builder
-
extraParam
- Parameters:
extraParamKey-OidcTenantConfig.Logout.extraParams()keyextraParamValue-OidcTenantConfig.Logout.extraParams()value- Returns:
- this builder
-
extraParams
- Parameters:
extraParams-OidcTenantConfig.Logout.extraParams()- Returns:
- this builder
-
backchannel
- Parameters:
backchannel-OidcTenantConfig.Logout.backchannel()- Returns:
- this builder
-
backchannel
- Returns:
OidcTenantConfig.Logout.backchannel()builder
-
end
BuildsOidcTenantConfig.Logoutand returnsOidcTenantConfigBuilder.- Returns:
- OidcTenantConfigBuilder
-
build
- Returns:
- built
OidcTenantConfig.Logout
-