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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java443 * @param bindPasswordFile
455 public static String getPasswordValue(StringArgument bindPassword, FileBasedArgument bindPasswordFile, argument
460 || (!bindPasswordFile.isPresent() && bindDNValue != null && bindPasswordValue == null))
478 return bindPasswordFile.getValue();

Completed in 34 milliseconds