Class LoginBiometricRequestPsd2Dto
java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.LoginBiometricRequestPsd2Dto
- All Implemented Interfaces:
Serializable
Dto used for biometric login.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBiometric token of the user for login.private es.kukenan.smartfi.common.service.jwt.enums.ChannelEnumChannel for login request.private @NotBlank es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnumBank entity for login request.private @NotBlank StringIdentifier for login device.private StringIdentifier for user document.private StringUser Password account. -
Constructor Summary
ConstructorsConstructorDescriptionLoginBiometricRequestPsd2Dto(String biometricToken, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel) Dto for biometric login.LoginBiometricRequestPsd2Dto(String documentId, String password, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel) Dto for biometric login. -
Method Summary
-
Field Details
-
biometricToken
Biometric token of the user for login. -
deviceId
Identifier for login device. -
documentId
Identifier for user document. -
password
User Password account. -
companyId
@NotBlank private @NotBlank es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyIdBank entity for login request. -
channel
private es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channelChannel for login request.
-
-
Constructor Details
-
LoginBiometricRequestPsd2Dto
public LoginBiometricRequestPsd2Dto(String biometricToken, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel) Dto for biometric login.- Parameters:
biometricToken- biometric token.deviceId- unique identifier of the device.companyId- Company Identifier.channel- Channel Identifier.
-
LoginBiometricRequestPsd2Dto
public LoginBiometricRequestPsd2Dto(String documentId, String password, String deviceId, es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum companyId, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel) Dto for biometric login.- Parameters:
documentId- document.password- password.deviceId- unique identifier of the device.companyId- Company Identifier.channel- Channel Identifier.
-