Class UserSession

java.lang.Object
com.skava.auth.model.entities.UserSession

@Entity(name="user_session") public class UserSession extends Object
This Model class represents the persistence informations of the `user_session` entity.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

    • UserSession

      public UserSession(String sessionId, Long userId, String refreshToken, Long createdBy, Long updatedBy, String token)
      Constructor for user session entity.
      Parameters:
      sessionId - a identifier of the session.
      userId - a identifier of the user.
      refreshToken - refresh token to extend the session using refresh token.
      createdBy - a Long object.
      updatedBy - a Long object.
      token - a String object.