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
ConstructorDescriptionHotRodScopeEntityDelegate
(DeepCloner cloner) HotRodScopeEntityDelegate
(HotRodScopeEntity hotRodEntity) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
getName()
int
hashCode()
void
setDisplayName
(String p0) void
setIconUri
(String p0) void
setRealmId
(String p0) void
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, markUpdatedFlag
-
Constructor Details
-
HotRodScopeEntityDelegate
public HotRodScopeEntityDelegate() -
HotRodScopeEntityDelegate
-
HotRodScopeEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
getName
- Specified by:
getName
in interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodScopeEntity>
-