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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java604 String fileBootstrap = getBootstrapLocator();
1181 String locator = getBootstrapLocator();
1213 private static String getBootstrapLocator() throws ConfiguratorException { method in class:AMSetupServlet
1235 debug.message("AMSetupServlet.getBootstrapLocator: only old path exists, returning old "
1247 debug.message("AMSetupServlet.getBootstrapLocator: both old and new paths exist, found a "
1253 debug.message("AMSetupServlet.getBootstrapLocator: both old and new paths exist but did "
1260 debug.message("AMSetupServlet.getBootstrapLocator: only new path exists, returning new "
1284 String bootstrap = getBootstrapLocator();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java513 String fileBootstrap = getBootstrapLocator();
1068 String locator = getBootstrapLocator();
1125 private static String getBootstrapLocator() throws ConfiguratorException { method in class:AMSetupServlet
1147 debug.message("AMSetupServlet.getBootstrapLocator: only old path exists, returning old "
1159 debug.message("AMSetupServlet.getBootstrapLocator: both old and new paths exist, found a "
1165 debug.message("AMSetupServlet.getBootstrapLocator: both old and new paths exist but did "
1172 debug.message("AMSetupServlet.getBootstrapLocator: only new path exists, returning new "
1196 String bootstrap = getBootstrapLocator();

Completed in 39 milliseconds