Class MapAuthenticatorConfigEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapAuthenticatorConfigEntity>
,UpdatableEntity
,MapAuthenticatorConfigEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticatorConfigEntityFieldDelegate
extends UpdatableEntity.Impl
implements MapAuthenticatorConfigEntity, HasEntityFieldDelegate<MapAuthenticatorConfigEntity>
-
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
ConstructorDescriptionMapAuthenticatorConfigEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate) -
Method Summary
-
Constructor Details
-
MapAuthenticatorConfigEntityFieldDelegate
public MapAuthenticatorConfigEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticatorConfigEntity>
-
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
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticatorConfigEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticatorConfigEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapAuthenticatorConfigEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapAuthenticatorConfigEntity
-