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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapOTPPolicyEntityDelegate(DelegateProvider<MapOTPPolicyEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapOTPPolicyEntity>getDelegateProvider()StringgetOtpPolicyAlgorithm()IntegergetOtpPolicyDigits()IntegergetOtpPolicyInitialCounter()IntegergetOtpPolicyLookAheadWindow()IntegergetOtpPolicyPeriod()StringgetOtpPolicyType()BooleanisOtpPolicyCodeReusable()booleanisUpdated()Flag 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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapOTPPolicyEntityDelegatepublic MapOTPPolicyEntityDelegate(DelegateProvider<MapOTPPolicyEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapOTPPolicyEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapOTPPolicyEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getOtpPolicyInitialCounterpublic Integer getOtpPolicyInitialCounter() - Specified by:
- getOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyInitialCounterpublic void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter) - Specified by:
- setOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyDigitspublic Integer getOtpPolicyDigits() - Specified by:
- getOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyDigitspublic void setOtpPolicyDigits(Integer otpPolicyDigits) - Specified by:
- setOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyLookAheadWindowpublic Integer getOtpPolicyLookAheadWindow() - Specified by:
- getOtpPolicyLookAheadWindowin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyLookAheadWindowpublic void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow) - Specified by:
- setOtpPolicyLookAheadWindowin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyPeriodpublic Integer getOtpPolicyPeriod() - Specified by:
- getOtpPolicyPeriodin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyPeriodpublic void setOtpPolicyPeriod(Integer otpPolicyPeriod) - Specified by:
- setOtpPolicyPeriodin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyTypepublic String getOtpPolicyType() - Specified by:
- getOtpPolicyTypein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyTypepublic void setOtpPolicyType(String otpPolicyType) - Specified by:
- setOtpPolicyTypein interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyAlgorithmpublic String getOtpPolicyAlgorithm() - Specified by:
- getOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyAlgorithmpublic void setOtpPolicyAlgorithm(String otpPolicyAlgorithm) - Specified by:
- setOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
isOtpPolicyCodeReusablepublic Boolean isOtpPolicyCodeReusable() - Specified by:
- isOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyCodeReusablepublic void setOtpPolicyCodeReusable(Boolean isOtpPolicyCodeReusable) - Specified by:
- setOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 
- 
 
-