jdk/src/java.base/share/classes/java/security/IdentityScope.java
changeset 39337 ac7e4f1d69db
parent 30033 b9c86c17164a
child 43541 9aeb1de77a63
equal deleted inserted replaced
39336:3e9ca73f58ca 39337:ac7e4f1d69db
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    55  * @see Key
    55  * @see Key
    56  *
    56  *
    57  * @author Benjamin Renaud
    57  * @author Benjamin Renaud
    58  *
    58  *
    59  * @deprecated This class is no longer used. Its functionality has been
    59  * @deprecated This class is no longer used. Its functionality has been
    60  * replaced by {@code java.security.KeyStore}, the
    60  * replaced by {@link java.security.KeyStore}, the
    61  * {@code java.security.cert} package, and
    61  * {@link java.security.cert} package, and
    62  * {@code java.security.Principal}.
    62  * {@link java.security.Principal}.
       
    63  * This class is subject to removal in a future version of Java SE.
       
    64  *
       
    65  * Note that the security property {@code policy.ignoreIdentityScope}
       
    66  * is only applicable to these APIs and is also a candidate for removal.
    63  */
    67  */
    64 @Deprecated
    68 @Deprecated(since="1.2", forRemoval=true)
    65 public abstract
    69 public abstract
    66 class IdentityScope extends Identity {
    70 class IdentityScope extends Identity {
    67 
    71 
    68     private static final long serialVersionUID = -2337346281189773310L;
    72     private static final long serialVersionUID = -2337346281189773310L;
    69 
    73