Uses of Enum
org.keycloak.common.util.ServerCookie.SameSiteAttributeValue
Packages that use ServerCookie.SameSiteAttributeValue
-
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.common.util
Methods in org.keycloak.common.util that return ServerCookie.SameSiteAttributeValueModifier and TypeMethodDescriptionReturns 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.Methods in org.keycloak.common.util with parameters of type ServerCookie.SameSiteAttributeValueModifier and TypeMethodDescriptionstatic voidServerCookie.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.