Searched defs:bindPW (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java55 private String bindPW; field in class:PSearchOperations
69 * @param bindPW
72 public PSearchOperations(int id, String hostname, int portnumber, String bindDN, String bindPW, String suffix) { argument
76 this.bindPW = bindPW;
137 connection.authenticate(3, bindDN, bindPW);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java54 private String bindPW; field in class:PSearchOperations
68 * @param bindPW
71 public PSearchOperations(int id, String hostname, int portnumber, String bindDN, String bindPW, String suffix) { argument
75 this.bindPW = bindPW;
136 connection.authenticate(3, bindDN, bindPW);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java55 private String bindPW; field in class:PSearchOperations
69 * @param bindPW
72 public PSearchOperations(int id, String hostname, int portnumber, String bindDN, String bindPW, String suffix) { argument
76 this.bindPW = bindPW;
137 connection.authenticate(3, bindDN, bindPW);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java55 private String bindPW; field in class:PSearchOperations
69 * @param bindPW
72 public PSearchOperations(int id, String hostname, int portnumber, String bindDN, String bindPW, String suffix) { argument
76 this.bindPW = bindPW;
137 connection.authenticate(3, bindDN, bindPW);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java54 private String bindPW; field in class:PSearchOperations
68 * @param bindPW
71 public PSearchOperations(int id, String hostname, int portnumber, String bindDN, String bindPW, String suffix) { argument
75 this.bindPW = bindPW;
136 connection.authenticate(3, bindDN, bindPW);

Completed in 455 milliseconds