Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.Authentication.CookieSameSite
Packages that use OidcTenantConfig.Authentication.CookieSameSite
-
Uses of OidcTenantConfig.Authentication.CookieSameSite in io.quarkus.oidc
Methods in io.quarkus.oidc that return OidcTenantConfig.Authentication.CookieSameSite -
Uses of OidcTenantConfig.Authentication.CookieSameSite in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.Authentication.CookieSameSiteModifier and TypeMethodDescriptionOidcTenantConfig.Authentication.cookieSameSite()SameSite attribute for the session cookie.Returns the enum constant of this class with the specified name.OidcTenantConfig.Authentication.CookieSameSite.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OidcTenantConfig.Authentication.CookieSameSite in io.quarkus.oidc.runtime.builders
Methods in io.quarkus.oidc.runtime.builders with parameters of type OidcTenantConfig.Authentication.CookieSameSiteModifier and TypeMethodDescriptionAuthenticationConfigBuilder.cookieSameSite(OidcTenantConfig.Authentication.CookieSameSite cookieSameSite)