Searched defs:truststorePath (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java116 private String truststorePath; field in class:LDAPConnectionConsoleInteraction
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
966 truststorePath = app.readValidatedInput(
975 if (truststorePath != null)
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
1009 .get(truststorePath);
1023 if (truststorePath != null)
1025 FileInputStream fos = new FileInputStream(truststorePath);
1042 (truststorePath != null))
1050 else if ((truststorePassword != null) && (truststorePath !
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java115 private String truststorePath; field in class:LDAPConnectionConsoleInteraction
925 truststorePath = secureArgsList.trustStorePathArg.getValue();
965 truststorePath = app.readValidatedInput(
974 if (truststorePath != null)
977 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
1008 .get(truststorePath);
1022 if (truststorePath != null)
1024 FileInputStream fos = new FileInputStream(truststorePath);
1041 (truststorePath != null))
1049 else if ((truststorePassword != null) && (truststorePath !
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java116 private String truststorePath; field in class:LDAPConnectionConsoleInteraction
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
966 truststorePath = app.readValidatedInput(
975 if (truststorePath != null)
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
1009 .get(truststorePath);
1023 if (truststorePath != null)
1025 FileInputStream fos = new FileInputStream(truststorePath);
1042 (truststorePath != null))
1050 else if ((truststorePassword != null) && (truststorePath !
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java116 private String truststorePath; field in class:LDAPConnectionConsoleInteraction
926 truststorePath = secureArgsList.trustStorePathArg.getValue();
966 truststorePath = app.readValidatedInput(
975 if (truststorePath != null)
978 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
1009 .get(truststorePath);
1023 if (truststorePath != null)
1025 FileInputStream fos = new FileInputStream(truststorePath);
1042 (truststorePath != null))
1050 else if ((truststorePassword != null) && (truststorePath !
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java115 private String truststorePath; field in class:LDAPConnectionConsoleInteraction
925 truststorePath = secureArgsList.trustStorePathArg.getValue();
965 truststorePath = app.readValidatedInput(
974 if (truststorePath != null)
977 copySecureArgsList.trustStorePathArg.addValue(truststorePath);
1008 .get(truststorePath);
1022 if (truststorePath != null)
1024 FileInputStream fos = new FileInputStream(truststorePath);
1041 (truststorePath != null))
1049 else if ((truststorePassword != null) && (truststorePath !
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 private String truststorePath; field in class:LDAPConnectionConsoleInteraction.State
959 state.truststorePath = secureArgsList.trustStorePathArg.getValue();
997 state.truststorePath = app.readValidatedInput(
1006 if (state.truststorePath != null)
1009 copySecureArgsList.trustStorePathArg.addValue(state.truststorePath);
1039 LocalizableMessage prompt = INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD.get(state.truststorePath);
1053 if (state.truststorePath != null)
1055 try (FileInputStream fos = new FileInputStream(state.truststorePath))
1072 if (secureArgsList.trustStorePasswordFileArg.isPresent() && state.truststorePath != null)
1079 else if (state.truststorePassword != null && state.truststorePath !
[all...]

Completed in 57 milliseconds