public static class ServerProperties.Session extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerProperties.Session.Cookie |
Constructor and Description |
---|
Session() |
Modifier and Type | Method and Description |
---|---|
ServerProperties.Session.Cookie |
getCookie() |
File |
getStoreDir() |
Integer |
getTimeout() |
Set<SessionTrackingMode> |
getTrackingModes() |
boolean |
isPersistent() |
void |
setPersistent(boolean persistent) |
void |
setStoreDir(File storeDir) |
void |
setTimeout(Integer sessionTimeout) |
void |
setTrackingModes(Set<SessionTrackingMode> trackingModes) |
public ServerProperties.Session.Cookie getCookie()
public Integer getTimeout()
public void setTimeout(Integer sessionTimeout)
public Set<SessionTrackingMode> getTrackingModes()
public void setTrackingModes(Set<SessionTrackingMode> trackingModes)
public boolean isPersistent()
public void setPersistent(boolean persistent)
public File getStoreDir()
public void setStoreDir(File storeDir)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.