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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DInetAddressAcl.java76 public boolean checkCommunity(String community); method in interface:InetAddressAcl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DAclImpl.java256 if (ent.checkPermission(perm) && ent.checkCommunity(community)) return true;
271 public boolean checkCommunity(String community) { method in class:AclImpl
274 if (ent.checkCommunity(community)) return true;
H A DAclEntryImpl.java255 public boolean checkCommunity(String comm){ method in class:AclEntryImpl
H A DSnmpAcl.java283 public boolean checkCommunity(String community) { method in class:SnmpAcl
284 return acl.checkCommunity(community);

Completed in 33 milliseconds