List<ProviderRole> providerRoles =
new ArrayList<>(providerService.getRoles());
providerRoles.addAll(SliderAMClientProvider.ROLES);
// Start up the WebApp and track the URL for it
certificateManager = new CertificateManager();
certificateManager.initRootCert(
instanceDefinition.getAppConfOperations()
.getComponent(SliderKeys.COMPONENT_AM));
startAgentWebApp(appInformation, serviceConf);