public class SessionConfig extends Object
Java class for session-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="session-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/>
<element name="cookie-config" type="{http://java.sun.com/xml/ns/javaee}cookie-configType" minOccurs="0"/>
<element name="tracking-mode" type="{http://java.sun.com/xml/ns/javaee}tracking-modeType" maxOccurs="3" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CookieConfig |
cookieConfig |
protected String |
id |
protected Integer |
sessionTimeout |
protected List<TrackingMode> |
trackingMode |
| Constructor and Description |
|---|
SessionConfig() |
| Modifier and Type | Method and Description |
|---|---|
CookieConfig |
getCookieConfig() |
String |
getId() |
Integer |
getSessionTimeout() |
List<TrackingMode> |
getTrackingMode() |
void |
setCookieConfig(CookieConfig value) |
void |
setId(String value) |
void |
setSessionTimeout(Integer value) |
protected Integer sessionTimeout
protected CookieConfig cookieConfig
protected List<TrackingMode> trackingMode
protected String id
public Integer getSessionTimeout()
public void setSessionTimeout(Integer value)
public CookieConfig getCookieConfig()
public void setCookieConfig(CookieConfig value)
public List<TrackingMode> getTrackingMode()
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.