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 Summary
Nested Classes Modifier and Type Class Description static classMapClientScopeEntityImpl.Empty-
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapClientScopeEntityImpl(DeepCloner cloner)
-
Method Summary
All 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.AbstractClientScopeEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapClientScopeEntityImpl
public MapClientScopeEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
deepClone
public <V> V deepClone(V obj)
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapClientScopeEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapClientScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocolin interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceMapClientScopeEntity
-
getProtocolMapper
public Optional<MapProtocolMapperEntity> getProtocolMapper(String p0)
- Specified by:
getProtocolMapperin interfaceMapClientScopeEntity
-
removeProtocolMapper
public void removeProtocolMapper(String p0)
- Specified by:
removeProtocolMapperin interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapperin interfaceMapClientScopeEntity
-
getProtocolMappers
public Set<MapProtocolMapperEntity> getProtocolMappers()
- Specified by:
getProtocolMappersin interfaceMapClientScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapClientScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappingsin interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMappingin interfaceMapClientScopeEntity
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMappingin interfaceMapClientScopeEntity
-
-