public interface SPlatformSession
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreationDate()
Gets the session's creation date (GMT+0)
|
long |
getDuration()
Gets the session's duration
|
java.util.Date |
getExpirationDate()
Gets the session's expiration date (GMT+0)
|
long |
getId()
Gets the session's id
|
java.util.Date |
getLastRenewDate()
Gets the session's last renew date (GMT+0)
|
long |
getUserId()
Gets the user id associated to this session
|
java.lang.String |
getUserName()
Gets the user name associated to this session
|
long getId()
java.util.Date getCreationDate()
java.util.Date getLastRenewDate()
long getDuration()
java.util.Date getExpirationDate()
java.lang.String getUserName()
long getUserId()