Package hec.data.session
Class SessionInfo
java.lang.Object
hec.data.session.SessionInfo
Company: Resource Management Associates
- Since:
- 10-16-2018
-
Constructor Summary
ConstructorsConstructorDescriptionSessionInfo
(String uuid, ZonedDateTime lastLoginTime, ZonedDateTime lastLogoutTime) -
Method Summary
-
Constructor Details
-
SessionInfo
-
-
Method Details
-
getUuid
- Returns:
- The UUID (session key) that uniquely identifies the application instance
-
getLastLoginTime
- Returns:
- The most recent login time for the same user and application in this database
-
getLastLogoutTime
- Returns:
- The most recent logout time for the same user and application in this database. This may be for a different instance than the one for _lastLoginTime time if the application is logged in multiple times simultaneously
-