Class SessionHandler.CookieConfig

  • All Implemented Interfaces:
    SessionCookieConfig
    Enclosing class:
    SessionHandler

    @Deprecated
    public final class SessionHandler.CookieConfig
    extends java.lang.Object
    implements SessionCookieConfig
    Deprecated.
    This api is not supported anymore. Please do not use it.
    CookieConfig Implementation of the javax.servlet.SessionCookieConfig. SameSite configuration can be achieved by using setComment
    See Also:
    HttpCookie
    • Constructor Summary

      Constructors 
      Constructor Description
      CookieConfig()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Deprecated.
       
      java.lang.String getDomain()
      Deprecated.
       
      int getMaxAge()
      Deprecated.
       
      java.lang.String getName()
      Deprecated.
       
      java.lang.String getPath()
      Deprecated.
       
      boolean isHttpOnly()
      Deprecated.
       
      boolean isSecure()
      Deprecated.
       
      void setComment​(java.lang.String comment)
      Deprecated.
       
      void setDomain​(java.lang.String domain)
      Deprecated.
       
      void setHttpOnly​(boolean httpOnly)
      Deprecated.
       
      void setMaxAge​(int maxAge)
      Deprecated.
      Sets the maximum age.
      void setName​(java.lang.String name)
      Deprecated.
       
      void setPath​(java.lang.String path)
      Deprecated.
       
      void setSecure​(boolean secure)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait