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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java118 data.add(createBootstrapResource(mapConfig, false));
461 return createBootstrapResource(configuration, legacy);
464 static String createBootstrapResource(Map configuration, boolean legacy) method in class:BootstrapData
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java140 data.add(createBootstrapResource(mapConfig, false));
185 // build the config map that createBootstrapResource() wants to see
188 // createBootstrapResource() expects proto to have :// appended.
201 String bootstrap = createBootstrapResource(m, false);
203 // just for added pleasure, createBootstrapResource() does not process the dsame user name
551 return createBootstrapResource(configuration, legacy);
554 static String createBootstrapResource(Map configuration, boolean legacy) method in class:BootstrapData

Completed in 47 milliseconds