Class UserSession

  • All Implemented Interfaces:
    Serializable, BaseEntity

    @Entity
    public class UserSession
    extends DefaultBaseEntity
    The UserSession class represents an authenticated session which can persist beyond the Java EE container session. For example, a UserSession can be used for "remember me" functionality.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserSession

        public UserSession()