niagara-ax/decompiled/javax/baja/platform/DaemonSecurityManager.java
2026-03-17 13:31:18 -07:00

8 lines
212 B
Java

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