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.MapScopeEntityMapScopeEntity.AbstractMapScopeEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
 - 
Method SummaryAll 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- 
MapScopeEntityFieldDelegatepublic MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapScopeEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapScopeEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic 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 interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapScopeEntity.AbstractMapScopeEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapScopeEntity.AbstractMapScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapScopeEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapScopeEntity
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapScopeEntity
 
 - 
setDisplayNamepublic void setDisplayName(String p0) - Specified by:
- setDisplayNamein interface- MapScopeEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapScopeEntity
 
 - 
setIconUripublic void setIconUri(String p0) - Specified by:
- setIconUriin interface- MapScopeEntity
 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- MapScopeEntity
 
 - 
setResourceServerIdpublic void setResourceServerId(String p0) - Specified by:
- setResourceServerIdin interface- MapScopeEntity
 
 
- 
 
-