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 Modifier and Type Class Description static class
MapScopeEntityImpl.Empty
-
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
Constructors Constructor Description MapScopeEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDisplayName()
String
getIconUri()
String
getName()
String
getRealmId()
String
getResourceServerId()
int
hashCode()
void
setDisplayName(String p0)
void
setIconUri(String p0)
void
setName(String p0)
void
setRealmId(String p0)
void
setResourceServerId(String p0)
String
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
-
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
-
-
-
-
Constructor Detail
-
MapScopeEntityImpl
public MapScopeEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
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
-
-