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 ClassesNested 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 -
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetDisplayName(String p0) voidsetIconUri(String p0) voidvoidsetRealmId(String p0) voidtoString()Methods inherited from class org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
getId, setIdMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods 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.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapScopeEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getName
- Specified by:
getNamein interfaceMapScopeEntity
-
setName
- Specified by:
setNamein interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-