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 class
MapClientScopeEntityImpl.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 void
addProtocolMapper(MapProtocolMapperEntity p0)
void
addScopeMapping(String p0)
<V> V
deepClone(V obj)
boolean
equals(Object o)
List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
String
getDescription()
String
getName()
String
getProtocol()
Optional<MapProtocolMapperEntity>
getProtocolMapper(String p0)
Set<MapProtocolMapperEntity>
getProtocolMappers()
String
getRealmId()
Collection<String>
getScopeMappings()
int
hashCode()
void
removeAttribute(String p0)
void
removeProtocolMapper(String p0)
void
removeScopeMapping(String p0)
void
setAttribute(String p0, List<String> p1)
void
setAttributes(Map<String,List<String>> p0)
void
setDescription(String p0)
void
setName(String p0)
void
setProtocol(String p0)
void
setRealmId(String p0)
String
toString()
-
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:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
public Set<MapProtocolMapperEntity> getProtocolMappers()
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
getProtocolMapper
public Optional<MapProtocolMapperEntity> getProtocolMapper(String p0)
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
removeProtocolMapper
public void removeProtocolMapper(String p0)
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
-