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
Constructors Constructor Description HotRodResourceEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.HotRodResourceEntityDelegate(DeepCloner cloner)
HotRodResourceEntityDelegate(HotRodResourceEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
HotRodResourceEntityDelegate
public HotRodResourceEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodResourceEntityDelegate(DeepCloner)
variant instead
-
HotRodResourceEntityDelegate
public HotRodResourceEntityDelegate(HotRodResourceEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodResourceEntityDelegate(DeepCloner)
variant instead
-
HotRodResourceEntityDelegate
public HotRodResourceEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodResourceEntity e)
-
deepClone
public <V> V deepClone(V obj)
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapResourceEntity
-
getOwner
public String getOwner()
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwner
public void setOwner(String p0)
- Specified by:
setOwner
in interfaceMapResourceEntity
-
isOwnerManagedAccess
public Boolean isOwnerManagedAccess()
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setOwnerManagedAccess
public void setOwnerManagedAccess(Boolean p0)
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
setScopeIds
public void setScopeIds(Set<String> p0)
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-
getScopeIds
public Set<String> getScopeIds()
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
setType
public void setType(String p0)
- Specified by:
setType
in interfaceMapResourceEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceMapResourceEntity
-
getUris
public Set<String> getUris()
- Specified by:
getUris
in interfaceMapResourceEntity
-
setUris
public void setUris(Set<String> p0)
- Specified by:
setUris
in interfaceMapResourceEntity
-
getHotRodEntity
public HotRodResourceEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodResourceEntity>
-
-