public interface SPlatformSession extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Gets the session's creation date (GMT+0)
|
long |
getDuration()
Gets the session's duration
|
Date |
getExpirationDate()
Gets the session's expiration date (GMT+0)
|
long |
getId()
Gets the session's id
|
Date |
getLastRenewDate()
Gets the session's last renew date (GMT+0)
|
long |
getUserId()
Gets the user id associated to this session
|
String |
getUserName()
Gets the user name associated to this session
|
long getId()
Date getCreationDate()
Date getLastRenewDate()
long getDuration()
Date getExpirationDate()
String getUserName()
long getUserId()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.