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_CLONERthat does not clone anything.HotRodRoleEntityDelegate(DeepCloner cloner)HotRodRoleEntityDelegate(HotRodRoleEntity hotRodEntity)Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCompositeRole(String p0)<V> VdeepClone(V obj)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodRoleEntity e)booleanequals(Object o)List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()StringgetClientId()Set<String>getCompositeRoles()StringgetDescription()HotRodRoleEntitygetHotRodEntity()StringgetName()StringgetRealmId()inthashCode()voidremoveAttribute(String p0)voidremoveCompositeRole(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetCompositeRoles(Set<String> p0)voidsetDescription(String p0)voidsetRealmId(String p0)StringtoString()-
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_CLONERthat does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)variant instead
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate(HotRodRoleEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat 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)
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapRoleEntity
-
getCompositeRoles
public Set<String> getCompositeRoles()
- Specified by:
getCompositeRolesin interfaceMapRoleEntity
-
removeCompositeRole
public void removeCompositeRole(String p0)
- Specified by:
removeCompositeRolein interfaceMapRoleEntity
-
setCompositeRoles
public void setCompositeRoles(Set<String> p0)
- Specified by:
setCompositeRolesin interfaceMapRoleEntity
-
addCompositeRole
public void addCompositeRole(String p0)
- Specified by:
addCompositeRolein interfaceMapRoleEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapRoleEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapRoleEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapRoleEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapRoleEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapRoleEntity
-
getHotRodEntity
public HotRodRoleEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodRoleEntity>
-
-