public interface SSession extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Get the application's name.
|
String |
getClientApplicationName()
Get the client application's name.
|
String |
getClientIP()
Get client's IP associated to this session
|
String |
getClusterNode()
Get the cluster node when the engine is running in a cluster
|
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 |
getTenantId()
Gets the tenantId associated to this session
|
long |
getUserId() |
String |
getUserName()
Gets the user name associated to this session
|
boolean |
isTechnicalUser()
Checks whether the user is the technical user.
|
boolean |
isValid() |
long getTenantId()
long getId()
Date getCreationDate()
Date getLastRenewDate()
long getDuration()
Date getExpirationDate()
String getUserName()
long getUserId()
boolean isTechnicalUser()
String getClientIP()
String getClusterNode()
String getApplicationName()
String getClientApplicationName()
boolean isValid()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.