mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8146619: Re-examine supportness of public classes in com.sun.security.auth.**
Reviewed-by: xuelei
This commit is contained in:
parent
6c14c3fdae
commit
7827c194e7
@ -209,13 +209,14 @@ import javax.security.auth.Subject;
|
||||
* @deprecated As of JDK 1.4, replaced by
|
||||
* {@code sun.security.provider.PolicyFile}.
|
||||
* This class is entirely deprecated.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
*
|
||||
* @see java.security.CodeSource
|
||||
* @see java.security.Permissions
|
||||
* @see java.security.ProtectionDomain
|
||||
* @see java.security.Security security properties
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class PolicyFile extends javax.security.auth.Policy {
|
||||
|
||||
private final sun.security.provider.AuthPolicyFile apf;
|
||||
|
||||
@ -41,11 +41,12 @@ import java.security.Principal;
|
||||
* @deprecated As of JDK 1.4, replaced by
|
||||
* {@link UnixNumericGroupPrincipal}.
|
||||
* This class is entirely deprecated.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
*
|
||||
* @see java.security.Principal
|
||||
* @see javax.security.auth.Subject
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class SolarisNumericGroupPrincipal implements
|
||||
Principal,
|
||||
java.io.Serializable {
|
||||
|
||||
@ -40,11 +40,12 @@ import java.security.Principal;
|
||||
* @deprecated As of JDK 1.4, replaced by
|
||||
* {@link UnixNumericUserPrincipal}.
|
||||
* This class is entirely deprecated.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
*
|
||||
* @see java.security.Principal
|
||||
* @see javax.security.auth.Subject
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class SolarisNumericUserPrincipal implements
|
||||
Principal,
|
||||
java.io.Serializable {
|
||||
|
||||
@ -41,10 +41,11 @@ import java.security.Principal;
|
||||
* @deprecated As of JDK 1.4, replaced by
|
||||
* {@link UnixPrincipal}.
|
||||
* This class is entirely deprecated.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
* @see java.security.Principal
|
||||
* @see javax.security.auth.Subject
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class SolarisPrincipal implements Principal, java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -7840670002439379038L;
|
||||
|
||||
@ -47,9 +47,10 @@ import sun.security.x509.X500Name;
|
||||
* This X500Principal classs is entirely deprecated and
|
||||
* is here to allow for a smooth transition to the new
|
||||
* class.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
* @see javax.security.auth.x500.X500Principal
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class X500Principal implements Principal, java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -8222422609431628648L;
|
||||
|
||||
@ -50,9 +50,10 @@ import com.sun.security.auth.SolarisNumericGroupPrincipal;
|
||||
* This LoginModule is entirely deprecated and
|
||||
* is here to allow for a smooth transition to the new
|
||||
* UnixLoginModule.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
*
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class SolarisLoginModule implements LoginModule {
|
||||
|
||||
// initial state
|
||||
|
||||
@ -30,8 +30,9 @@ package com.sun.security.auth.module;
|
||||
* UID/GID/groups information for the current user.
|
||||
*
|
||||
* @deprecated replaced by {@link UnixSystem}.
|
||||
* This class is subject to removal in a future version of Java SE.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="1.4", forRemoval=true)
|
||||
public class SolarisSystem {
|
||||
|
||||
private native void getSolarisInfo();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user