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.AbstractGroupEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HotRodGroupEntityDelegate(DeepCloner cloner) HotRodGroupEntityDelegate(HotRodGroupEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedRole(String p0) <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) voidsetGrantedRoles(Set<String> p0) voidsetParentId(String p0) voidsetRealmId(String p0) toString()Methods inherited from class org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity.AbstractHotRodGroupEntityDelegate
getId, 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.group.MapGroupEntity
setNameMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodGroupEntityDelegate
public HotRodGroupEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)variant instead -
HotRodGroupEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodGroupEntityDelegate(DeepCloner)variant instead -
HotRodGroupEntityDelegate
-
-
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
-
getGrantedRoles
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
addGrantedRole
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-
setGrantedRoles
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
getName
- Specified by:
getNamein interfaceMapGroupEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodGroupEntity>
-
DeepCloner.DUMB_CLONERthat does not clone anything.