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.AbstractRoleEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HotRodRoleEntityDelegate(DeepCloner cloner) HotRodRoleEntityDelegate(HotRodRoleEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid<V> VdeepClone(V obj) static booleanentityEquals(Object o1, Object o2) static intbooleangetAttribute(String p0) getName()inthashCode()voidvoidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetCompositeRoles(Set<String> p0) voidsetDescription(String p0) voidsetRealmId(String p0) toString()Methods inherited from class org.keycloak.models.map.storage.hotRod.role.HotRodRoleEntity.AbstractHotRodRoleEntityDelegate
getId, setClientId, setId, setNameMethods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.role.MapRoleEntity
setClientId, setNameMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodRoleEntityDelegate
public HotRodRoleEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodRoleEntityDelegate(DeepCloner)variant instead -
HotRodRoleEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat 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:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getClientId
- Specified by:
getClientIdin interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRolesin interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRolein interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRolein interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRolesin interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapRoleEntity
-
getName
- Specified by:
getNamein interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapRoleEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapRoleEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodRoleEntity>
-
DeepCloner.DUMB_CLONERthat does not clone anything.