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 inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyType
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:
-