Class MapIdentityProviderMapperEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapIdentityProviderMapperEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapIdentityProviderMapperEntity>,UpdatableEntity,MapIdentityProviderMapperEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapIdentityProviderMapperEntityFieldDelegate extends UpdatableEntity.Impl implements MapIdentityProviderMapperEntity, HasEntityFieldDelegate<MapIdentityProviderMapperEntity>
-
-
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 MapIdentityProviderMapperEntityFieldDelegate(EntityFieldDelegate<MapIdentityProviderMapperEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.Map<String,String>getConfig()EntityFieldDelegate<MapIdentityProviderMapperEntity>getEntityFieldDelegate()StringgetId()StringgetIdentityProviderAlias()StringgetIdentityProviderMapper()StringgetName()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetConfig(Map<String,String> p0)voidsetId(String p0)voidsetIdentityProviderAlias(String p0)voidsetIdentityProviderMapper(String p0)voidsetName(String p0)
-
-
-
Constructor Detail
-
MapIdentityProviderMapperEntityFieldDelegate
public MapIdentityProviderMapperEntityFieldDelegate(EntityFieldDelegate<MapIdentityProviderMapperEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapIdentityProviderMapperEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapIdentityProviderMapperEntity>
-
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
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapIdentityProviderMapperEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapIdentityProviderMapperEntity
-
getIdentityProviderAlias
public String getIdentityProviderAlias()
- Specified by:
getIdentityProviderAliasin interfaceMapIdentityProviderMapperEntity
-
setIdentityProviderAlias
public void setIdentityProviderAlias(String p0)
- Specified by:
setIdentityProviderAliasin interfaceMapIdentityProviderMapperEntity
-
getIdentityProviderMapper
public String getIdentityProviderMapper()
- Specified by:
getIdentityProviderMapperin interfaceMapIdentityProviderMapperEntity
-
setIdentityProviderMapper
public void setIdentityProviderMapper(String p0)
- Specified by:
setIdentityProviderMapperin interfaceMapIdentityProviderMapperEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfigin interfaceMapIdentityProviderMapperEntity
-
setConfig
public void setConfig(Map<String,String> p0)
- Specified by:
setConfigin interfaceMapIdentityProviderMapperEntity
-
-