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

/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java428 PolicyParser.PrincipalEntry newPrin,
433 if (grantEntry.contains(newPrin) == true)
439 prinList.set(index, newPrin);
441 prinList.add(newPrin);
427 addPrinEntry(PolicyEntry pe, PolicyParser.PrincipalEntry newPrin, int index) argument

Completed in 44 milliseconds