Class OtpConfiguration
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.security.cache.model.OtpConfiguration
- All Implemented Interfaces:
Serializable
Otp cache object to be saved in cache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanFlag that indicates if the user must be locked if the OTP is failed 3 times in an operation covered in this rule.private StringUsed to categorize the OtpGenerateEvent (customize OTP message template).private booleanFlag that indicates that the OTP is required due SCA and that the session is reinforced once the OTP is verified.private static final longserialVersionUID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
sca
private boolean scaFlag that indicates that the OTP is required due SCA and that the session is reinforced once the OTP is verified. -
lockUserOnOtpFailure
private boolean lockUserOnOtpFailureFlag that indicates if the user must be locked if the OTP is failed 3 times in an operation covered in this rule. -
otpEventType
Used to categorize the OtpGenerateEvent (customize OTP message template).
-
-
Constructor Details
-
OtpConfiguration
public OtpConfiguration()
-