Interface IUserSession


public interface IUserSession
Interface for user sessions (login of a named user).
  • Method Details

    • getUser

      User getUser()
    • getIP

      String getIP()
    • getLoginDate

      Date getLoginDate()
    • getLogoutDate

      Date getLogoutDate()
    • getSessionId

      String getSessionId()
    • getConcurrent

      int getConcurrent()
    • getLastAccessedDate

      Date getLastAccessedDate()
    • getTrace

      int getTrace()
    • getNodeId

      String getNodeId()
    • isInteractive

      boolean isInteractive()
    • getSessiontype

      short getSessiontype()