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.AbstractMapResourceEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HotRodResourceEntityDelegate(HotRodResourceEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. -
Method Summary
Modifier and TypeMethodDescription<V> VdeepClone(V obj) static booleanentityEquals(Object o1, Object o2) static intbooleangetAttribute(String p0) getName()getOwner()getType()getUris()inthashCode()voidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetDisplayName(String p0) voidsetIconUri(String p0) voidvoidvoidsetRealmId(String p0) voidvoidsetScopeIds(Set<String> p0) voidvoidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntity.AbstractHotRodResourceEntity
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.authorization.entity.MapResourceEntity
setNameMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodResourceEntityDelegate
public HotRodResourceEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodResourceEntityDelegate(DeepCloner)variant instead -
HotRodResourceEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat 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:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapResourceEntity
-
getName
- Specified by:
getNamein interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwnerin interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwnerin interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccessin interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccessin interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIdsin interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIdsin interfaceMapResourceEntity
-
getType
- Specified by:
getTypein interfaceMapResourceEntity
-
setType
- Specified by:
setTypein interfaceMapResourceEntity
-
setUris
- Specified by:
setUrisin interfaceMapResourceEntity
-
getUris
- Specified by:
getUrisin interfaceMapResourceEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodResourceEntity>
-
DeepCloner.DUMB_CLONERthat does not clone anything.