Class MapScopeEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
-
- org.keycloak.models.map.authorization.entity.MapScopeEntityFieldDelegate
-
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,HasEntityFieldDelegate<MapScopeEntity>,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapScopeEntityFieldDelegate extends MapScopeEntity.AbstractMapScopeEntity implements MapScopeEntity, HasEntityFieldDelegate<MapScopeEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntity
MapScopeEntity.AbstractMapScopeEntity
-
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 MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetDisplayName()EntityFieldDelegate<MapScopeEntity>getEntityFieldDelegate()StringgetIconUri()StringgetId()StringgetName()StringgetRealmId()StringgetResourceServerId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetDisplayName(String p0)voidsetIconUri(String p0)voidsetId(String p0)voidsetName(String p0)voidsetRealmId(String p0)voidsetResourceServerId(String p0)
-
-
-
Constructor Detail
-
MapScopeEntityFieldDelegate
public MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapScopeEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapScopeEntity>
-
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- Overrides:
getIdin classMapScopeEntity.AbstractMapScopeEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapScopeEntity.AbstractMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUriin interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-
-