Searched refs:PolicyFile (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/security/Policy/GetInstance/
H A DGetInstancePolicySpi.java41 return new PolicyFile(url);
46 return new PolicyFile();
58 * We simply call PolicyFile.implies - any doPrivileged
59 * that PolicyFile performs will truncate us from the current ACC.
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTokenStore.java196 PolicyFile p = new PolicyFile();
202 p = new PolicyFile();
208 p = new PolicyFile();
214 p = new PolicyFile();
220 p = new PolicyFile();
226 p = new PolicyFile();
232 p = new PolicyFile();
244 p = new PolicyFile();
248 private static void checkPerm(PolicyFile
[all...]
H A DComparator.java41 import sun.security.provider.PolicyFile;
153 PolicyFile policy = new PolicyFile();
163 policy = new PolicyFile();
173 policy = new PolicyFile();
178 private static int doBadTest(PolicyFile policy, int testnum) {
202 private static int doPrincipalTest(PolicyFile policy, int testnum) {
244 private static int doComparatorTest(PolicyFile policy, int testnum) {
286 private static int doCombinedTest(PolicyFile policy, int testnum) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicySpiFile.java39 * This class wraps the PolicyFile subclass implementation of Policy
46 private PolicyFile pf;
51 pf = new PolicyFile();
59 pf = new PolicyFile(uriParam.getURI().toURL());
H A DPolicyFile.java283 public class PolicyFile extends java.security.Policy { class in inherits:java.security.Policy
321 public PolicyFile() { method in class:PolicyFile
329 public PolicyFile(URL url) { method in class:PolicyFile
/openjdk7/jdk/make/com/sun/security/auth/
H A DFILES_java.gmk45 com/sun/security/auth/PolicyFile.java \
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java235 * <code>sun.security.provider.PolicyFile</code>.
243 public class PolicyFile extends javax.security.auth.Policy { class in inherits:javax.security.auth.Policy
278 public PolicyFile() { method in class:PolicyFile
321 // 1) if code instantiates PolicyFile directly, then it will need
322 // all the permissions required for the PolicyFile initialization
325 // implementation instantiates PolicyFile in a doPrivileged block
328 // AuthPermission(refreshPolicy). then PolicyFile wraps
835 // 1) if code instantiates PolicyFile directly, then it will need
836 // all the permissions required for the PolicyFile initialization
839 // implementation instantiates PolicyFile i
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DPolicy.java191 policy_class = "sun.security.provider.PolicyFile";
208 Policy polFile = new sun.security.provider.PolicyFile();
246 debug.println("using sun.security.provider.PolicyFile");
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java113 import sun.security.provider.PolicyFile;
1851 if (!(policy instanceof PolicyFile)) {

Completed in 56 milliseconds