Class HotRodRoleEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodRoleEntity>
-
- org.keycloak.models.map.storage.hotRod.role.HotRodRoleEntity.AbstractHotRodRoleEntityDelegate
-
- org.keycloak.models.map.storage.hotRod.role.HotRodRoleEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,MapRoleEntity
,HotRodEntityDelegate<HotRodRoleEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodRoleEntityDelegate extends HotRodRoleEntity.AbstractHotRodRoleEntityDelegate implements MapRoleEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.role.MapRoleEntity
MapRoleEntity.AbstractRoleEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodRoleEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.HotRodRoleEntityDelegate(DeepCloner cloner)
HotRodRoleEntityDelegate(HotRodRoleEntity 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
addCompositeRole(String p0)
<V> V
deepClone(V obj)
static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodRoleEntity e)
boolean
equals(Object o)
List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
String
getClientId()
Set<String>
getCompositeRoles()
String
getDescription()
HotRodRoleEntity
getHotRodEntity()
String
getName()
String
getRealmId()
int
hashCode()
void
removeAttribute(String p0)
void
removeCompositeRole(String p0)
void
setAttribute(String p0, List<String> p1)
void
setAttributes(Map<String,List<String>> p0)
void
setCompositeRoles(Set<String> p0)
void
setDescription(String p0)
void
setRealmId(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.role.HotRodRoleEntity.AbstractHotRodRoleEntityDelegate
getId, setClientId, 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.role.MapRoleEntity
setClientId, setName
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)
variant instead
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate(HotRodRoleEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)
variant instead
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodRoleEntity 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
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapRoleEntity
-
removeCompositeRole
public void removeCompositeRole(String p0)
- Specified by:
removeCompositeRole
in interfaceMapRoleEntity
-
getCompositeRoles
public Set<String> getCompositeRoles()
- Specified by:
getCompositeRoles
in interfaceMapRoleEntity
-
setCompositeRoles
public void setCompositeRoles(Set<String> p0)
- Specified by:
setCompositeRoles
in interfaceMapRoleEntity
-
addCompositeRole
public void addCompositeRole(String p0)
- Specified by:
addCompositeRole
in interfaceMapRoleEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapRoleEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapRoleEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapRoleEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapRoleEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapRoleEntity
-
getHotRodEntity
public HotRodRoleEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodRoleEntity>
-
-