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
ConstructorDescriptionDeprecated.HotRodClientScopeEntityDelegate
(HotRodClientScopeEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
<V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAttribute
(String p0) getName()
int
hashCode()
void
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDescription
(String p0) void
void
setProtocol
(String p0) void
setRealmId
(String p0) toString()
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, markUpdatedFlag
-
Constructor Details
-
HotRodClientScopeEntityDelegate
public HotRodClientScopeEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)
variant instead -
HotRodClientScopeEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)
variant instead -
HotRodClientScopeEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getDescription
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
getName
- Specified by:
getName
in interfaceMapClientScopeEntity
-
setName
- Specified by:
setName
in interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodClientScopeEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.