Class MapOTPPolicyEntityImpl.Empty
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapOTPPolicyEntityImpl.Empty
-
- All Implemented Interfaces:
UpdatableEntity,MapOTPPolicyEntity
- Enclosing class:
- MapOTPPolicyEntityImpl
public static class MapOTPPolicyEntityImpl.Empty extends UpdatableEntity.Impl implements MapOTPPolicyEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapOTPPolicyEntityImpl.EmptyINSTANCE-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final MapOTPPolicyEntityImpl.Empty INSTANCE
-
-
Method Detail
-
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
-
getOtpPolicyDigits
public Integer getOtpPolicyDigits()
- Specified by:
getOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
public void setOtpPolicyDigits(Integer otpPolicyDigits)
- Specified by:
setOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
public void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)
- Specified by:
setOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
public Integer getOtpPolicyInitialCounter()
- Specified by:
getOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
public Integer getOtpPolicyLookAheadWindow()
- Specified by:
getOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
public void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)
- Specified by:
setOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
public void setOtpPolicyPeriod(Integer otpPolicyPeriod)
- Specified by:
setOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
public Integer getOtpPolicyPeriod()
- Specified by:
getOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyType
public String getOtpPolicyType()
- Specified by:
getOtpPolicyTypein interfaceMapOTPPolicyEntity
-
setOtpPolicyType
public void setOtpPolicyType(String otpPolicyType)
- Specified by:
setOtpPolicyTypein interfaceMapOTPPolicyEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
-