Searched refs:bindPasswordFileArg (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java61 private FileBasedArgument bindPasswordFileArg; field in class:ControlPanelArgumentParser
126 bindPasswordFileArg = CommonArguments.getBindPasswordFile();
127 addArgument(bindPasswordFileArg);
158 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
162 bindPasswordFileArg.getLongIdentifier());
234 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java71 private FileBasedArgument bindPasswordFileArg = null; field in class:ControlPanelArgumentParser
160 bindPasswordFileArg = new FileBasedArgument("bindPasswordFile",
164 bindPasswordFileArg.setPropertyName(OPTION_LONG_BINDPWD_FILE);
165 addArgument(bindPasswordFileArg);
210 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
214 bindPasswordFileArg.getLongIdentifier());
288 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java72 private FileBasedArgument bindPasswordFileArg = null; field in class:ControlPanelArgumentParser
161 bindPasswordFileArg = new FileBasedArgument("bindPasswordFile",
165 bindPasswordFileArg.setPropertyName(OPTION_LONG_BINDPWD_FILE);
166 addArgument(bindPasswordFileArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
215 bindPasswordFileArg.getLongIdentifier());
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java72 private FileBasedArgument bindPasswordFileArg = null; field in class:ControlPanelArgumentParser
161 bindPasswordFileArg = new FileBasedArgument("bindPasswordFile",
165 bindPasswordFileArg.setPropertyName(OPTION_LONG_BINDPWD_FILE);
166 addArgument(bindPasswordFileArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
215 bindPasswordFileArg.getLongIdentifier());
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java71 private FileBasedArgument bindPasswordFileArg = null; field in class:ControlPanelArgumentParser
160 bindPasswordFileArg = new FileBasedArgument("bindPasswordFile",
164 bindPasswordFileArg.setPropertyName(OPTION_LONG_BINDPWD_FILE);
165 addArgument(bindPasswordFileArg);
210 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
214 bindPasswordFileArg.getLongIdentifier());
288 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java72 private FileBasedArgument bindPasswordFileArg = null; field in class:ControlPanelArgumentParser
161 bindPasswordFileArg = new FileBasedArgument("bindPasswordFile",
165 bindPasswordFileArg.setPropertyName(OPTION_LONG_BINDPWD_FILE);
166 addArgument(bindPasswordFileArg);
211 if (bindPasswordArg.isPresent() && bindPasswordFileArg.isPresent())
215 bindPasswordFileArg.getLongIdentifier());
289 return getBindPassword(bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java81 FileBasedArgument bindPasswordFileArg; field in class:ReplicationCliArgumentParser.ServerArgs
105 return ReplicationCliArgumentParser.getBindPassword(bindPasswordArg, bindPasswordFileArg);
298 secureArgsList.bindPasswordFileArg.isPresent()) {
301 secureArgsList.bindPasswordFileArg.getLongIdentifier());
349 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
405 secureArgsList.bindPasswordFileArg,
444 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
449 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
556 server1.bindPasswordFileArg, server1.replicationPortArg, server1.secureReplicationArg,
559 server2.bindPasswordFileArg, server
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java191 args.bindPasswordFileArg.isPresent())
195 args.bindPasswordFileArg.getLongIdentifier());
343 args.bindPasswordFileArg,
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java734 if (secureArgsList.bindPasswordFileArg.isPresent())
737 bindPassword = secureArgsList.bindPasswordFileArg.getValue();
750 copySecureArgsList.bindPasswordFileArg.clearValues();
751 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
752 secureArgsList.bindPasswordFileArg.getNameToValueMap());
753 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
2025 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
2028 secureArgsList.bindPasswordFileArg.addValue(value);
2030 secureArgsList.bindPasswordFileArg.setPresent(true);
2058 secureArgsList.bindPasswordFileArg
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java190 args.bindPasswordFileArg.isPresent())
194 args.bindPasswordFileArg.getLongIdentifier());
342 args.bindPasswordFileArg,
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java733 if (secureArgsList.bindPasswordFileArg.isPresent())
736 bindPassword = secureArgsList.bindPasswordFileArg.getValue();
749 copySecureArgsList.bindPasswordFileArg.clearValues();
750 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
751 secureArgsList.bindPasswordFileArg.getNameToValueMap());
752 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
2024 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
2027 secureArgsList.bindPasswordFileArg.addValue(value);
2029 secureArgsList.bindPasswordFileArg.setPresent(true);
2057 secureArgsList.bindPasswordFileArg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java191 args.bindPasswordFileArg.isPresent())
195 args.bindPasswordFileArg.getLongIdentifier());
343 args.bindPasswordFileArg,
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java734 if (secureArgsList.bindPasswordFileArg.isPresent())
737 bindPassword = secureArgsList.bindPasswordFileArg.getValue();
750 copySecureArgsList.bindPasswordFileArg.clearValues();
751 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
752 secureArgsList.bindPasswordFileArg.getNameToValueMap());
753 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
2025 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
2028 secureArgsList.bindPasswordFileArg.addValue(value);
2030 secureArgsList.bindPasswordFileArg.setPresent(true);
2058 secureArgsList.bindPasswordFileArg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java191 args.bindPasswordFileArg.isPresent())
195 args.bindPasswordFileArg.getLongIdentifier());
343 args.bindPasswordFileArg,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java734 if (secureArgsList.bindPasswordFileArg.isPresent())
737 bindPassword = secureArgsList.bindPasswordFileArg.getValue();
750 copySecureArgsList.bindPasswordFileArg.clearValues();
751 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
752 secureArgsList.bindPasswordFileArg.getNameToValueMap());
753 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
2025 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
2028 secureArgsList.bindPasswordFileArg.addValue(value);
2030 secureArgsList.bindPasswordFileArg.setPresent(true);
2058 secureArgsList.bindPasswordFileArg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java190 args.bindPasswordFileArg.isPresent())
194 args.bindPasswordFileArg.getLongIdentifier());
342 args.bindPasswordFileArg,
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java733 if (secureArgsList.bindPasswordFileArg.isPresent())
736 bindPassword = secureArgsList.bindPasswordFileArg.getValue();
749 copySecureArgsList.bindPasswordFileArg.clearValues();
750 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
751 secureArgsList.bindPasswordFileArg.getNameToValueMap());
752 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
2024 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
2027 secureArgsList.bindPasswordFileArg.addValue(value);
2029 secureArgsList.bindPasswordFileArg.setPresent(true);
2057 secureArgsList.bindPasswordFileArg
[all...]
/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-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java777 if (secureArgsList.bindPasswordFileArg.isPresent())
780 state.bindPassword = secureArgsList.bindPasswordFileArg.getValue();
793 copySecureArgsList.bindPasswordFileArg.clearValues();
794 copySecureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(
795 secureArgsList.bindPasswordFileArg.getNameToValueMap());
796 commandBuilder.addArgument(copySecureArgsList.bindPasswordFileArg);
1991 secureArgsList.bindPasswordFileArg.getNameToValueMap().putAll(pwdFile);
1994 secureArgsList.bindPasswordFileArg.addValue(value);
1996 secureArgsList.bindPasswordFileArg.setPresent(true);
2024 secureArgsList.bindPasswordFileArg
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java89 public FileBasedArgument bindPasswordFileArg; field in class:SecureConnectionCliArgs
262 bindPasswordFileArg = CommonArguments.getBindPasswordFile();
263 argList.add(bindPasswordFileArg);
340 addIfArgsAreConflicting(errors, bindPasswordArg, bindPasswordFileArg);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java404 secureArgsList.bindPasswordFileArg.isPresent()) {
407 secureArgsList.bindPasswordFileArg.getLongIdentifier());
456 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
509 secureArgsList.bindPasswordFileArg,
548 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
553 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
1096 secureArgsList.bindPasswordFileArg);
1162 secureArgsList.bindPasswordFileArg);
2272 secureArgsList.bindPasswordFileArg.isPresent();
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java403 secureArgsList.bindPasswordFileArg.isPresent()) {
406 secureArgsList.bindPasswordFileArg.getLongIdentifier());
455 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
508 secureArgsList.bindPasswordFileArg,
547 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
552 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
1095 secureArgsList.bindPasswordFileArg);
1161 secureArgsList.bindPasswordFileArg);
2271 secureArgsList.bindPasswordFileArg.isPresent();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java404 secureArgsList.bindPasswordFileArg.isPresent()) {
407 secureArgsList.bindPasswordFileArg.getLongIdentifier());
456 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
509 secureArgsList.bindPasswordFileArg,
548 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
553 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
1096 secureArgsList.bindPasswordFileArg);
1162 secureArgsList.bindPasswordFileArg);
2272 secureArgsList.bindPasswordFileArg.isPresent();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java404 secureArgsList.bindPasswordFileArg.isPresent()) {
407 secureArgsList.bindPasswordFileArg.getLongIdentifier());
456 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
509 secureArgsList.bindPasswordFileArg,
548 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
553 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
1096 secureArgsList.bindPasswordFileArg);
1162 secureArgsList.bindPasswordFileArg);
2272 secureArgsList.bindPasswordFileArg.isPresent();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java403 secureArgsList.bindPasswordFileArg.isPresent()) {
406 secureArgsList.bindPasswordFileArg.getLongIdentifier());
455 "--"+secureArgsList.bindPasswordFileArg.getLongIdentifier()));
508 secureArgsList.bindPasswordFileArg,
547 secureArgsList.bindPasswordFileArg = new FileBasedArgument(
552 defaultArgs.add(index++, secureArgsList.bindPasswordFileArg);
1095 secureArgsList.bindPasswordFileArg);
1161 secureArgsList.bindPasswordFileArg);
2271 secureArgsList.bindPasswordFileArg.isPresent();

Completed in 97 milliseconds

12