Searched refs:trustStorePathArg (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java95 public StringArgument trustStorePathArg; field in class:SecureConnectionCliArgs
271 trustStorePathArg = CommonArguments.getTrustStorePath();
272 argList.add(trustStorePathArg);
343 addIfArgsAreConflicting(errors, trustAllArg, trustStorePathArg);
349 checkIfPathArgumentIsReadable(errors, trustStorePathArg, ERR_CANNOT_READ_TRUSTSTORE);
432 else if (trustStorePathArg.isPresent())
434 try (final FileInputStream fos = new FileInputStream(trustStorePathArg.getValue()))
649 trustStorePathArg.setDefaultValue(truststoreFileAbsolute);
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java128 public StringArgument trustStorePathArg = null; field in class:SecureConnectionCliArgs
541 trustStorePathArg = new StringArgument("trustStorePath",
545 trustStorePathArg.setPropertyName(OPTION_LONG_TRUSTSTOREPATH);
546 argList.add(trustStorePathArg);
659 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
662 trustStorePathArg.getLongIdentifier());
688 if (trustStorePathArg.isPresent())
691 String value = trustStorePathArg.getValue();
692 if (!canRead(trustStorePathArg.getValue()))
704 if (!canRead(trustStorePathArg
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java129 public StringArgument trustStorePathArg = null; field in class:SecureConnectionCliArgs
542 trustStorePathArg = new StringArgument("trustStorePath",
546 trustStorePathArg.setPropertyName(OPTION_LONG_TRUSTSTOREPATH);
547 argList.add(trustStorePathArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
663 trustStorePathArg.getLongIdentifier());
689 if (trustStorePathArg.isPresent())
692 String value = trustStorePathArg.getValue();
693 if (!canRead(trustStorePathArg.getValue()))
705 if (!canRead(trustStorePathArg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java129 public StringArgument trustStorePathArg = null; field in class:SecureConnectionCliArgs
542 trustStorePathArg = new StringArgument("trustStorePath",
546 trustStorePathArg.setPropertyName(OPTION_LONG_TRUSTSTOREPATH);
547 argList.add(trustStorePathArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
663 trustStorePathArg.getLongIdentifier());
689 if (trustStorePathArg.isPresent())
692 String value = trustStorePathArg.getValue();
693 if (!canRead(trustStorePathArg.getValue()))
705 if (!canRead(trustStorePathArg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java128 public StringArgument trustStorePathArg = null; field in class:SecureConnectionCliArgs
541 trustStorePathArg = new StringArgument("trustStorePath",
545 trustStorePathArg.setPropertyName(OPTION_LONG_TRUSTSTOREPATH);
546 argList.add(trustStorePathArg);
659 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
662 trustStorePathArg.getLongIdentifier());
688 if (trustStorePathArg.isPresent())
691 String value = trustStorePathArg.getValue();
692 if (!canRead(trustStorePathArg.getValue()))
704 if (!canRead(trustStorePathArg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java129 public StringArgument trustStorePathArg = null; field in class:SecureConnectionCliArgs
542 trustStorePathArg = new StringArgument("trustStorePath",
546 trustStorePathArg.setPropertyName(OPTION_LONG_TRUSTSTOREPATH);
547 argList.add(trustStorePathArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
663 trustStorePathArg.getLongIdentifier());
689 if (trustStorePathArg.isPresent())
692 String value = trustStorePathArg.getValue();
693 if (!canRead(trustStorePathArg.getValue()))
705 if (!canRead(trustStorePathArg
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java344 secureArgsList.trustStorePathArg.isPresent()
817 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
833 secureArgsList.trustStorePathArg.isPresent()
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
928 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent()
977 copySecureArgsList.trustStorePathArg.clearValues();
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
979 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2119 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java343 secureArgsList.trustStorePathArg.isPresent()
816 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
832 secureArgsList.trustStorePathArg.isPresent()
925 truststorePath = secureArgsList.trustStorePathArg.getValue();
927 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent()
976 copySecureArgsList.trustStorePathArg.clearValues();
977 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
978 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2118 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java344 secureArgsList.trustStorePathArg.isPresent()
817 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
833 secureArgsList.trustStorePathArg.isPresent()
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
928 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent()
977 copySecureArgsList.trustStorePathArg.clearValues();
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
979 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2119 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java344 secureArgsList.trustStorePathArg.isPresent()
817 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
833 secureArgsList.trustStorePathArg.isPresent()
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
928 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent()
977 copySecureArgsList.trustStorePathArg.clearValues();
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
979 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2119 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java343 secureArgsList.trustStorePathArg.isPresent()
816 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
832 secureArgsList.trustStorePathArg.isPresent()
925 truststorePath = secureArgsList.trustStorePathArg.getValue();
927 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent()
976 copySecureArgsList.trustStorePathArg.clearValues();
977 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
978 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2118 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java856 commandBuilder.removeArgument(copySecureArgsList.trustStorePathArg);
871 && !secureArgsList.trustStorePathArg.isPresent()
959 state.truststorePath = secureArgsList.trustStorePathArg.getValue();
961 if (app.isInteractive() && !secureArgsList.trustStorePathArg.isPresent() && askForTrustStore)
1008 copySecureArgsList.trustStorePathArg.clearValues();
1009 copySecureArgsList.trustStorePathArg.addValue(state.truststorePath);
1010 commandBuilder.addArgument(copySecureArgsList.trustStorePathArg);
2092 secureArgsList.trustStorePathArg.addValue(truststoreFileAbsolute);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java276 args.trustStorePathArg.getValue(),
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java275 args.trustStorePathArg.getValue(),
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java276 args.trustStorePathArg.getValue(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java276 args.trustStorePathArg.getValue(),
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java275 args.trustStorePathArg.getValue(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java219 args.trustStorePathArg.getValue(),

Completed in 74 milliseconds