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
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag 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, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyTypein interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyTypein 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:
-