public class Session extends Object implements Cloneable, Serializable
SessionListener
,
Serialized FormModifier and Type | Method and Description |
---|---|
void |
addRequest() |
Session |
clone() |
boolean |
equals(Object other) |
Date |
getCreationTime() |
String |
getDomain() |
Date |
getExpiryDate() |
String |
getId() |
String |
getIp() |
Date |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
int |
getRequests() |
String |
getShortId() |
String |
getSite() |
String |
getUser() |
String |
getUserAgent() |
int |
hashCode() |
boolean |
isAllowExpire() |
boolean |
isExpired() |
void |
setAllowExpire(boolean allowExpire) |
String |
toString() |
public Session(String id)
public Date getCreationTime()
public Date getLastAccessedTime()
public Date getExpiryDate()
public int getMaxInactiveInterval()
public boolean isExpired()
public String getDomain()
public String getSite()
public String getUser()
public String getUserAgent()
public String getIp()
public String getId()
public int getRequests()
public void addRequest()
public String getShortId()
public boolean isAllowExpire()
public void setAllowExpire(boolean allowExpire)
Copyright © 2011–2020 aiticon GmbH. All rights reserved.