Class LoginResponseDto
java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginResponseDto
- All Implemented Interfaces:
Serializable
Response of login.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CalculatorUserDataDtoUser calculator data for advance request.private CheckUserDataDtoUser data for first login.private IntegerUser company identifier.private StringUser company name.private StringUser company ruc.private List<BasicContract>contract identifier that needs the schedule.private StringUser document.private StringUser document type.private StringUser email.private BooleanFlag that informs if the user has request or not.private es.kukenan.smartfi.common.service.jwt.JwtBearerTokenContent of JWT Token.private intLanguage of user.private ZonedDateTimeDate with last login of user.private StringUser phone.private StringUser phonePrefix.private Stringcontract product type that needs the schedule.private StringRemenber me token for remenber me login.private booleanContains SCA OTP for a specific device.private BooleanFlag that informs about the need to do a data check.private BooleanFlag that informs about the need to change password.private BooleanFlag that informs about the need to schedule a date.private StringidSignature.private StringUser code.private StringLast name of user.private StringName of user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jwtContent
private es.kukenan.smartfi.common.service.jwt.JwtBearerToken jwtContentContent of JWT Token. -
rememberToken
Remenber me token for remenber me login. -
lastLogin
Date with last login of user. -
username
Name of user. -
userlastname
Last name of user. -
email
User email. -
phone
User phone. -
phonePrefix
User phonePrefix. -
document
User document. -
documentType
User document type. -
language
private int languageLanguage of user. -
requirePwdChange
Flag that informs about the need to change password. -
requiredOtp
private boolean requiredOtpContains SCA OTP for a specific device. -
signatureId
idSignature. -
requireScheduleDate
Flag that informs about the need to schedule a date. -
contracts
contract identifier that needs the schedule. -
product
contract product type that needs the schedule. -
requireFirstDataCheck
Flag that informs about the need to do a data check. -
checkUserDataDto
User data for first login. -
hasRequest
Flag that informs if the user has request or not. -
calculatorUserDataDto
User calculator data for advance request. -
userCode
User code. -
companyName
User company name. -
companyRuc
User company ruc. -
companyId
User company identifier.
-
-
Constructor Details
-
LoginResponseDto
public LoginResponseDto()
-