Class CookieConfig

java.lang.Object
org.wildfly.extension.undertow.CookieConfig

public class CookieConfig extends Object
Configuration object for a Cookie. The config can be overridden on a per-app basis, and may not be present.
Author:
Stuart Douglas
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getDomain

      public String getDomain()
    • getHttpOnly

      public Boolean getHttpOnly()
    • getSecure

      public Boolean getSecure()
    • getMaxAge

      public Integer getMaxAge()