8 lines
212 B
Java
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;
|
|
}
|