Class ServerProperties.Session.Cookie
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
- Enclosing class:
- ServerProperties.Session
public static class ServerProperties.Session.Cookie extends Object
Constructor Summary
Constructors Constructor Description Cookie()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetDomain()BooleangetHttpOnly()IntegergetMaxAge()StringgetName()StringgetPath()BooleangetSecure()voidsetComment(String comment)voidsetDomain(String domain)voidsetHttpOnly(Boolean httpOnly)voidsetMaxAge(Integer maxAge)voidsetName(String name)voidsetPath(String path)voidsetSecure(Boolean secure)
Constructor Detail
Cookie
public Cookie()
Method Detail
getComment
public String getComment()
setComment
public void setComment(String comment)
getHttpOnly
public Boolean getHttpOnly()
setHttpOnly
public void setHttpOnly(Boolean httpOnly)