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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java266 private FileBasedArgument rootPasswordFile; field in class:ConfigureDS
470 rootPasswordFile = new FileBasedArgument(
471 "rootpwfile", OPTION_SHORT_BINDPWD_FILE, "rootPasswordFile",
474 argParser.addArgument(rootPasswordFile);
663 else if (rootPasswordFile.isPresent())
665 rootPW = rootPasswordFile.getValue();

Completed in 94 milliseconds