Package | Description |
---|---|
org.keycloak.common.util | |
org.keycloak.services.managers | |
org.keycloak.services.util |
Modifier and Type | Method and Description |
---|---|
static ServerCookie.SameSiteAttributeValue |
ServerCookie.SameSiteAttributeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerCookie.SameSiteAttributeValue[] |
ServerCookie.SameSiteAttributeValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServerCookie.appendCookieValue(StringBuffer headerBuf,
int version,
String name,
String value,
String path,
String domain,
String comment,
int maxAge,
boolean isSecure,
boolean httpOnly,
ServerCookie.SameSiteAttributeValue sameSite) |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationManager.expireCookie(RealmModel realm,
String cookieName,
String path,
boolean httpOnly,
ClientConnection connection,
ServerCookie.SameSiteAttributeValue sameSite) |
Modifier and Type | Method and Description |
---|---|
static void |
CookieHelper.addCookie(String name,
String value,
String path,
String domain,
String comment,
int maxAge,
boolean secure,
boolean httpOnly,
ServerCookie.SameSiteAttributeValue sameSite)
Set a response cookie.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.