Searched refs:PolicyParser (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DTokenStore.java83 PolicyParser p = new PolicyParser();
88 PolicyParser newP = new PolicyParser();
94 p = new PolicyParser();
99 newP = new PolicyParser();
105 p = new PolicyParser();
110 newP = new PolicyParser();
116 p = new PolicyParser();
121 newP = new PolicyParser();
[all...]
H A DEncodeURL.java64 PolicyParser pp = new PolicyParser(true);
68 PolicyParser.GrantEntry ge =
69 (PolicyParser.GrantEntry)e.nextElement();
81 pp = new PolicyParser(true);
90 pp = new PolicyParser(true);
99 pp = new PolicyParser(true);
H A DBogusGrants.java42 PolicyParser pp = new PolicyParser(true);
51 (sun.security.provider.PolicyParser.ParsingException p) {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSubjectCodeSource.java60 private LinkedList<PolicyParser.PrincipalEntry> principals;
73 * of <code>PolicyParser.PrincipalEntry</code> objects.
90 LinkedList<PolicyParser.PrincipalEntry> principals,
96 new LinkedList<PolicyParser.PrincipalEntry>() :
97 new LinkedList<PolicyParser.PrincipalEntry>(principals));
109 * of <code>PolicyParser.PrincipalEntry</code> objects.
115 * of <code>PolicyParser.PrincipalEntry</code> objects.
117 LinkedList<PolicyParser.PrincipalEntry> getPrincipals() {
170 LinkedList<PolicyParser.PrincipalEntry> subjectList = null;
200 ListIterator<PolicyParser
[all...]
H A DPolicyFile.java478 PolicyParser pp = new PolicyParser(expandProperties);
486 Enumeration<PolicyParser.GrantEntry> enum_ = pp.grantElements();
488 PolicyParser.GrantEntry ge = enum_.nextElement();
491 } catch (PolicyParser.ParsingException pe) {
530 CodeSource getCodeSource(PolicyParser.GrantEntry ge, KeyStore keyStore)
568 private void addGrantEntry(PolicyParser.GrantEntry ge,
576 ListIterator<PolicyParser.PrincipalEntry> li =
579 PolicyParser.PrincipalEntry pppe = li.next();
593 Enumeration<PolicyParser
[all...]
H A DPolicyParser.java78 * {@link sun.security.provider.PolicyParser}.
86 class PolicyParser { class
118 * Creates a PolicyParser object.
121 public PolicyParser() { method in class:PolicyParser
126 public PolicyParser(boolean expandProp) { method in class:PolicyParser
958 PolicyParser pp = new PolicyParser(true);
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTokenStore.java120 PolicyParser pp = new PolicyParser();
124 pp = new PolicyParser();
128 pp = new PolicyParser();
132 pp = new PolicyParser();
136 pp = new PolicyParser();
140 pp = new PolicyParser();
144 pp = new PolicyParser();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java613 PolicyParser pp = new PolicyParser(expandProperties);
648 Enumeration<PolicyParser.GrantEntry> enum_ = pp.grantElements();
650 PolicyParser.GrantEntry ge = enum_.nextElement();
653 } catch (PolicyParser.ParsingException pe) {
738 String[] extCodebases = PolicyParser.parseExtDirs(
739 PolicyParser.EXTDIRS_EXPANSION, 0);
767 private CodeSource getCodeSource(PolicyParser.GrantEntry ge, KeyStore keyStore,
797 private void addGrantEntry(PolicyParser.GrantEntry ge,
805 ListIterator<PolicyParser
[all...]
H A DPolicyParser.java88 public class PolicyParser { class
91 public static final String REPLACE_NAME = "PolicyParser.REPLACE_NAME";
131 * Creates a PolicyParser object.
134 public PolicyParser() { method in class:PolicyParser
139 public PolicyParser(boolean expandProp) { method in class:PolicyParser
1222 PolicyParser pp = new PolicyParser(true);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java91 private PolicyParser parser = null;
111 parser = new PolicyParser();
173 PolicyParser.ParsingException,
192 parser = new PolicyParser();
218 Enumeration<PolicyParser.GrantEntry> enum_ = parser.grantElements();
220 PolicyParser.GrantEntry ge = enum_.nextElement();
239 ListIterator<PolicyParser.PrincipalEntry> prinList =
242 PolicyParser.PrincipalEntry pe = prinList.next();
256 Enumeration<PolicyParser.PermissionEntry> perms =
259 PolicyParser
[all...]
/openjdk7/jdk/make/com/sun/security/auth/
H A DFILES_java.gmk47 com/sun/security/auth/PolicyParser.java \

Completed in 50 milliseconds