Class MapClientScopeEntityImpl
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntityImpl
 
 
 
- 
- All Implemented Interfaces:
- MapClientScopeEntity,- AbstractEntity,- EntityWithAttributes,- UpdatableEntity
 - Direct Known Subclasses:
- JpaClientScopeMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapClientScopeEntityImpl extends MapClientScopeEntity.AbstractClientScopeEntity implements MapClientScopeEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapClientScopeEntityImpl.Empty- 
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 Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapClientScopeEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProtocolMapper(MapProtocolMapperEntity p0)voidaddScopeMapping(String p0)<V> VdeepClone(V obj)booleanequals(Object o)List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()StringgetDescription()StringgetName()StringgetProtocol()Optional<MapProtocolMapperEntity>getProtocolMapper(String p0)Set<MapProtocolMapperEntity>getProtocolMappers()StringgetRealmId()Collection<String>getScopeMappings()inthashCode()voidremoveAttribute(String p0)voidremoveProtocolMapper(String p0)voidremoveScopeMapping(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetDescription(String p0)voidsetName(String p0)voidsetProtocol(String p0)voidsetRealmId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapClientScopeEntityImplpublic MapClientScopeEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
deepClonepublic <V> V deepClone(V obj) 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> p0) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String p0) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String p0, List<String> p1) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String p0) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapClientScopeEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapClientScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapClientScopeEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapClientScopeEntity
 
 - 
getProtocolpublic String getProtocol() - Specified by:
- getProtocolin interface- MapClientScopeEntity
 
 - 
setProtocolpublic void setProtocol(String p0) - Specified by:
- setProtocolin interface- MapClientScopeEntity
 
 - 
addProtocolMapperpublic void addProtocolMapper(MapProtocolMapperEntity p0) - Specified by:
- addProtocolMapperin interface- MapClientScopeEntity
 
 - 
getProtocolMapperspublic Set<MapProtocolMapperEntity> getProtocolMappers() - Specified by:
- getProtocolMappersin interface- MapClientScopeEntity
 
 - 
getProtocolMapperpublic Optional<MapProtocolMapperEntity> getProtocolMapper(String p0) - Specified by:
- getProtocolMapperin interface- MapClientScopeEntity
 
 - 
removeProtocolMapperpublic void removeProtocolMapper(String p0) - Specified by:
- removeProtocolMapperin interface- MapClientScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - 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 p0) - Specified by:
- addScopeMappingin interface- MapClientScopeEntity
 
 - 
removeScopeMappingpublic void removeScopeMapping(String p0) - Specified by:
- removeScopeMappingin interface- MapClientScopeEntity
 
 
- 
 
-