Searched defs:SelfPermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java845 // Create a "SelfPermission" , it could be an
857 perm = new SelfPermission(pe.permission,
1479 if (p instanceof SelfPermission) {
1481 expandSelf((SelfPermission)p,
1535 * @param sp the SelfPermission that needs to be expanded <p>
1545 private void expandSelf(SelfPermission sp,
2158 private static class SelfPermission extends Permission { class in class:PolicyFile
2192 * Creates a new SelfPermission containing the permission
2204 public SelfPermission(String type, String name, String actions, method in class:PolicyFile.SelfPermission
2268 * This method always returns false for SelfPermission permission
[all...]

Completed in 26 milliseconds