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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java86 private static HashMap wctxMap = new HashMap(); field in class:WSFederationUtils
233 synchronized (wctxMap)
235 wctxMap.put(wctx,wreply);
247 synchronized (wctxMap)
249 wreply = (String) wctxMap.remove(wctx);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java99 private static HashMap wctxMap = new HashMap(); field in class:WSFederationUtils
246 synchronized (wctxMap)
248 wctxMap.put(wctx,wreply);
260 synchronized (wctxMap)
262 wreply = (String) wctxMap.remove(wctx);

Completed in 22 milliseconds