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
ConstructorsConstructorDescriptionMapOTPPolicyEntityFieldDelegate(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidvoidvoidvoidvoidtoString()
-
Constructor Details
-
MapOTPPolicyEntityFieldDelegate
-
-
Method Details
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
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
-
toString
-
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
-