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
ConstructorsConstructorDescriptionMapOTPPolicyEntityDelegate(DelegateProvider<MapOTPPolicyEntity> delegateProvider) -
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) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapOTPPolicyEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapOTPPolicyEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyTypein interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyTypein interfaceMapOTPPolicyEntity
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-