Package io.quarkus.oidc
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Back-Channel Logout configurationDeprecated.Additional properties which is added as the query parameters to the logout redirect URI.Deprecated.Front-Channel Logout configurationDeprecated.The relative path of the logout endpoint at the application.Deprecated.Relative path of the application endpoint where the user should be redirected to after logging out from the OpenID Connect Provider.Deprecated.Name of the post logout URI parameter which is added as a query parameter to the logout redirect URI. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Back-Channel Logout configurationDeprecated.Additional properties which is added as the query parameters to the logout redirect URI.Deprecated.Front-Channel Logout configurationDeprecated.Deprecated.Deprecated.getPath()Deprecated.Deprecated.Deprecated.path()Deprecated.The relative path of the logout endpoint at the application.Deprecated.Relative path of the application endpoint where the user should be redirected to after logging out from the OpenID Connect Provider.Deprecated.Name of the post logout URI parameter which is added as a query parameter to the logout redirect URI.voidsetBackchannel(OidcTenantConfig.Backchannel backchannel) Deprecated.voidsetExtraParams(Map<String, String> extraParams) Deprecated.voidsetFrontchannel(OidcTenantConfig.Frontchannel frontchannel) Deprecated.voidDeprecated.voidsetPostLogoutPath(Optional<String> postLogoutPath) Deprecated.voidsetPostLogoutUriParam(String postLogoutUriParam) Deprecated.
-
Field Details
-
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
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
Deprecated.Name of the post logout URI parameter which is added as a query parameter to the logout redirect URI. -
extraParams
Deprecated.Additional properties which is added as the query parameters to the logout redirect URI. -
backchannel
Deprecated.Back-Channel Logout configuration -
frontchannel
Deprecated.Front-Channel Logout configuration
-
-
Constructor Details
-
Logout
public Logout()Deprecated.
-
-
Method Details
-
setPath
Deprecated. -
getPath
Deprecated. -
setPostLogoutPath
Deprecated. -
getPostLogoutPath
Deprecated. -
getExtraParams
Deprecated. -
setExtraParams
Deprecated. -
getPostLogoutUriParam
Deprecated. -
setPostLogoutUriParam
Deprecated. -
getBackchannel
Deprecated. -
setBackchannel
Deprecated. -
getFrontchannel
Deprecated. -
setFrontchannel
Deprecated. -
path
Deprecated.Description copied from interface:OidcTenantConfig.LogoutThe 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.- Specified by:
pathin interfaceOidcTenantConfig.Logout
-
postLogoutPath
Deprecated.Description copied from interface:OidcTenantConfig.LogoutRelative 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.- Specified by:
postLogoutPathin interfaceOidcTenantConfig.Logout
-
postLogoutUriParam
Deprecated.Description copied from interface:OidcTenantConfig.LogoutName of the post logout URI parameter which is added as a query parameter to the logout redirect URI.- Specified by:
postLogoutUriParamin interfaceOidcTenantConfig.Logout
-
extraParams
Deprecated.Description copied from interface:OidcTenantConfig.LogoutAdditional properties which is added as the query parameters to the logout redirect URI.- Specified by:
extraParamsin interfaceOidcTenantConfig.Logout
-
backchannel
Deprecated.Description copied from interface:OidcTenantConfig.LogoutBack-Channel Logout configuration- Specified by:
backchannelin interfaceOidcTenantConfig.Logout
-
frontchannel
Deprecated.Description copied from interface:OidcTenantConfig.LogoutFront-Channel Logout configuration- Specified by:
frontchannelin interfaceOidcTenantConfig.Logout
-
LogoutConfigBuilderbuilder