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

/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java68 private String communities; field in class:SNMPInetAddressAcl
97 this.communities = this.currentConfig.getCommunity();
142 return this.communities.equals(community);
179 * @return the list of communities
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java67 private String communities; field in class:SNMPInetAddressAcl
96 this.communities = this.currentConfig.getCommunity();
141 return this.communities.equals(community);
178 * @return the list of communities
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java68 private String communities; field in class:SNMPInetAddressAcl
97 this.communities = this.currentConfig.getCommunity();
142 return this.communities.equals(community);
179 * @return the list of communities
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java68 private String communities; field in class:SNMPInetAddressAcl
97 this.communities = this.currentConfig.getCommunity();
142 return this.communities.equals(community);
179 * @return the list of communities
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java67 private String communities; field in class:SNMPInetAddressAcl
96 this.communities = this.currentConfig.getCommunity();
141 return this.communities.equals(community);
178 * @return the list of communities
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java61 private String communities; field in class:SNMPInetAddressAcl
90 this.communities = this.currentConfig.getCommunity();
135 return this.communities.equals(community);
172 * @return the list of communities

Completed in 30 milliseconds