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
ConstructorDescriptionMapOTPPolicyEntityFieldDelegate
(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
void
void
void
void
void
toString()
-
Constructor Details
-
MapOTPPolicyEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapOTPPolicyEntity>
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
toString
-
getOtpPolicyInitialCounter
- Specified by:
getOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
setOtpPolicyInitialCounter
- Specified by:
setOtpPolicyInitialCounter
in interfaceMapOTPPolicyEntity
-
getOtpPolicyDigits
- Specified by:
getOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
setOtpPolicyDigits
- Specified by:
setOtpPolicyDigits
in interfaceMapOTPPolicyEntity
-
getOtpPolicyLookAheadWindow
- Specified by:
getOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
setOtpPolicyLookAheadWindow
- Specified by:
setOtpPolicyLookAheadWindow
in interfaceMapOTPPolicyEntity
-
getOtpPolicyPeriod
- Specified by:
getOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
setOtpPolicyPeriod
- Specified by:
setOtpPolicyPeriod
in interfaceMapOTPPolicyEntity
-
getOtpPolicyType
- Specified by:
getOtpPolicyType
in interfaceMapOTPPolicyEntity
-
setOtpPolicyType
- Specified by:
setOtpPolicyType
in interfaceMapOTPPolicyEntity
-
getOtpPolicyAlgorithm
- Specified by:
getOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
setOtpPolicyAlgorithm
- Specified by:
setOtpPolicyAlgorithm
in interfaceMapOTPPolicyEntity
-
isOtpPolicyCodeReusable
- Specified by:
isOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-
setOtpPolicyCodeReusable
- Specified by:
setOtpPolicyCodeReusable
in interfaceMapOTPPolicyEntity
-