Uses of Enum Class
org.keycloak.common.util.ServerCookie.SameSiteAttributeValue
-
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.common.util
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerCookie.SameSiteAttributeValue[]
ServerCookie.SameSiteAttributeValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
ServerCookie.appendCookieValue
(StringBuilder headerBuf, int version, String name, String value, String path, String domain, String comment, int maxAge, boolean isSecure, boolean httpOnly, ServerCookie.SameSiteAttributeValue sameSite) Deprecated. -
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.http
ModifierConstructorDescriptionHttpCookie
(int version, String name, String value, String path, String domain, String comment, int maxAge, boolean secure, boolean httpOnly, ServerCookie.SameSiteAttributeValue sameSite) Deprecated, for removal: This API element is subject to removal in a future version.