Class MapScopeEntityImpl.Empty
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.Empty
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,UpdatableEntity
- Enclosing class:
- MapScopeEntityImpl
public static class MapScopeEntityImpl.Empty
extends MapScopeEntity.AbstractMapScopeEntity
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 -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetDisplayName(String displayName) voidsetIconUri(String iconUri) voidvoidvoidsetRealmId(String realmId) voidsetResourceServerId(String resourceServerId) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapScopeEntity.AbstractMapScopeEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapScopeEntity.AbstractMapScopeEntity
-
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
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-