Searched defs:community (Results 26 - 27 of 27) sorted by relevance

12

/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java95 // Get the community string to accept
97 // Get the community string to set in the traps
128 public boolean checkReadPermission(InetAddress address, String community) { argument
130 (this.checkCommunity(community))) {
140 public boolean checkCommunity(String community) { argument
141 return this.communities.equals(community);
155 public boolean checkWritePermission(InetAddress address, String community) { argument
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java89 // Get the community string to accept
91 // Get the community string to set in the traps
122 public boolean checkReadPermission(InetAddress address, String community) { argument
124 (this.checkCommunity(community))) {
134 public boolean checkCommunity(String community) { argument
135 return this.communities.equals(community);
149 public boolean checkWritePermission(InetAddress address, String community) { argument

Completed in 29 milliseconds

12