Class MapScopeEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
- 
- org.keycloak.models.map.authorization.entity.MapScopeEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- MapScopeEntity,- AbstractEntity,- UpdatableEntity
 - Enclosing class:
- MapScopeEntityImpl
 
 public static class MapScopeEntityImpl.Empty extends MapScopeEntity.AbstractMapScopeEntity implements 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 SummaryFields Modifier and Type Field Description static MapScopeEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
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
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapScopeEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapScopeEntity.AbstractMapScopeEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapScopeEntity.AbstractMapScopeEntity
 
 - 
setDisplayNamepublic void setDisplayName(String displayName) - Specified by:
- setDisplayNamein interface- MapScopeEntity
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapScopeEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapScopeEntity
 
 - 
setIconUripublic void setIconUri(String iconUri) - Specified by:
- setIconUriin interface- MapScopeEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapScopeEntity
 
 - 
setResourceServerIdpublic void setResourceServerId(String resourceServerId) - Specified by:
- setResourceServerIdin interface- MapScopeEntity
 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- 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:
 
 
- 
 
-