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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java275 private StringArgument rootDNString; field in class:ConfigureDS
458 rootDNString = new StringArgument(
462 argParser.addArgument(rootDNString);
520 && !rootDNString.isPresent())
638 if (rootDNString.isPresent())
642 rootDN = DN.valueOf(rootDNString.getValue());
647 rootDNString.getValue(), de.getMessageObject());
657 if (rootDNString.isPresent())

Completed in 31 milliseconds