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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java453 String bootstrapFile,
457 File btsFile = new File(bootstrapFile);
452 create( String bootstrapFile, Map configuration, boolean legacy ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java130 String bootstrapFile = basedir + "/" + BOOTSTRAP;
131 if (new File(bootstrapFile).exists()) {
132 readFile(bootstrapFile);
543 String bootstrapFile,
547 File btsFile = new File(bootstrapFile);
542 create( String bootstrapFile, Map configuration, boolean legacy ) argument

Completed in 1722 milliseconds