package javax.baja.platform; public interface DaemonSecurityManager { void useOsGroups(String str, String str2) throws Exception; void useSingleAdminAccount(String str, String str2) throws Exception; }