jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/SolarisNumericUserPrincipal.java
changeset 39047 cf08ea56b4de
parent 36511 9d0388c6b336
child 42338 a60f280f803c
equal deleted inserted replaced
39046:db1dddd32a8f 39047:cf08ea56b4de
    38  * on how to achieve this.  Authorization decisions can then be based upon
    38  * on how to achieve this.  Authorization decisions can then be based upon
    39  * the Principals associated with a {@code Subject}.
    39  * the Principals associated with a {@code Subject}.
    40  * @deprecated As of JDK 1.4, replaced by
    40  * @deprecated As of JDK 1.4, replaced by
    41  *             {@link UnixNumericUserPrincipal}.
    41  *             {@link UnixNumericUserPrincipal}.
    42  *             This class is entirely deprecated.
    42  *             This class is entirely deprecated.
       
    43  * This class is subject to removal in a future version of Java SE.
    43  *
    44  *
    44  * @see java.security.Principal
    45  * @see java.security.Principal
    45  * @see javax.security.auth.Subject
    46  * @see javax.security.auth.Subject
    46  */
    47  */
    47 @Deprecated
    48 @Deprecated(since="1.4", forRemoval=true)
    48 public class SolarisNumericUserPrincipal implements
    49 public class SolarisNumericUserPrincipal implements
    49                                         Principal,
    50                                         Principal,
    50                                         java.io.Serializable {
    51                                         java.io.Serializable {
    51 
    52 
    52     private static final long serialVersionUID = -3178578484679887104L;
    53     private static final long serialVersionUID = -3178578484679887104L;