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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapComponentEntityImpl.Empty
INSTANCE
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getConfig()
String
getId()
String
getName()
String
getParentId()
String
getProviderId()
String
getProviderType()
String
getSubType()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setConfig(Map<String,List<String>> config)
void
setId(String id)
void
setName(String name)
void
setParentId(String parentId)
void
setProviderId(String providerId)
void
setProviderType(String providerType)
void
setSubType(String subType)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Field Detail
-
INSTANCE
public static final MapComponentEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setConfig
public void setConfig(Map<String,List<String>> config)
- Specified by:
setConfig
in interfaceMapComponentEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfig
in interfaceMapComponentEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapComponentEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapComponentEntity
-
setParentId
public void setParentId(String parentId)
- Specified by:
setParentId
in interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentId
in interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String providerId)
- Specified by:
setProviderId
in interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String providerType)
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubType
in interfaceMapComponentEntity
-
setSubType
public void setSubType(String subType)
- Specified by:
setSubType
in interfaceMapComponentEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-