Class MapOTPPolicyEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapOTPPolicyEntityFieldDelegate
 
 
- 
- All Implemented Interfaces:
- HasEntityFieldDelegate<MapOTPPolicyEntity>,- UpdatableEntity,- MapOTPPolicyEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapOTPPolicyEntityFieldDelegate extends UpdatableEntity.Impl implements MapOTPPolicyEntity, HasEntityFieldDelegate<MapOTPPolicyEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapOTPPolicyEntityFieldDelegate(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.EntityFieldDelegate<MapOTPPolicyEntity>getEntityFieldDelegate()StringgetOtpPolicyAlgorithm()IntegergetOtpPolicyDigits()IntegergetOtpPolicyInitialCounter()IntegergetOtpPolicyLookAheadWindow()IntegergetOtpPolicyPeriod()StringgetOtpPolicyType()BooleanisOtpPolicyCodeReusable()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetOtpPolicyAlgorithm(String p0)voidsetOtpPolicyCodeReusable(Boolean p0)voidsetOtpPolicyDigits(Integer p0)voidsetOtpPolicyInitialCounter(Integer p0)voidsetOtpPolicyLookAheadWindow(Integer p0)voidsetOtpPolicyPeriod(Integer p0)voidsetOtpPolicyType(String p0)
 
- 
- 
- 
Constructor Detail- 
MapOTPPolicyEntityFieldDelegatepublic MapOTPPolicyEntityFieldDelegate(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapOTPPolicyEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapOTPPolicyEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getOtpPolicyInitialCounterpublic Integer getOtpPolicyInitialCounter() - Specified by:
- getOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyInitialCounterpublic void setOtpPolicyInitialCounter(Integer p0) - Specified by:
- setOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyDigitspublic Integer getOtpPolicyDigits() - Specified by:
- getOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyDigitspublic void setOtpPolicyDigits(Integer p0) - Specified by:
- setOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyLookAheadWindowpublic Integer getOtpPolicyLookAheadWindow() - Specified by:
- getOtpPolicyLookAheadWindowin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyLookAheadWindowpublic void setOtpPolicyLookAheadWindow(Integer p0) - Specified by:
- setOtpPolicyLookAheadWindowin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyPeriodpublic Integer getOtpPolicyPeriod() - Specified by:
- getOtpPolicyPeriodin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyPeriodpublic void setOtpPolicyPeriod(Integer p0) - Specified by:
- setOtpPolicyPeriodin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyTypepublic String getOtpPolicyType() - Specified by:
- getOtpPolicyTypein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyTypepublic void setOtpPolicyType(String p0) - Specified by:
- setOtpPolicyTypein interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyAlgorithmpublic String getOtpPolicyAlgorithm() - Specified by:
- getOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyAlgorithmpublic void setOtpPolicyAlgorithm(String p0) - Specified by:
- setOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
isOtpPolicyCodeReusablepublic Boolean isOtpPolicyCodeReusable() - Specified by:
- isOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyCodeReusablepublic void setOtpPolicyCodeReusable(Boolean p0) - Specified by:
- setOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 
- 
 
-