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

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DPrivateCredentialPermission.java460 private boolean impliesPrincipalSet(CredOwner[] thisP, CredOwner[] thatP) { argument
463 if (thisP == null || thatP == null)
466 if (thatP.length == 0)
474 for (int j = 0; j < thatP.length; j++) {
475 if (thisP[i].implies(thatP[j])) {

Completed in 22 milliseconds