Class MapScopeEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.authorization.entity.MapScopeEntityDelegate
 
- 
- All Implemented Interfaces:
- MapScopeEntity,- AbstractEntity,- HasDelegateProvider<MapScopeEntity>,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapScopeEntityDelegate extends Object implements MapScopeEntity, HasDelegateProvider<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
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapScopeEntityDelegate(DelegateProvider<MapScopeEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapScopeEntity>getDelegateProvider()StringgetDisplayName()StringgetIconUri()StringgetId()StringgetName()StringgetRealmId()StringgetResourceServerId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetDisplayName(String displayName)voidsetIconUri(String iconUri)voidsetId(String id)voidsetName(String name)voidsetRealmId(String realmId)voidsetResourceServerId(String resourceServerId)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapScopeEntityDelegatepublic MapScopeEntityDelegate(DelegateProvider<MapScopeEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapScopeEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapScopeEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapScopeEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapScopeEntity
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapScopeEntity
 
 - 
setDisplayNamepublic void setDisplayName(String displayName) - Specified by:
- setDisplayNamein interface- MapScopeEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapScopeEntity
 
 - 
setIconUripublic void setIconUri(String iconUri) - Specified by:
- setIconUriin interface- MapScopeEntity
 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- MapScopeEntity
 
 - 
setResourceServerIdpublic void setResourceServerId(String resourceServerId) - Specified by:
- setResourceServerIdin interface- MapScopeEntity
 
 
- 
 
-