Class Session


  • public class Session
    extends Object
    Author:
    pthomas3
    • Field Detail

      • TEMPORARY

        public static final Session TEMPORARY
    • Constructor Detail

      • Session

        public Session​(String id,
                       Map<String,​Object> data,
                       long created,
                       long updated,
                       long expires)
    • Method Detail

      • isTemporary

        public boolean isTemporary()
      • setUpdated

        public void setUpdated​(long updated)
      • setExpires

        public void setExpires​(long expires)
      • getId

        public String getId()
      • getCreated

        public long getCreated()
      • getUpdated

        public long getUpdated()
      • getExpires

        public long getExpires()