Searched refs:community (Results 1 - 25 of 27) sorted by relevance

12

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
80 if (trapCommunity.compareTo(community) == 0) {
105 " -c <community>");
123 community = val;
202 System.out.println("Number of trap V1 in " + community + " community: " +
204 System.out.println("Number of trap V1 in other community
266 String community = null; field in class:SNMPTrapListener
[all...]
H A DSNMPGet.java55 * @param args SNMP version + SNMP agent host + SNMP agent port + community
71 " -c <community/context>" +
98 community = val;
183 // Specify the read and write community to be used
186 community,
187 community);
254 if (community.compareTo("null") != 0) {
255 paramsV3.setContextName(community.getBytes());
574 String community = null; field in class:SNMPGet
H A DSNMPSet.java73 " -c <community>" +
99 community = val;
177 // Specify the read and write community to be used
180 community,
181 community);
250 if (community.compareTo("null") != 0) {
251 paramsV3.setContextName(community.getBytes());
515 String community = null; field in class:SNMPSet
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java47 trapCommunity = new String(trap.community);
49 if (trapCommunity.compareTo(community) == 0) {
62 trapCommunity = new String(trap.community);
64 if (trapCommunity.compareTo(community) == 0) {
79 if (trapCommunity.compareTo(community) == 0) {
104 " -c <community>");
122 community = val;
201 System.out.println("Number of trap V1 in " + community + " community: " +
203 System.out.println("Number of trap V1 in other community
265 String community = null; field in class:SNMPTrapListener
[all...]
H A DSNMPGet.java54 * @param args SNMP version + SNMP agent host + SNMP agent port + community
70 " -c <community/context>" +
97 community = val;
182 // Specify the read and write community to be used
185 community,
186 community);
253 if (community.compareTo("null") != 0) {
254 paramsV3.setContextName(community.getBytes());
573 String community = null; field in class:SNMPGet
H A DSNMPSet.java72 " -c <community>" +
98 community = val;
176 // Specify the read and write community to be used
179 community,
180 community);
249 if (community.compareTo("null") != 0) {
250 paramsV3.setContextName(community.getBytes());
514 String community = null; field in class:SNMPSet
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
80 if (trapCommunity.compareTo(community) == 0) {
105 " -c <community>");
123 community = val;
202 System.out.println("Number of trap V1 in " + community + " community: " +
204 System.out.println("Number of trap V1 in other community
266 String community = null; field in class:SNMPTrapListener
[all...]
H A DSNMPGet.java55 * @param args SNMP version + SNMP agent host + SNMP agent port + community
71 " -c <community/context>" +
98 community = val;
183 // Specify the read and write community to be used
186 community,
187 community);
254 if (community.compareTo("null") != 0) {
255 paramsV3.setContextName(community.getBytes());
574 String community = null; field in class:SNMPGet
H A DSNMPSet.java73 " -c <community>" +
99 community = val;
177 // Specify the read and write community to be used
180 community,
181 community);
250 if (community.compareTo("null") != 0) {
251 paramsV3.setContextName(community.getBytes());
515 String community = null; field in class:SNMPSet
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java48 trapCommunity = new String(trap.community);
50 if (trapCommunity.compareTo(community) == 0) {
63 trapCommunity = new String(trap.community);
65 if (trapCommunity.compareTo(community) == 0) {
80 if (trapCommunity.compareTo(community) == 0) {
105 " -c <community>");
123 community = val;
202 System.out.println("Number of trap V1 in " + community + " community: " +
204 System.out.println("Number of trap V1 in other community
266 String community = null; field in class:SNMPTrapListener
[all...]
H A DSNMPGet.java55 * @param args SNMP version + SNMP agent host + SNMP agent port + community
71 " -c <community/context>" +
98 community = val;
183 // Specify the read and write community to be used
186 community,
187 community);
254 if (community.compareTo("null") != 0) {
255 paramsV3.setContextName(community.getBytes());
574 String community = null; field in class:SNMPGet
H A DSNMPSet.java73 " -c <community>" +
99 community = val;
177 // Specify the read and write community to be used
180 community,
181 community);
250 if (community.compareTo("null") != 0) {
251 paramsV3.setContextName(community.getBytes());
515 String community = null; field in class:SNMPSet
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPTrapListener.java47 trapCommunity = new String(trap.community);
49 if (trapCommunity.compareTo(community) == 0) {
62 trapCommunity = new String(trap.community);
64 if (trapCommunity.compareTo(community) == 0) {
79 if (trapCommunity.compareTo(community) == 0) {
104 " -c <community>");
122 community = val;
201 System.out.println("Number of trap V1 in " + community + " community: " +
203 System.out.println("Number of trap V1 in other community
265 String community = null; field in class:SNMPTrapListener
[all...]
H A DSNMPGet.java54 * @param args SNMP version + SNMP agent host + SNMP agent port + community
70 " -c <community/context>" +
97 community = val;
182 // Specify the read and write community to be used
185 community,
186 community);
253 if (community.compareTo("null") != 0) {
254 paramsV3.setContextName(community.getBytes());
573 String community = null; field in class:SNMPGet
H A DSNMPSet.java72 " -c <community>" +
98 community = val;
176 // Specify the read and write community to be used
179 community,
180 community);
249 if (community.compareTo("null") != 0) {
250 paramsV3.setContextName(community.getBytes());
514 String community = null; field in class:SNMPSet
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java96 // Get the community string to accept
98 // Get the community string to set in the traps
129 public boolean checkReadPermission(InetAddress address, String community) { argument
131 (this.checkCommunity(community))) {
141 public boolean checkCommunity(String community) { argument
142 return this.communities.equals(community);
156 public boolean checkWritePermission(InetAddress address, String community) { argument
/forgerock/opendj2/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/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java96 // Get the community string to accept
98 // Get the community string to set in the traps
129 public boolean checkReadPermission(InetAddress address, String community) { argument
131 (this.checkCommunity(community))) {
141 public boolean checkCommunity(String community) { argument
142 return this.communities.equals(community);
156 public boolean checkWritePermission(InetAddress address, String community) { argument
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java96 // Get the community string to accept
98 // Get the community string to set in the traps
129 public boolean checkReadPermission(InetAddress address, String community) { argument
131 (this.checkCommunity(community))) {
141 public boolean checkCommunity(String community) { argument
142 return this.communities.equals(community);
156 public boolean checkWritePermission(InetAddress address, String community) { argument
/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
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java98 // and write community to be used when querying the agent.
103 // Set to the allowed the community string
197 public void checkCommunity(String community, boolean expectedResult) { argument
230 // and write community to be used when querying the agent.
234 params.setRdCommunity(community);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java97 // and write community to be used when querying the agent.
102 // Set to the allowed the community string
196 public void checkCommunity(String community, boolean expectedResult) { argument
229 // and write community to be used when querying the agent.
233 params.setRdCommunity(community);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java98 // and write community to be used when querying the agent.
103 // Set to the allowed the community string
197 public void checkCommunity(String community, boolean expectedResult) { argument
230 // and write community to be used when querying the agent.
234 params.setRdCommunity(community);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java97 // and write community to be used when querying the agent.
102 // Set to the allowed the community string
196 public void checkCommunity(String community, boolean expectedResult) { argument
229 // and write community to be used when querying the agent.
233 params.setRdCommunity(community);

Completed in 176 milliseconds

12