Class UserSession


  • public class UserSession
    extends Object
    This bean is used by the mechanism in charge of user session management. It is taken into account in order to persist a token that represents the session of a user. This persistent token permits to handle a user session which can live over a server execution (restart).
    Author:
    Yohann Chastagnier
    • Method Detail

      • getUser

        public UserDetail getUser()
        The user behind this session.
        Returns:
        the UserDetail behind the session.