Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.Logout.ClearSiteData
Packages that use OidcTenantConfig.Logout.ClearSiteData
-
Uses of OidcTenantConfig.Logout.ClearSiteData in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.Logout.ClearSiteDataModifier and TypeFieldDescription(package private) Optional<Set<OidcTenantConfig.Logout.ClearSiteData>> OidcTenantConfig.Logout.clearSiteDataDeprecated, for removal: This API element is subject to removal in a future version.Clear-Site-Data header directivesMethods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.Logout.ClearSiteDataModifier and TypeMethodDescriptionOidcTenantConfig.Logout.clearSiteData()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OidcTenantConfig.Logout.ClearSiteData in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.Logout.ClearSiteDataModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OidcTenantConfig.Logout.ClearSiteData.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.runtime that return types with arguments of type OidcTenantConfig.Logout.ClearSiteDataModifier and TypeMethodDescriptionOidcTenantConfig.Logout.clearSiteData()Clear-Site-Data header directives -
Uses of OidcTenantConfig.Logout.ClearSiteData in io.quarkus.oidc.runtime.builders
Method parameters in io.quarkus.oidc.runtime.builders with type arguments of type OidcTenantConfig.Logout.ClearSiteDataModifier and TypeMethodDescriptionLogoutConfigBuilder.clearSiteData(List<OidcTenantConfig.Logout.ClearSiteData> directives)