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
ConstructorDescriptionMapOTPPolicyEntityDelegate
(DelegateProvider<MapOTPPolicyEntity> delegateProvider) -
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) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapOTPPolicyEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapOTPPolicyEntity>
-
toString
-
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
- Returns:
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-