Class HotRodClientScopeEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodClientScopeEntity>
-
- org.keycloak.models.map.storage.hotRod.clientscope.HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate
-
- org.keycloak.models.map.storage.hotRod.clientscope.HotRodClientScopeEntityDelegate
-
- All Implemented Interfaces:
MapClientScopeEntity,AbstractEntity,EntityWithAttributes,UpdatableEntity,HotRodEntityDelegate<HotRodClientScopeEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodClientScopeEntityDelegate extends HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate implements MapClientScopeEntity
-
-
Nested Class Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description HotRodClientScopeEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.HotRodClientScopeEntityDelegate(DeepCloner cloner)HotRodClientScopeEntityDelegate(HotRodClientScopeEntity hotRodEntity)Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.
-
Method Summary
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.clientscope.HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate
getId, setId
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
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
-
HotRodClientScopeEntityDelegate
public HotRodClientScopeEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)variant instead
-
HotRodClientScopeEntityDelegate
public HotRodClientScopeEntityDelegate(HotRodClientScopeEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)variant instead
-
HotRodClientScopeEntityDelegate
public HotRodClientScopeEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodClientScopeEntity e)
-
deepClone
public <V> V deepClone(V obj)
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapClientScopeEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapClientScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocolin interfaceMapClientScopeEntity
-
getProtocolMapper
public Optional<MapProtocolMapperEntity> getProtocolMapper(String p0)
- Specified by:
getProtocolMapperin interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapperin interfaceMapClientScopeEntity
-
removeProtocolMapper
public void removeProtocolMapper(String p0)
- Specified by:
removeProtocolMapperin 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
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMappingin interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMappingin interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappingsin interfaceMapClientScopeEntity
-
getHotRodEntity
public HotRodClientScopeEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodClientScopeEntity>
-
-