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

Print this page

        

*** 28,37 **** --- 28,38 ---- /** * <p> This class implementation retrieves and makes available NT * security information for the current user. * */ + @jdk.Supported public class NTSystem { private native void getCurrent(boolean debug); private native long getImpersonationToken0();