Searched defs:bindPasswordArg (Results 1 - 13 of 13) sorted by relevance

/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/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/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(),
/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(),
/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(),
/forgerock/opendj2-hg/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(),
/forgerock/opendj2-jel-hg/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(),
/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/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...]

Completed in 160 milliseconds