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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java155 * @param bootstrapInfo object that contains information on how to
160 public static boolean bootstrap(BootstrapData bootstrapInfo, boolean reinit) argument
162 return (getConfiguration(bootstrapInfo, reinit, true) != null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java155 * @param bootstrapInfo object that contains information on how to
160 public static boolean bootstrap(BootstrapData bootstrapInfo, boolean reinit) argument
162 return (getConfiguration(bootstrapInfo, reinit, true) != null);

Completed in 36 milliseconds