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.AbstractMapScopeEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionHotRodScopeEntityDelegate(DeepCloner cloner) HotRodScopeEntityDelegate(HotRodScopeEntity hotRodEntity) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanentityEquals(Object o1, Object o2) static intbooleangetName()inthashCode()voidsetDisplayName(String p0) voidsetIconUri(String p0) voidsetRealmId(String p0) voidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.authorization.HotRodScopeEntity.AbstractHotRodScopeEntity
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.MapScopeEntity
setNameMethods 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:
getDisplayNamein interfaceMapScopeEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapScopeEntity
-
getName
- Specified by:
getNamein interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodScopeEntity>
-