Class HotRodResourceEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodResourceEntity>
org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntity.AbstractHotRodResourceEntity
org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntityDelegate
- All Implemented Interfaces:
MapResourceEntity
,AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,HotRodEntityDelegate<HotRodResourceEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodResourceEntityDelegate
extends HotRodResourceEntity.AbstractHotRodResourceEntity
implements MapResourceEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceEntity
MapResourceEntity.AbstractMapResourceEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionDeprecated.HotRodResourceEntityDelegate
(HotRodResourceEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescription<V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAttribute
(String p0) getName()
getOwner()
getType()
getUris()
int
hashCode()
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDisplayName
(String p0) void
setIconUri
(String p0) void
void
void
setRealmId
(String p0) void
void
setScopeIds
(Set<String> p0) void
void
toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntity.AbstractHotRodResourceEntity
getId, 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.authorization.entity.MapResourceEntity
setName
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodResourceEntityDelegate
public HotRodResourceEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodResourceEntityDelegate(DeepCloner)
variant instead -
HotRodResourceEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodResourceEntityDelegate(DeepCloner)
variant instead -
HotRodResourceEntityDelegate
-
-
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
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
getName
- Specified by:
getName
in interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwner
in interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
getType
- Specified by:
getType
in interfaceMapResourceEntity
-
setType
- Specified by:
setType
in interfaceMapResourceEntity
-
setUris
- Specified by:
setUris
in interfaceMapResourceEntity
-
getUris
- Specified by:
getUris
in interfaceMapResourceEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodResourceEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.