jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/module/SolarisLoginModule.java
changeset 39047 cf08ea56b4de
parent 34894 3248b89d1921
child 44665 4bfab66ae1cb
equal deleted inserted replaced
39046:db1dddd32a8f 39047:cf08ea56b4de
    48  * @deprecated  As of JDK1.4, replaced by
    48  * @deprecated  As of JDK1.4, replaced by
    49  * {@code com.sun.security.auth.module.UnixLoginModule}.
    49  * {@code com.sun.security.auth.module.UnixLoginModule}.
    50  *             This LoginModule is entirely deprecated and
    50  *             This LoginModule is entirely deprecated and
    51  *             is here to allow for a smooth transition to the new
    51  *             is here to allow for a smooth transition to the new
    52  *             UnixLoginModule.
    52  *             UnixLoginModule.
       
    53  * This class is subject to removal in a future version of Java SE.
    53  *
    54  *
    54  */
    55  */
    55 @Deprecated
    56 @Deprecated(since="1.4", forRemoval=true)
    56 public class SolarisLoginModule implements LoginModule {
    57 public class SolarisLoginModule implements LoginModule {
    57 
    58 
    58     // initial state
    59     // initial state
    59     private Subject subject;
    60     private Subject subject;
    60     private CallbackHandler callbackHandler;
    61     private CallbackHandler callbackHandler;