Searched refs:bootDiscoEntryStr (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java126 private static String bootDiscoEntryStr = null; field in class:DiscoServiceManager
288 if ((bootDiscoEntryStr != null) && (bootDiscoEntryStr.length() != 0)) {
292 XMLUtils.createSAXSource(new InputSource(new StringReader(bootDiscoEntryStr))));
467 bootDiscoEntryStr = CollectionHelper.getMapAttr(
510 bootDiscoEntryStr = bootDiscoEntryStr.replaceAll(
513 bootDiscoEntryStr = bootDiscoEntryStr.replaceAll(
516 bootDiscoEntryStr
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java126 private static String bootDiscoEntryStr = null; field in class:DiscoServiceManager
288 if ((bootDiscoEntryStr != null) && (bootDiscoEntryStr.length() != 0)) {
292 XMLUtils.createSAXSource(new InputSource(new StringReader(bootDiscoEntryStr))));
467 bootDiscoEntryStr = CollectionHelper.getMapAttr(
510 bootDiscoEntryStr = bootDiscoEntryStr.replaceAll(
513 bootDiscoEntryStr = bootDiscoEntryStr.replaceAll(
516 bootDiscoEntryStr
[all...]

Completed in 31 milliseconds