Class HotRodScopeEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodScopeEntity>
-
- org.keycloak.models.map.storage.hotRod.authorization.HotRodScopeEntity.AbstractHotRodScopeEntity
-
- org.keycloak.models.map.storage.hotRod.authorization.HotRodScopeEntityDelegate
-
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,UpdatableEntity,HotRodEntityDelegate<HotRodScopeEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodScopeEntityDelegate extends HotRodScopeEntity.AbstractHotRodScopeEntity implements MapScopeEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntity
MapScopeEntity.AbstractMapScopeEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodScopeEntityDelegate()HotRodScopeEntityDelegate(DeepCloner cloner)HotRodScopeEntityDelegate(HotRodScopeEntity hotRodEntity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodScopeEntity e)booleanequals(Object o)StringgetDisplayName()HotRodScopeEntitygetHotRodEntity()StringgetIconUri()StringgetName()StringgetRealmId()StringgetResourceServerId()inthashCode()voidsetDisplayName(String p0)voidsetIconUri(String p0)voidsetRealmId(String p0)voidsetResourceServerId(String p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.storage.hotRod.authorization.HotRodScopeEntity.AbstractHotRodScopeEntity
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.MapScopeEntity
setName
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
HotRodScopeEntityDelegate
public HotRodScopeEntityDelegate()
-
HotRodScopeEntityDelegate
public HotRodScopeEntityDelegate(HotRodScopeEntity hotRodEntity)
-
HotRodScopeEntityDelegate
public HotRodScopeEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodScopeEntity e)
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUriin interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-
getHotRodEntity
public HotRodScopeEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodScopeEntity>
-
-