org.springframework.boot.web.servlet.server

Class Session.Cookie

  • Enclosing class:
    Session


    public static class Session.Cookie
    extends Object
    Cookie properties.
    • Constructor Detail

      • Cookie

        public Cookie()
    • 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 Duration getMaxAge()
      • setMaxAge

        public void setMaxAge(Duration maxAge)

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.