Searched refs:bindPasswordArg (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java63 private StringArgument bindPasswordArg; field in class:ControlPanelArgumentParser
123 bindPasswordArg = CommonArguments.getBindPassword();
124 addArgument(bindPasswordArg);
158 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
161 bindPasswordArg.getLongIdentifier(),
234 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java76 private StringArgument bindPasswordArg = null; field in class:ControlPanelArgumentParser
153 bindPasswordArg = new StringArgument("bindPassword",
157 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
158 addArgument(bindPasswordArg);
210 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
213 bindPasswordArg.getLongIdentifier(),
288 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java77 private StringArgument bindPasswordArg = null; field in class:ControlPanelArgumentParser
154 bindPasswordArg = new StringArgument("bindPassword",
158 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
159 addArgument(bindPasswordArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
214 bindPasswordArg.getLongIdentifier(),
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java77 private StringArgument bindPasswordArg = null; field in class:ControlPanelArgumentParser
154 bindPasswordArg = new StringArgument("bindPassword",
158 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
159 addArgument(bindPasswordArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
214 bindPasswordArg.getLongIdentifier(),
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java76 private StringArgument bindPasswordArg = null; field in class:ControlPanelArgumentParser
153 bindPasswordArg = new StringArgument("bindPassword",
157 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
158 addArgument(bindPasswordArg);
210 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
213 bindPasswordArg.getLongIdentifier(),
288 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java77 private StringArgument bindPasswordArg = null; field in class:ControlPanelArgumentParser
154 bindPasswordArg = new StringArgument("bindPassword",
158 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
159 addArgument(bindPasswordArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
214 bindPasswordArg.getLongIdentifier(),
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java83 StringArgument bindPasswordArg; field in class:ReplicationCliArgumentParser.ServerArgs
105 return ReplicationCliArgumentParser.getBindPassword(bindPasswordArg, bindPasswordFileArg);
297 if (secureArgsList.bindPasswordArg.isPresent() &&
300 secureArgsList.bindPasswordArg.getLongIdentifier(),
348 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
406 secureArgsList.bindPasswordArg
437 secureArgsList.bindPasswordArg = new StringArgument(
442 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
555 server1.hostNameArg, server1.portArg, server1.bindDnArg, server1.bindPasswordArg,
558 server2.hostNameArg, server2.portArg, server2.bindDnArg, server2.bindPasswordArg,
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java190 if (args.bindPasswordArg.isPresent() &&
194 args.bindPasswordArg.getLongIdentifier(),
342 getPasswordValue(args.bindPasswordArg,
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java189 if (args.bindPasswordArg.isPresent() &&
193 args.bindPasswordArg.getLongIdentifier(),
341 getPasswordValue(args.bindPasswordArg,
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java190 if (args.bindPasswordArg.isPresent() &&
194 args.bindPasswordArg.getLongIdentifier(),
342 getPasswordValue(args.bindPasswordArg,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java190 if (args.bindPasswordArg.isPresent() &&
194 args.bindPasswordArg.getLongIdentifier(),
342 getPasswordValue(args.bindPasswordArg,
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java189 if (args.bindPasswordArg.isPresent() &&
193 args.bindPasswordArg.getLongIdentifier(),
341 getPasswordValue(args.bindPasswordArg,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java154 if (args.bindPasswordArg.isPresent() && args.bindPasswordFileArg.isPresent())
157 args.bindPasswordArg.getLongIdentifier(), args.bindPasswordFileArg.getLongIdentifier()));
272 args.bindPasswordArg, args.bindPasswordFileArg, args.bindDnArg, out, err);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java403 if (secureArgsList.bindPasswordArg.isPresent() &&
406 secureArgsList.bindPasswordArg.getLongIdentifier(),
455 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
510 secureArgsList.bindPasswordArg
541 secureArgsList.bindPasswordArg = new StringArgument(
546 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
1095 return getBindPassword(secureArgsList.bindPasswordArg,
1161 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
2271 secureArgsList.bindPasswordArg.isPresent() ||
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java402 if (secureArgsList.bindPasswordArg.isPresent() &&
405 secureArgsList.bindPasswordArg.getLongIdentifier(),
454 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
509 secureArgsList.bindPasswordArg
540 secureArgsList.bindPasswordArg = new StringArgument(
545 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
1094 return getBindPassword(secureArgsList.bindPasswordArg,
1160 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
2270 secureArgsList.bindPasswordArg.isPresent() ||
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java403 if (secureArgsList.bindPasswordArg.isPresent() &&
406 secureArgsList.bindPasswordArg.getLongIdentifier(),
455 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
510 secureArgsList.bindPasswordArg
541 secureArgsList.bindPasswordArg = new StringArgument(
546 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
1095 return getBindPassword(secureArgsList.bindPasswordArg,
1161 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
2271 secureArgsList.bindPasswordArg.isPresent() ||
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java403 if (secureArgsList.bindPasswordArg.isPresent() &&
406 secureArgsList.bindPasswordArg.getLongIdentifier(),
455 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
510 secureArgsList.bindPasswordArg
541 secureArgsList.bindPasswordArg = new StringArgument(
546 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
1095 return getBindPassword(secureArgsList.bindPasswordArg,
1161 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
2271 secureArgsList.bindPasswordArg.isPresent() ||
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java402 if (secureArgsList.bindPasswordArg.isPresent() &&
405 secureArgsList.bindPasswordArg.getLongIdentifier(),
454 "--"+secureArgsList.bindPasswordArg.getLongIdentifier(),
509 secureArgsList.bindPasswordArg
540 secureArgsList.bindPasswordArg = new StringArgument(
545 defaultArgs.add(index++, secureArgsList.bindPasswordArg);
1094 return getBindPassword(secureArgsList.bindPasswordArg,
1160 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
2270 secureArgsList.bindPasswordArg.isPresent() ||
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java91 public StringArgument bindPasswordArg; field in class:SecureConnectionCliArgs
259 bindPasswordArg = CommonArguments.getBindPassword();
260 argList.add(bindPasswordArg);
340 addIfArgsAreConflicting(errors, bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java118 public StringArgument bindPasswordArg = null; field in class:SecureConnectionCliArgs
393 return getBindPassword(dn, out, err, bindPasswordArg, bindPasswordFileArg);
436 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
513 bindPasswordArg = new StringArgument("bindPassword",
517 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
518 argList.add(bindPasswordArg);
650 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent()) {
652 bindPasswordArg.getLongIdentifier(),
H A DSecureConnectionCliParser.java248 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
261 return getBindPassword(secureArgsList.bindPasswordArg,
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java119 public StringArgument bindPasswordArg = null; field in class:SecureConnectionCliArgs
394 return getBindPassword(dn, out, err, bindPasswordArg, bindPasswordFileArg);
437 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
514 bindPasswordArg = new StringArgument("bindPassword",
518 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
519 argList.add(bindPasswordArg);
651 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent()) {
653 bindPasswordArg.getLongIdentifier(),
H A DSecureConnectionCliParser.java249 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
262 return getBindPassword(secureArgsList.bindPasswordArg,
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java119 public StringArgument bindPasswordArg = null; field in class:SecureConnectionCliArgs
394 return getBindPassword(dn, out, err, bindPasswordArg, bindPasswordFileArg);
437 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
514 bindPasswordArg = new StringArgument("bindPassword",
518 bindPasswordArg.setPropertyName(OPTION_LONG_BINDPWD);
519 argList.add(bindPasswordArg);
651 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent()) {
653 bindPasswordArg.getLongIdentifier(),
H A DSecureConnectionCliParser.java249 return getBindPassword(dn, out, err, secureArgsList.bindPasswordArg,
262 return getBindPassword(secureArgsList.bindPasswordArg,

Completed in 86 milliseconds

12