java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.cache.model.OtpConfiguration
All Implemented Interfaces:
Serializable

public class OtpConfiguration extends Object implements Serializable
Otp cache object to be saved in cache.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
    • sca

      private boolean sca
      Flag that indicates that the OTP is required due SCA and that the session is reinforced once the OTP is verified.
    • lockUserOnOtpFailure

      private 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

      private String otpEventType
      Used to categorize the OtpGenerateEvent (customize OTP message template).
  • Constructor Details

    • OtpConfiguration

      public OtpConfiguration()