Uses of Class
io.quarkus.oidc.OidcTenantConfig.Authentication.CookieSameSite
-
Packages that use OidcTenantConfig.Authentication.CookieSameSite Package Description io.quarkus.oidc -
-
Uses of OidcTenantConfig.Authentication.CookieSameSite in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.Authentication.CookieSameSite Modifier and Type Field Description OidcTenantConfig.Authentication.CookieSameSiteOidcTenantConfig.Authentication. cookieSameSiteSameSite attribute for the session cookie.Methods in io.quarkus.oidc that return OidcTenantConfig.Authentication.CookieSameSite Modifier and Type Method Description OidcTenantConfig.Authentication.CookieSameSiteOidcTenantConfig.Authentication. getCookieSameSite()static OidcTenantConfig.Authentication.CookieSameSiteOidcTenantConfig.Authentication.CookieSameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcTenantConfig.Authentication.CookieSameSite[]OidcTenantConfig.Authentication.CookieSameSite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Authentication.CookieSameSite Modifier and Type Method Description voidOidcTenantConfig.Authentication. setCookieSameSite(OidcTenantConfig.Authentication.CookieSameSite cookieSameSite)
-