Class MapScopeEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
org.keycloak.models.map.authorization.entity.MapScopeEntityImpl
- All Implemented Interfaces:
MapScopeEntity
,AbstractEntity
,UpdatableEntity
- Direct Known Subclasses:
JpaScopeMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapScopeEntityImpl
extends MapScopeEntity.AbstractMapScopeEntity
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
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
setDisplayName
(String p0) void
setIconUri
(String p0) void
void
setRealmId
(String p0) void
toString()
Methods inherited from class org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
getId, setId
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapScopeEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getName
- Specified by:
getName
in interfaceMapScopeEntity
-
setName
- Specified by:
setName
in interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-