final LocalHostControllerInfoImpl hostControllerInfo, final ServerInventory serverInventory,
final RemoteFileRepository remoteFileRepository, final DomainController domainController,
final UnregisteredHostChannelRegistry registry, RuntimeVaultReader vaultReader) {
// Add of the host itself
ManagementResourceRegistration hostRegistration = root.registerSubModel(PathElement.pathElement(HOST), HostDescriptionProviders.HOST_ROOT_PROVIDER);
LocalHostAddHandler handler = LocalHostAddHandler.getInstance(hostControllerInfo);
hostRegistration.registerOperationHandler(LocalHostAddHandler.OPERATION_NAME, handler, handler, false, OperationEntry.EntryType.PRIVATE);
// Global operations
EnumSet<OperationEntry.Flag> flags = EnumSet.of(OperationEntry.Flag.READ_ONLY);
root.registerOperationHandler(READ_RESOURCE_OPERATION, GlobalOperationHandlers.READ_RESOURCE, CommonProviders.READ_RESOURCE_PROVIDER, true, OperationEntry.EntryType.PUBLIC, flags);