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 boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodScopeEntity e)
boolean
equals(Object o)
String
getDisplayName()
HotRodScopeEntity
getHotRodEntity()
String
getIconUri()
String
getName()
String
getRealmId()
String
getResourceServerId()
int
hashCode()
void
setDisplayName(String p0)
void
setIconUri(String p0)
void
setRealmId(String p0)
void
setResourceServerId(String p0)
String
toString()
-
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)
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
getHotRodEntity
public HotRodScopeEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodScopeEntity>
-
-