-
-
class NotAcceptableException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException implements
Serializable
-
class OtpExpiredTtlException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements
Serializable
-
class OtpFailedCheckException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements
Serializable
-
class OtpResendLimitReachedException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements
Serializable
-
class OtpResendOperationException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements
Serializable
-
-
Serialized Fields
-
code
int code
Code for Exception .
-
-
-
Serialized Fields
-
address
String address
Address address.
-
city
String city
Address city.
-
id
int id
Address Id.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
userId
User userId
Address user_id.
-
zipCode
String zipCode
Address address.
-
-
-
Serialized Fields
-
id
int id
backoffice Id.
-
name
String name
backoffice name.
-
-
Serialized Fields
-
code
String code
Nationality code.
-
id
int id
Country Id.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
language
UserLanguage language
Country Language.
-
name
String name
Country name.
-
-
Serialized Fields
-
description
String description
Description .
-
id
int id
DocumentStatus Id.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
language
UserLanguage language
Language id .
-
-
-
-
-
Serialized Fields
-
code
String code
Nationality code.
-
id
int id
Nationality Id.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
language
UserLanguage language
Country Language.
-
name
String name
Nationality document.
-
-
-
-
Serialized Fields
-
address
String address
User address.
-
advanceRequest
Boolean advanceRequest
User advance_request.
-
birthdate
LocalDate birthdate
User birthdate.
-
civilStatus
UserCivilStatus civilStatus
User civil status.
-
codEmpleado
String codEmpleado
User cod_empleado.
-
companyRuc
String companyRuc
User company RUC.
-
creationDate
LocalDate creationDate
Insert date.
-
creditRequest
Boolean creditRequest
User credit_request.
-
documentId
String documentId
User document id.
-
documentType
DocumentType documentType
Document Type.
-
email
String email
User email.
-
gender
UserGender gender
User gender.
-
id
String id
User id.
-
income
Float income
User income.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
language
UserLanguage language
User language.
-
maxAdvanceRequest
Float maxAdvanceRequest
User max_advance_request.
-
name
String name
User name.
-
nationality
String nationality
User nationality.
-
natureType
String natureType
Nature type.
-
phone
String phone
User phone.
-
phonePrefix
String phonePrefix
User phone prefix.
-
sourceFunds
SourceFunds sourceFunds
Source of funds value.
-
state
UserState state
user status.
-
surname
String surname
User surname.
-
type
UserType type
user type.
-
updateDate
LocalDate updateDate
Update date.
-
updateUser
String updateUser
Update user.
-
userBackoffice
List<UserBackoffice> userBackoffice
list of user backoffice.
-
userCode
Integer userCode
User code.
-
workerType
WorkerType workerType
User worker type.
-
-
-
Serialized Fields
-
backoffice
Backoffice backoffice
backoffice id.
-
user
User user
user Id.
-
-
-
Serialized Fields
-
backoffice
Backoffice backoffice
Backoffice id.
-
country
Country country
Country.
-
documentNumber
@NonNull String documentNumber
Document number.
-
documentStatus
DocumentStatus documentStatus
Document Status.
-
documentType
@NonNull DocumentType documentType
Document Type.
-
enabled
boolean enabled
Enabled.
-
endDate
LocalDate endDate
End date.
-
id
int id
UserDocuments Id.
-
initDate
LocalDate initDate
Init date.
-
insertDate
LocalDate insertDate
Insert date.
-
insertUser
String insertUser
Insert user.
-
language
UserLanguage language
Language id .
-
updateDate
LocalDate updateDate
Update date.
-
updateUser
String updateUser
Update user.
-
user
User user
user identifier.
-
-
-
Serialized Fields
-
description
String description
language description.
-
id
int id
language Id.
-
name
String name
language name.
-
-
Serialized Fields
-
id
int id
status Id.
-
name
String name
status name.
-
-
Serialized Fields
-
id
int id
type Id.
-
name
String name
type name.
-
-
Serialized Fields
-
code
Integer code
Code for worker type.
-
description
String description
Worker Type Description.
-
enabled
Boolean enabled
Enabled.
-
id
int id
Worker Type Id.
-
language
UserLanguage language
Worker Type Language.
-
-
- serialVersionUID:
- -5087973744105803948L
-
Serialized Fields
-
body
byte[] body
Body of request Otp required.
-
deviceId
String deviceId
DeviceId of the userID.
-
endpointPath
String endpointPath
Path of request otp required.
-
endpointVerb
String endpointVerb
Endpoint verb Otp required.
-
headers
Map<String,String> headers
Http request headers.
-
otpConfiguration
OtpConfiguration otpConfiguration
Operation type.
-
otpErrorCount
int otpErrorCount
Error checked counter Otp value.
-
otpGeneratedTs
Timestamp otpGeneratedTs
Otp time to live in millisecs.
-
otpResendCount
int otpResendCount
Error checked counter Otp value.
-
otpValue
String otpValue
Otp value generated.
-
processId
String processId
Unique processId for Otp process.
-
userId
String userId
User unique identifier.
-
- serialVersionUID:
- 8935378275673729883L
-
Serialized Fields
-
lockUserOnOtpFailure
boolean lockUserOnOtpFailure
Flag that indicates if the user must be locked if the OTP is failed 3 times in an operation covered in this rule.
-
otpEventType
String otpEventType
Used to categorize the OtpGenerateEvent (customize OTP message template).
-
sca
boolean sca
Flag that indicates that the OTP is required due SCA and that the session is reinforced once the OTP is verified.
-
-
class BadRequestException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException implements
Serializable