Class HotRodGroupEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodGroupEntity>
- 
- org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity.AbstractHotRodGroupEntityDelegate
- 
- org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntityDelegate
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- EntityWithAttributes,- UpdatableEntity,- MapGroupEntity,- HotRodEntityDelegate<HotRodGroupEntity>
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodGroupEntityDelegate extends HotRodGroupEntity.AbstractHotRodGroupEntityDelegate implements MapGroupEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.group.MapGroupEntityMapGroupEntity.AbstractGroupEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodGroupEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.HotRodGroupEntityDelegate(DeepCloner cloner)HotRodGroupEntityDelegate(HotRodGroupEntity hotRodEntity)Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedRole(String p0)<V> VdeepClone(V obj)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodGroupEntity e)booleanequals(Object o)List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()Set<String>getGrantedRoles()HotRodGroupEntitygetHotRodEntity()StringgetName()StringgetParentId()StringgetRealmId()inthashCode()voidremoveAttribute(String p0)voidremoveGrantedRole(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetGrantedRoles(Set<String> p0)voidsetParentId(String p0)voidsetRealmId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity.AbstractHotRodGroupEntityDelegategetId, setId, setName
 - 
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.group.MapGroupEntitysetName
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodGroupEntityDelegatepublic HotRodGroupEntityDelegate() Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)variant instead
 - 
HotRodGroupEntityDelegatepublic HotRodGroupEntityDelegate(HotRodGroupEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)variant instead
 - 
HotRodGroupEntityDelegatepublic HotRodGroupEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodGroupEntity 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
 
 - 
setGrantedRolespublic void setGrantedRoles(Set<String> p0) - Specified by:
- setGrantedRolesin interface- MapGroupEntity
 
 - 
addGrantedRolepublic void addGrantedRole(String p0) - Specified by:
- addGrantedRolein interface- MapGroupEntity
 
 - 
getGrantedRolespublic Set<String> getGrantedRoles() - Specified by:
- getGrantedRolesin interface- MapGroupEntity
 
 - 
removeGrantedRolepublic void removeGrantedRole(String p0) - Specified by:
- removeGrantedRolein interface- MapGroupEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapGroupEntity
 
 - 
setParentIdpublic void setParentId(String p0) - Specified by:
- setParentIdin interface- MapGroupEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapGroupEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapGroupEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapGroupEntity
 
 - 
getHotRodEntitypublic HotRodGroupEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodGroupEntity>
 
 
- 
 
-