Class MapClientScopeEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- MapClientScopeEntity,- AbstractEntity,- EntityWithAttributes,- UpdatableEntity
 - Enclosing class:
- MapClientScopeEntityImpl
 
 public static class MapClientScopeEntityImpl.Empty extends MapClientScopeEntity.AbstractClientScopeEntity implements MapClientScopeEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntityMapClientScopeEntity.AbstractClientScopeEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapClientScopeEntityImpl.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 voidaddProtocolMapper(MapProtocolMapperEntity mapping)voidaddScopeMapping(String id)List<String>getAttribute(String name)Map<String,List<String>>getAttributes()StringgetDescription()StringgetId()StringgetName()StringgetProtocol()Optional<MapProtocolMapperEntity>getProtocolMapper(String id)Set<MapProtocolMapperEntity>getProtocolMappers()StringgetRealmId()Collection<String>getScopeMappings()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name)voidremoveProtocolMapper(String id)voidremoveScopeMapping(String id)voidsetAttribute(String name, List<String> value)voidsetAttributes(Map<String,List<String>> attributes)voidsetDescription(String description)voidsetId(String id)voidsetName(String name)voidsetProtocol(String protocol)voidsetRealmId(String realmId)- 
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 MapClientScopeEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapClientScopeEntity.AbstractClientScopeEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapClientScopeEntity.AbstractClientScopeEntity
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> attributes) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String name) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String name, List<String> value) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String name) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapClientScopeEntity
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- MapClientScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapClientScopeEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapClientScopeEntity
 
 - 
getProtocolpublic String getProtocol() - Specified by:
- getProtocolin interface- MapClientScopeEntity
 
 - 
setProtocolpublic void setProtocol(String protocol) - Specified by:
- setProtocolin interface- MapClientScopeEntity
 
 - 
addProtocolMapperpublic void addProtocolMapper(MapProtocolMapperEntity mapping) - Specified by:
- addProtocolMapperin interface- MapClientScopeEntity
 
 - 
getProtocolMapperspublic Set<MapProtocolMapperEntity> getProtocolMappers() - Specified by:
- getProtocolMappersin interface- MapClientScopeEntity
 
 - 
getProtocolMapperpublic Optional<MapProtocolMapperEntity> getProtocolMapper(String id) - Specified by:
- getProtocolMapperin interface- MapClientScopeEntity
 
 - 
removeProtocolMapperpublic void removeProtocolMapper(String id) - Specified by:
- removeProtocolMapperin interface- MapClientScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapClientScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapClientScopeEntity
 
 - 
getScopeMappingspublic Collection<String> getScopeMappings() - Specified by:
- getScopeMappingsin interface- MapClientScopeEntity
 
 - 
addScopeMappingpublic void addScopeMapping(String id) - Specified by:
- addScopeMappingin interface- MapClientScopeEntity
 
 - 
removeScopeMappingpublic void removeScopeMapping(String id) - Specified by:
- removeScopeMappingin interface- MapClientScopeEntity
 
 - 
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:
 
 
- 
 
-