Interface MapOTPPolicyEntity

All Superinterfaces:
UpdatableEntity
All Known Implementing Classes:
HotRodOTPPolicyEntityDelegate, MapOTPPolicyEntityDelegate, MapOTPPolicyEntityFieldDelegate, MapOTPPolicyEntityImpl, MapOTPPolicyEntityImpl.Empty

public interface MapOTPPolicyEntity extends UpdatableEntity
  • Method Details

    • fromModel

      static MapOTPPolicyEntity fromModel(OTPPolicy model)
    • toModel

      static OTPPolicy toModel(MapOTPPolicyEntity entity)
    • getOtpPolicyInitialCounter

      Integer getOtpPolicyInitialCounter()
    • setOtpPolicyInitialCounter

      void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)
    • getOtpPolicyDigits

      Integer getOtpPolicyDigits()
    • setOtpPolicyDigits

      void setOtpPolicyDigits(Integer otpPolicyDigits)
    • getOtpPolicyLookAheadWindow

      Integer getOtpPolicyLookAheadWindow()
    • setOtpPolicyLookAheadWindow

      void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)
    • getOtpPolicyPeriod

      Integer getOtpPolicyPeriod()
    • setOtpPolicyPeriod

      void setOtpPolicyPeriod(Integer otpPolicyPeriod)
    • getOtpPolicyType

      String getOtpPolicyType()
    • setOtpPolicyType

      void setOtpPolicyType(String otpPolicyType)
    • getOtpPolicyAlgorithm

      String getOtpPolicyAlgorithm()
    • setOtpPolicyAlgorithm

      void setOtpPolicyAlgorithm(String otpPolicyAlgorithm)
    • isOtpPolicyCodeReusable

      Boolean isOtpPolicyCodeReusable()
    • setOtpPolicyCodeReusable

      void setOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable)