예제 #1
0
 public boolean implies(ProtectionDomain pd, Permission p) {
   return perms.implies(p);
 }