Class MapOTPPolicyEntityImpl
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapOTPPolicyEntityImpl
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity,- MapOTPPolicyEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapOTPPolicyEntityImpl extends UpdatableEntity.Impl implements MapOTPPolicyEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapOTPPolicyEntityImpl.Empty- 
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 MapOTPPolicyEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetOtpPolicyAlgorithm()IntegergetOtpPolicyDigits()IntegergetOtpPolicyInitialCounter()IntegergetOtpPolicyLookAheadWindow()IntegergetOtpPolicyPeriod()StringgetOtpPolicyType()inthashCode()BooleanisOtpPolicyCodeReusable()voidsetOtpPolicyAlgorithm(String p0)voidsetOtpPolicyCodeReusable(Boolean p0)voidsetOtpPolicyDigits(Integer p0)voidsetOtpPolicyInitialCounter(Integer p0)voidsetOtpPolicyLookAheadWindow(Integer p0)voidsetOtpPolicyPeriod(Integer p0)voidsetOtpPolicyType(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapOTPPolicyEntityImplpublic MapOTPPolicyEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
setOtpPolicyAlgorithmpublic void setOtpPolicyAlgorithm(String p0) - Specified by:
- setOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyAlgorithmpublic String getOtpPolicyAlgorithm() - Specified by:
- getOtpPolicyAlgorithmin interface- MapOTPPolicyEntity
 
 - 
isOtpPolicyCodeReusablepublic Boolean isOtpPolicyCodeReusable() - Specified by:
- isOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyCodeReusablepublic void setOtpPolicyCodeReusable(Boolean p0) - Specified by:
- setOtpPolicyCodeReusablein interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyDigitspublic void setOtpPolicyDigits(Integer p0) - Specified by:
- setOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyDigitspublic Integer getOtpPolicyDigits() - Specified by:
- getOtpPolicyDigitsin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyInitialCounterpublic void setOtpPolicyInitialCounter(Integer p0) - Specified by:
- setOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyInitialCounterpublic Integer getOtpPolicyInitialCounter() - Specified by:
- getOtpPolicyInitialCounterin interface- MapOTPPolicyEntity
 
 - 
setOtpPolicyLookAheadWindowpublic void setOtpPolicyLookAheadWindow(Integer p0) - Specified by:
- setOtpPolicyLookAheadWindowin interface- MapOTPPolicyEntity
 
 - 
getOtpPolicyLookAheadWindowpublic Integer getOtpPolicyLookAheadWindow() - Specified by:
- getOtpPolicyLookAheadWindowin 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
 
 
- 
 
-