Searched refs:keyStorePathArg (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.java101 public StringArgument keyStorePathArg; field in class:SecureConnectionCliArgs
280 keyStorePathArg = CommonArguments.getKeyStorePath();
281 argList.add(keyStorePathArg);
350 checkIfPathArgumentIsReadable(errors, keyStorePathArg, ERR_CANNOT_READ_KEYSTORE);
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java143 public StringArgument keyStorePathArg = null; field in class:SecureConnectionCliArgs
562 keyStorePathArg = new StringArgument("keyStorePath",
566 keyStorePathArg.setPropertyName(OPTION_LONG_KEYSTOREPATH);
567 argList.add(keyStorePathArg);
700 if (keyStorePathArg.isPresent())
703 String value = keyStorePathArg.getValue();
905 if (keyStorePathArg.isPresent())
910 fos = new FileInputStream(keyStorePathArg.getValue());
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java144 public StringArgument keyStorePathArg = null; field in class:SecureConnectionCliArgs
563 keyStorePathArg = new StringArgument("keyStorePath",
567 keyStorePathArg.setPropertyName(OPTION_LONG_KEYSTOREPATH);
568 argList.add(keyStorePathArg);
701 if (keyStorePathArg.isPresent())
704 String value = keyStorePathArg.getValue();
906 if (keyStorePathArg.isPresent())
911 fos = new FileInputStream(keyStorePathArg.getValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java144 public StringArgument keyStorePathArg = null; field in class:SecureConnectionCliArgs
563 keyStorePathArg = new StringArgument("keyStorePath",
567 keyStorePathArg.setPropertyName(OPTION_LONG_KEYSTOREPATH);
568 argList.add(keyStorePathArg);
701 if (keyStorePathArg.isPresent())
704 String value = keyStorePathArg.getValue();
906 if (keyStorePathArg.isPresent())
911 fos = new FileInputStream(keyStorePathArg.getValue());
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java143 public StringArgument keyStorePathArg = null; field in class:SecureConnectionCliArgs
562 keyStorePathArg = new StringArgument("keyStorePath",
566 keyStorePathArg.setPropertyName(OPTION_LONG_KEYSTOREPATH);
567 argList.add(keyStorePathArg);
700 if (keyStorePathArg.isPresent())
703 String value = keyStorePathArg.getValue();
905 if (keyStorePathArg.isPresent())
910 fos = new FileInputStream(keyStorePathArg.getValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java144 public StringArgument keyStorePathArg = null; field in class:SecureConnectionCliArgs
563 keyStorePathArg = new StringArgument("keyStorePath",
567 keyStorePathArg.setPropertyName(OPTION_LONG_KEYSTOREPATH);
568 argList.add(keyStorePathArg);
701 if (keyStorePathArg.isPresent())
704 String value = keyStorePathArg.getValue();
906 if (keyStorePathArg.isPresent())
911 fos = new FileInputStream(keyStorePathArg.getValue());
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java350 secureArgsList.keyStorePathArg.isPresent()
1079 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1087 boolean weDontKnowIfWeNeedKeystore = !(secureArgsList.keyStorePathArg
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1106 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1150 copySecureArgsList.keyStorePathArg.clearValues();
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1152 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java349 secureArgsList.keyStorePathArg.isPresent()
1078 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1086 boolean weDontKnowIfWeNeedKeystore = !(secureArgsList.keyStorePathArg
1104 keystorePath = secureArgsList.keyStorePathArg.getValue();
1105 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1149 copySecureArgsList.keyStorePathArg.clearValues();
1150 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1151 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java350 secureArgsList.keyStorePathArg.isPresent()
1079 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1087 boolean weDontKnowIfWeNeedKeystore = !(secureArgsList.keyStorePathArg
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1106 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1150 copySecureArgsList.keyStorePathArg.clearValues();
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1152 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java350 secureArgsList.keyStorePathArg.isPresent()
1079 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1087 boolean weDontKnowIfWeNeedKeystore = !(secureArgsList.keyStorePathArg
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1106 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1150 copySecureArgsList.keyStorePathArg.clearValues();
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1152 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java349 secureArgsList.keyStorePathArg.isPresent()
1078 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1086 boolean weDontKnowIfWeNeedKeystore = !(secureArgsList.keyStorePathArg
1104 keystorePath = secureArgsList.keyStorePathArg.getValue();
1105 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1149 copySecureArgsList.keyStorePathArg.clearValues();
1150 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1151 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1107 commandBuilder.removeArgument(copySecureArgsList.keyStorePathArg);
1116 !secureArgsList.keyStorePathArg.isPresent()
1132 state.keystorePath = secureArgsList.keyStorePathArg.getValue();
1133 if (app.isInteractive() && !secureArgsList.keyStorePathArg.isPresent())
1176 copySecureArgsList.keyStorePathArg.clearValues();
1177 copySecureArgsList.keyStorePathArg.addValue(state.keystorePath);
1178 commandBuilder.addArgument(copySecureArgsList.keyStorePathArg);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java273 args.keyStorePathArg.getValue(),
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java272 args.keyStorePathArg.getValue(),
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java273 args.keyStorePathArg.getValue(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java273 args.keyStorePathArg.getValue(),
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java272 args.keyStorePathArg.getValue(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java216 args.keyStorePathArg.getValue(),

Completed in 74 milliseconds