Class MapComponentEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapComponentEntityImpl.Empty
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- UpdatableEntity,- MapComponentEntity
 - Enclosing class:
- MapComponentEntityImpl
 
 public static class MapComponentEntityImpl.Empty extends UpdatableEntity.Impl implements MapComponentEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapComponentEntityImpl.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 Map<String,List<String>>getConfig()StringgetId()StringgetName()StringgetParentId()StringgetProviderId()StringgetProviderType()StringgetSubType()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetConfig(Map<String,List<String>> config)voidsetId(String id)voidsetName(String name)voidsetParentId(String parentId)voidsetProviderId(String providerId)voidsetProviderType(String providerType)voidsetSubType(String subType)- 
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 MapComponentEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setConfigpublic void setConfig(Map<String,List<String>> config) - Specified by:
- setConfigin interface- MapComponentEntity
 
 - 
getConfigpublic Map<String,List<String>> getConfig() - Specified by:
- getConfigin interface- MapComponentEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapComponentEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapComponentEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapComponentEntity
 
 - 
setParentIdpublic void setParentId(String parentId) - Specified by:
- setParentIdin interface- MapComponentEntity
 
 - 
getProviderIdpublic String getProviderId() - Specified by:
- getProviderIdin interface- MapComponentEntity
 
 - 
setProviderIdpublic void setProviderId(String providerId) - Specified by:
- setProviderIdin interface- MapComponentEntity
 
 - 
setProviderTypepublic void setProviderType(String providerType) - Specified by:
- setProviderTypein interface- MapComponentEntity
 
 - 
getProviderTypepublic String getProviderType() - Specified by:
- getProviderTypein interface- MapComponentEntity
 
 - 
getSubTypepublic String getSubType() - Specified by:
- getSubTypein interface- MapComponentEntity
 
 - 
setSubTypepublic void setSubType(String subType) - Specified by:
- setSubTypein interface- MapComponentEntity
 
 - 
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:
 
 
- 
 
-