src/share/classes/com/sun/security/auth/module/UnixSystem.java

Print this page

        

*** 28,37 **** --- 28,38 ---- /** * <p> This class implementation retrieves and makes available Unix * UID/GID/groups information for the current user. * */ + @jdk.Supported public class UnixSystem { private native void getUnixInfo(); protected String username;