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.Empty
INSTANCE
-
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 String
getOtpPolicyAlgorithm()
Integer
getOtpPolicyDigits()
Integer
getOtpPolicyInitialCounter()
Integer
getOtpPolicyLookAheadWindow()
Integer
getOtpPolicyPeriod()
String
getOtpPolicyType()
Boolean
isOtpPolicyCodeReusable()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setOtpPolicyAlgorithm(String otpPolicyAlgorithm)
void
setOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable)
void
setOtpPolicyDigits(Integer otpPolicyDigits)
void
setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)
void
setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)
void
setOtpPolicyPeriod(Integer otpPolicyPeriod)
void
setOtpPolicyType(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:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
public void setOtpPolicyAlgorithm(String otpPolicyAlgorithm)
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
public Boolean isOtpPolicyCodeReusable()
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
public void setOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable)
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
public Integer getOtpPolicyDigits()
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
public void setOtpPolicyDigits(Integer otpPolicyDigits)
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
public void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter)
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
public Integer getOtpPolicyInitialCounter()
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
public Integer getOtpPolicyLookAheadWindow()
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
public void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow)
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
public void setOtpPolicyPeriod(Integer otpPolicyPeriod)
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
public Integer getOtpPolicyPeriod()
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
public String getOtpPolicyType()
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
public void setOtpPolicyType(String otpPolicyType)
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-