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.MapClientScopeEntityMapClientScopeEntity.AbstractClientScopeEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors 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.AbstractHotRodClientScopeEntityDelegategetId, setId
 - 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodClientScopeEntityDelegatepublic HotRodClientScopeEntityDelegate() Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)variant instead
 - 
HotRodClientScopeEntityDelegatepublic HotRodClientScopeEntityDelegate(HotRodClientScopeEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodClientScopeEntityDelegate(DeepCloner)variant instead
 - 
HotRodClientScopeEntityDelegatepublic HotRodClientScopeEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodClientScopeEntity e) 
 - 
deepClonepublic <V> V deepClone(V obj) 
 - 
removeAttributepublic void removeAttribute(String p0) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> p0) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String p0, List<String> p1) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String p0) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapClientScopeEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapClientScopeEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapClientScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapClientScopeEntity
 
 - 
getProtocolpublic String getProtocol() - Specified by:
- getProtocolin interface- MapClientScopeEntity
 
 - 
setProtocolpublic void setProtocol(String p0) - Specified by:
- setProtocolin interface- MapClientScopeEntity
 
 - 
getProtocolMapperpublic Optional<MapProtocolMapperEntity> getProtocolMapper(String p0) - Specified by:
- getProtocolMapperin interface- MapClientScopeEntity
 
 - 
addProtocolMapperpublic void addProtocolMapper(MapProtocolMapperEntity p0) - Specified by:
- addProtocolMapperin interface- MapClientScopeEntity
 
 - 
removeProtocolMapperpublic void removeProtocolMapper(String p0) - Specified by:
- removeProtocolMapperin interface- MapClientScopeEntity
 
 - 
getProtocolMapperspublic Set<MapProtocolMapperEntity> getProtocolMappers() - Specified by:
- getProtocolMappersin interface- MapClientScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapClientScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapClientScopeEntity
 
 - 
addScopeMappingpublic void addScopeMapping(String p0) - Specified by:
- addScopeMappingin interface- MapClientScopeEntity
 
 - 
removeScopeMappingpublic void removeScopeMapping(String p0) - Specified by:
- removeScopeMappingin interface- MapClientScopeEntity
 
 - 
getScopeMappingspublic Collection<String> getScopeMappings() - Specified by:
- getScopeMappingsin interface- MapClientScopeEntity
 
 - 
getHotRodEntitypublic HotRodClientScopeEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodClientScopeEntity>
 
 
- 
 
-