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.MapGroupEntity
MapGroupEntity.AbstractGroupEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodGroupEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.HotRodGroupEntityDelegate(DeepCloner cloner)
HotRodGroupEntityDelegate(HotRodGroupEntity 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
addGrantedRole(String p0)
<V> V
deepClone(V obj)
static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodGroupEntity e)
boolean
equals(Object o)
List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
Set<String>
getGrantedRoles()
HotRodGroupEntity
getHotRodEntity()
String
getName()
String
getParentId()
String
getRealmId()
int
hashCode()
void
removeAttribute(String p0)
void
removeGrantedRole(String p0)
void
setAttribute(String p0, List<String> p1)
void
setAttributes(Map<String,List<String>> p0)
void
setGrantedRoles(Set<String> p0)
void
setParentId(String p0)
void
setRealmId(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity.AbstractHotRodGroupEntityDelegate
getId, setId, setName
-
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.group.MapGroupEntity
setName
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
HotRodGroupEntityDelegate
public HotRodGroupEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)
variant instead
-
HotRodGroupEntityDelegate
public HotRodGroupEntityDelegate(HotRodGroupEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)
variant instead
-
HotRodGroupEntityDelegate
public HotRodGroupEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodGroupEntity 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
-
setGrantedRoles
public void setGrantedRoles(Set<String> p0)
- Specified by:
setGrantedRoles
in interfaceMapGroupEntity
-
addGrantedRole
public void addGrantedRole(String p0)
- Specified by:
addGrantedRole
in interfaceMapGroupEntity
-
getGrantedRoles
public Set<String> getGrantedRoles()
- Specified by:
getGrantedRoles
in interfaceMapGroupEntity
-
removeGrantedRole
public void removeGrantedRole(String p0)
- Specified by:
removeGrantedRole
in interfaceMapGroupEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapGroupEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentId
in interfaceMapGroupEntity
-
getParentId
public String getParentId()
- Specified by:
getParentId
in interfaceMapGroupEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapGroupEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapGroupEntity
-
getHotRodEntity
public HotRodGroupEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodGroupEntity>
-
-