jdk/src/java.base/share/classes/javax/security/auth/Policy.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 29492 a4bf9a570035
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    74  *                                      [, signedBy "SignerName"];
    74  *                                      [, signedBy "SignerName"];
    75  *      };
    75  *      };
    76  * </pre>
    76  * </pre>
    77  *
    77  *
    78  * The CodeBase and Signedby components of the triplet name/value pairs
    78  * The CodeBase and Signedby components of the triplet name/value pairs
    79  * are optional.  If they are not present, then any any codebase will match,
    79  * are optional.  If they are not present, then any codebase will match,
    80  * and any signer (including unsigned code) will match.
    80  * and any signer (including unsigned code) will match.
    81  * For Example,
    81  * For Example,
    82  *
    82  *
    83  * <pre>
    83  * <pre>
    84  *      grant CodeBase "foo.com", Signedby "foo",
    84  *      grant CodeBase "foo.com", Signedby "foo",