Class MapOTPPolicyEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.realm.entity.MapOTPPolicyEntityDelegate
-
- All Implemented Interfaces:
HasDelegateProvider<MapOTPPolicyEntity>,UpdatableEntity,MapOTPPolicyEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapOTPPolicyEntityDelegate extends Object implements MapOTPPolicyEntity, HasDelegateProvider<MapOTPPolicyEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapOTPPolicyEntityDelegate(DelegateProvider<MapOTPPolicyEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapOTPPolicyEntity>getDelegateProvider()StringgetOtpPolicyAlgorithm()IntegergetOtpPolicyDigits()IntegergetOtpPolicyInitialCounter()IntegergetOtpPolicyLookAheadWindow()IntegergetOtpPolicyPeriod()StringgetOtpPolicyType()BooleanisOtpPolicyCodeReusable()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetOtpPolicyAlgorithm(String otpPolicyAlgorithm)voidsetOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable)voidsetOtpPolicyDigits(Integer otpPolicyDigits)voidsetOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)voidsetOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)voidsetOtpPolicyPeriod(Integer otpPolicyPeriod)voidsetOtpPolicyType(String otpPolicyType)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapOTPPolicyEntityDelegate
public MapOTPPolicyEntityDelegate(DelegateProvider<MapOTPPolicyEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapOTPPolicyEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapOTPPolicyEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getOtpPolicyInitialCounter
public Integer getOtpPolicyInitialCounter()
- Specified by:
getOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
public void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)
- Specified by:
setOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
public Integer getOtpPolicyDigits()
- Specified by:
getOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
public void setOtpPolicyDigits(Integer otpPolicyDigits)
- Specified by:
setOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
public Integer getOtpPolicyLookAheadWindow()
- Specified by:
getOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
public void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)
- Specified by:
setOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
public Integer getOtpPolicyPeriod()
- Specified by:
getOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
public void setOtpPolicyPeriod(Integer otpPolicyPeriod)
- Specified by:
setOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyType
public String getOtpPolicyType()
- Specified by:
getOtpPolicyTypein interfaceMapOTPPolicyEntity
-
setOtpPolicyType
public void setOtpPolicyType(String otpPolicyType)
- Specified by:
setOtpPolicyTypein interfaceMapOTPPolicyEntity
-
getOtpPolicyAlgorithm
public String getOtpPolicyAlgorithm()
- Specified by:
getOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
public void setOtpPolicyAlgorithm(String otpPolicyAlgorithm)
- Specified by:
setOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
public Boolean isOtpPolicyCodeReusable()
- Specified by:
isOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
public void setOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable)
- Specified by:
setOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
-