Class SessionInfo

java.lang.Object
com.inductiveautomation.ignition.common.SessionInfo
All Implemented Interfaces:
Serializable

public class SessionInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • SessionInfo

      public SessionInfo(String id, String ipAddress, String hostname, String username, long creationTime)
  • Method Details

    • getId

      public String getId()
      Returns:
      the public id of the client session
    • getIpAddress

      public String getIpAddress()
    • getHostname

      public String getHostname()
    • getUsername

      public String getUsername()
    • getCreationTime

      public long getCreationTime()