public static class ServerProperties.Session.Cookie extends Object
Constructor and Description |
---|
Cookie() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDomain() |
Boolean |
getHttpOnly() |
Integer |
getMaxAge() |
String |
getName() |
String |
getPath() |
Boolean |
getSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setHttpOnly(Boolean httpOnly) |
void |
setMaxAge(Integer maxAge) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSecure(Boolean secure) |
public String getName()
public void setName(String name)
public String getDomain()
public void setDomain(String domain)
public String getPath()
public void setPath(String path)
public String getComment()
public void setComment(String comment)
public Boolean getHttpOnly()
public void setHttpOnly(Boolean httpOnly)
public Boolean getSecure()
public void setSecure(Boolean secure)
public Integer getMaxAge()
public void setMaxAge(Integer maxAge)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.