Class Session

    • Constructor Detail

      • Session

        public Session​(String id)
    • Method Detail

      • getCreationTime

        public Date getCreationTime()
      • getLastAccessedTime

        public Date getLastAccessedTime()
      • getExpiryDate

        public Date getExpiryDate()
      • getMaxInactiveInterval

        public int getMaxInactiveInterval()
      • isExpired

        public boolean isExpired()
      • getDomain

        public String getDomain()
      • getSite

        public String getSite()
      • getUser

        public String getUser()
      • getUserAgent

        public String getUserAgent()
      • getIp

        public String getIp()
      • getId

        public String getId()
      • getRequests

        public int getRequests()
      • addRequest

        public void addRequest()
      • getShortId

        public String getShortId()
      • isAllowExpire

        public boolean isAllowExpire()
      • setAllowExpire

        public void setAllowExpire​(boolean allowExpire)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object