Class CookieConfigMetaData

    • Constructor Detail

      • CookieConfigMetaData

        public CookieConfigMetaData()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getHttpOnly

        public boolean getHttpOnly()
      • setHttpOnly

        public void setHttpOnly​(boolean httpOnly)
      • getSecure

        public boolean getSecure()
      • setSecure

        public void setSecure​(boolean secure)
      • getMaxAge

        public int getMaxAge()
      • setMaxAge

        public void setMaxAge​(int maxAge)
      • getHttpOnlySet

        public boolean getHttpOnlySet()
      • getSecureSet

        public boolean getSecureSet()
      • getMaxAgeSet

        public boolean getMaxAgeSet()