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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java316 final String rootPW = parseRootDNPassword();
339 updateRootUser(rootDN, rootPW);
656 String rootPW = null;
661 rootPW = rootPassword.getValue();
665 rootPW = rootPasswordFile.getValue();
672 return rootPW;
1030 private void updateRootUser(final DN rootDN, final String rootPW) throws ConfigureDSException argument
1042 final String encodedPassword = SaltedSHA512PasswordStorageScheme.encodeOffline(getBytes(rootPW));

Completed in 46 milliseconds