Lines Matching refs:PolicyEntry

90     private Vector<PolicyEntry> policyEntries = null;
110 policyEntries = new Vector<PolicyEntry>();
191 policyEntries = new Vector<PolicyEntry>();
293 PolicyEntry pEntry = new PolicyEntry(this, ge);
406 boolean addEntry(PolicyEntry pe, int index) {
414 PolicyEntry origPe = policyEntries.elementAt(index);
422 * Add a Principal entry to an existing PolicyEntry at the specified index.
427 boolean addPrinEntry(PolicyEntry pe,
448 * Add a Permission entry to an existing PolicyEntry at the specified index.
453 boolean addPermEntry(PolicyEntry pe,
474 * Remove a Permission entry from an existing PolicyEntry.
476 boolean removePermEntry(PolicyEntry pe,
488 boolean removeEntry(PolicyEntry pe) {
498 PolicyEntry[] getEntry() {
501 PolicyEntry entries[] = new PolicyEntry[policyEntries.size()];
728 * PolicyEntry object.
730 * A PolicyEntry is a (CodeSource,Permission) pair. The
741 class PolicyEntry {
749 * Create a PolicyEntry object from the information read in
752 PolicyEntry(PolicyTool tool, PolicyParser.GrantEntry ge)
780 * get the codesource associated with this PolicyEntry
787 * get the GrantEntry associated with this PolicyEntry
1022 PolicyEntry entries[] = tool.getEntry();
1346 /* gridbag index for display PolicyEntry (PE) components */
1521 * pop up a dialog so the user can enter info to add a new PolicyEntry
1535 PolicyEntry entries[] = null;
1700 * and construct a PolicyEntry object with it.
1702 PolicyEntry getPolicyEntryFromDialog()
1740 // construct a new PolicyEntry object
1741 PolicyEntry entry = new PolicyEntry(tool, ge);
1832 * a new PolicyEntry, and we only update the GUI listing
1939 * a new PolicyEntry, and we only update the GUI listing
2210 PolicyEntry entries[] = tool.getEntry();
2453 PolicyEntry entries[] = tool.getEntry();
2814 * -- if edit is TRUE, then we are EDITing an existing PolicyEntry
2816 * if edit is FALSE, then we are ADDing a new PolicyEntry,
2837 // get a PolicyEntry object from the dialog policy info
2838 PolicyEntry newEntry = td.getPolicyEntryFromDialog();
3176 * adding a new PolicyEntry at this time, or editing an existing entry.
3177 * If the user is adding a new PolicyEntry, we ONLY update the
3178 * GUI listing. If the user is editing an existing PolicyEntry, we
3179 * update both the GUI listing and the actual PolicyEntry.
3215 * adding a new PolicyEntry at this time, or editing an existing entry.
3216 * If the user is adding a new PolicyEntry, we ONLY update the
3217 * GUI listing. If the user is editing an existing PolicyEntry, we
3218 * update both the GUI listing and the actual PolicyEntry.
3621 PolicyEntry entries[] = tool.getEntry();