package org.onap.vid.services; public interface RoleGeneratorService { String generateRoleScript(Boolean firstRun); }