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
ConstructorDescriptionDeprecated.HotRodRoleEntityDelegate
(DeepCloner cloner) HotRodRoleEntityDelegate
(HotRodRoleEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid
<V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAttribute
(String p0) getName()
int
hashCode()
void
void
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) 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, markUpdatedFlag
-
Constructor Details
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)
variant instead -
HotRodRoleEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)
variant instead -
HotRodRoleEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getClientId
- Specified by:
getClientId
in interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRoles
in interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRole
in interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRole
in interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRoles
in interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapRoleEntity
-
getName
- Specified by:
getName
in interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapRoleEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapRoleEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodRoleEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.