Uses of Class
org.keycloak.common.util.ServerCookie.SameSiteAttributeValue
- 
Packages that use ServerCookie.SameSiteAttributeValue Package Description org.keycloak.common.util org.keycloak.http org.keycloak.services.managers org.keycloak.services.util 
- 
- 
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.common.utilMethods in org.keycloak.common.util that return ServerCookie.SameSiteAttributeValue Modifier and Type Method Description static ServerCookie.SameSiteAttributeValueServerCookie.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.Methods in org.keycloak.common.util with parameters of type ServerCookie.SameSiteAttributeValue Modifier and Type Method Description static 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)
- 
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.httpConstructors in org.keycloak.http with parameters of type ServerCookie.SameSiteAttributeValue Constructor Description HttpCookie(int version, String name, String value, String path, String domain, String comment, int maxAge, boolean secure, boolean httpOnly, ServerCookie.SameSiteAttributeValue sameSite)
- 
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.services.managersMethods in org.keycloak.services.managers with parameters of type ServerCookie.SameSiteAttributeValue Modifier and Type Method Description static voidAuthenticationManager. expireCookie(RealmModel realm, String cookieName, String path, boolean httpOnly, ClientConnection connection, ServerCookie.SameSiteAttributeValue sameSite, KeycloakSession session)
- 
Uses of ServerCookie.SameSiteAttributeValue in org.keycloak.services.utilMethods in org.keycloak.services.util with parameters of type ServerCookie.SameSiteAttributeValue Modifier and Type Method Description static voidCookieHelper. addCookie(String name, String value, String path, String domain, String comment, int maxAge, boolean secure, boolean httpOnly, ServerCookie.SameSiteAttributeValue sameSite, KeycloakSession session)Set a response cookie.
 
-