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>
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProtocolMapper(MapProtocolMapperEntity p0)
void
addScopeMapping(String p0)
<V> V
deepClone(V obj)
static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodClientScopeEntity e)
boolean
equals(Object o)
List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
String
getDescription()
HotRodClientScopeEntity
getHotRodEntity()
String
getName()
String
getProtocol()
Set<MapProtocolMapperEntity>
getProtocolMappers()
String
getRealmId()
Collection<String>
getScopeMappings()
int
hashCode()
void
removeAttribute(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.storage.hotRod.clientscope.HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate
getId, getProtocolMapper, removeProtocolMapper, 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.clientscope.MapClientScopeEntity
getProtocolMapper, removeProtocolMapper
-
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
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
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
-
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
-
getName
public String getName()
- Specified by:
getName
in interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
public Set<MapProtocolMapperEntity> getProtocolMappers()
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
getHotRodEntity
public HotRodClientScopeEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodClientScopeEntity>
-
-