Class HttpCookie

java.lang.Object
jakarta.ws.rs.core.Cookie
org.keycloak.http.HttpCookie

public final class HttpCookie extends jakarta.ws.rs.core.Cookie
An extension of javax.ws.rs.core.Cookie in order to support additional fields and behavior.
  • Nested Class Summary

    Nested classes/interfaces inherited from class jakarta.ws.rs.core.Cookie

    jakarta.ws.rs.core.Cookie.AbstractCookieBuilder<T extends jakarta.ws.rs.core.Cookie.AbstractCookieBuilder<T>>, jakarta.ws.rs.core.Cookie.Builder
  • Field Summary

    Fields inherited from class jakarta.ws.rs.core.Cookie

    DEFAULT_VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpCookie(int version, String name, String value, String path, String domain, String comment, int maxAge, boolean secure, boolean httpOnly, ServerCookie.SameSiteAttributeValue sameSite)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jakarta.ws.rs.core.Cookie

    equals, getDomain, getName, getPath, getValue, getVersion, hashCode, toString, valueOf

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait