Class SessionInfo

java.lang.Object
hec.data.session.SessionInfo

public class SessionInfo extends Object
Company: Resource Management Associates
Since:
10-16-2018
  • Constructor Details

  • Method Details

    • getUuid

      public String getUuid()
      Returns:
      The UUID (session key) that uniquely identifies the application instance
    • getLastLoginTime

      public ZonedDateTime getLastLoginTime()
      Returns:
      The most recent login time for the same user and application in this database
    • getLastLogoutTime

      public ZonedDateTime 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