jdk/src/share/classes/com/sun/security/auth/module/SolarisSystem.java
changeset 24270 12b6bc57472d
parent 23010 6dadb192ad81
equal deleted inserted replaced
24269:325ea76ea0e9 24270:12b6bc57472d
    27 
    27 
    28 /**
    28 /**
    29  * <p> This class implementation retrieves and makes available Solaris
    29  * <p> This class implementation retrieves and makes available Solaris
    30  * UID/GID/groups information for the current user.
    30  * UID/GID/groups information for the current user.
    31  *
    31  *
       
    32  * @deprecated replaced by {@link UnixSystem}.
    32  */
    33  */
    33 @jdk.Exported
    34 @jdk.Exported(false)
       
    35 @Deprecated
    34 public class SolarisSystem {
    36 public class SolarisSystem {
    35 
    37 
    36     private native void getSolarisInfo();
    38     private native void getSolarisInfo();
    37 
    39 
    38     protected String username;
    40     protected String username;