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_CLONER
that does not clone anything.HotRodClientScopeEntityDelegate(DeepCloner cloner)
HotRodClientScopeEntityDelegate(HotRodClientScopeEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that 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_CLONER
that does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)
variant instead
-
HotRodClientScopeEntityDelegate
public HotRodClientScopeEntityDelegate(HotRodClientScopeEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that 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:
removeAttribute
in interfaceEntityWithAttributes
-
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
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapClientScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
getProtocolMapper
public Optional<MapProtocolMapperEntity> getProtocolMapper(String p0)
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
removeProtocolMapper
public void removeProtocolMapper(String p0)
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
public Set<MapProtocolMapperEntity> getProtocolMappers()
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
getHotRodEntity
public HotRodClientScopeEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodClientScopeEntity>
-
-