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

Print this page

        

@@ -28,10 +28,11 @@
 /**
  * <p> This class implementation retrieves and makes available Solaris
  * UID/GID/groups information for the current user.
  *
  */
+@jdk.Supported
 public class SolarisSystem {
 
     private native void getSolarisInfo();
 
     protected String username;