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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapOTPPolicyEntityFieldDelegate(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate)
-
Method Summary
All 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
-
MapOTPPolicyEntityFieldDelegate
public MapOTPPolicyEntityFieldDelegate(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapOTPPolicyEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapOTPPolicyEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getOtpPolicyInitialCounter
public Integer getOtpPolicyInitialCounter()
- Specified by:
getOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
public void setOtpPolicyInitialCounter(Integer p0)
- Specified by:
setOtpPolicyInitialCounterin interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
public Integer getOtpPolicyDigits()
- Specified by:
getOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
public void setOtpPolicyDigits(Integer p0)
- Specified by:
setOtpPolicyDigitsin interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
public Integer getOtpPolicyLookAheadWindow()
- Specified by:
getOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
public void setOtpPolicyLookAheadWindow(Integer p0)
- Specified by:
setOtpPolicyLookAheadWindowin interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
public Integer getOtpPolicyPeriod()
- Specified by:
getOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
public void setOtpPolicyPeriod(Integer p0)
- Specified by:
setOtpPolicyPeriodin interfaceMapOTPPolicyEntity
-
getOtpPolicyType
public String getOtpPolicyType()
- Specified by:
getOtpPolicyTypein interfaceMapOTPPolicyEntity
-
setOtpPolicyType
public void setOtpPolicyType(String p0)
- Specified by:
setOtpPolicyTypein interfaceMapOTPPolicyEntity
-
getOtpPolicyAlgorithm
public String getOtpPolicyAlgorithm()
- Specified by:
getOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
public void setOtpPolicyAlgorithm(String p0)
- Specified by:
setOtpPolicyAlgorithmin interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
public Boolean isOtpPolicyCodeReusable()
- Specified by:
isOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
public void setOtpPolicyCodeReusable(Boolean p0)
- Specified by:
setOtpPolicyCodeReusablein interfaceMapOTPPolicyEntity
-
-