Class LoginResponseDto

java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginResponseDto
All Implemented Interfaces:
Serializable

public class LoginResponseDto extends Object implements Serializable
Response of login.
See Also:
  • Field Details

    • jwtContent

      private es.kukenan.smartfi.common.service.jwt.JwtBearerToken jwtContent
      Content of JWT Token.
    • rememberToken

      private String rememberToken
      Remenber me token for remenber me login.
    • lastLogin

      private ZonedDateTime lastLogin
      Date with last login of user.
    • username

      private String username
      Name of user.
    • userlastname

      private String userlastname
      Last name of user.
    • email

      private String email
      User email.
    • phone

      private String phone
      User phone.
    • phonePrefix

      private String phonePrefix
      User phonePrefix.
    • document

      private String document
      User document.
    • documentType

      private String documentType
      User document type.
    • language

      private int language
      Language of user.
    • requirePwdChange

      private Boolean requirePwdChange
      Flag that informs about the need to change password.
    • requiredOtp

      private boolean requiredOtp
      Contains SCA OTP for a specific device.
    • signatureId

      private String signatureId
      idSignature.
    • requireScheduleDate

      private Boolean requireScheduleDate
      Flag that informs about the need to schedule a date.
    • contracts

      private List<BasicContract> contracts
      contract identifier that needs the schedule.
    • product

      private String product
      contract product type that needs the schedule.
    • requireFirstDataCheck

      private Boolean requireFirstDataCheck
      Flag that informs about the need to do a data check.
    • checkUserDataDto

      private CheckUserDataDto checkUserDataDto
      User data for first login.
    • hasRequest

      private Boolean hasRequest
      Flag that informs if the user has request or not.
    • calculatorUserDataDto

      private CalculatorUserDataDto calculatorUserDataDto
      User calculator data for advance request.
    • userCode

      private String userCode
      User code.
    • companyName

      private String companyName
      User company name.
    • companyRuc

      private String companyRuc
      User company ruc.
    • companyId

      private Integer companyId
      User company identifier.
  • Constructor Details

    • LoginResponseDto

      public LoginResponseDto()