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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java116 private Set tokenRegistry = field in class:ResourceResultCache
472 if (!tokenRegistry.contains(tokenID)) {
474 tokenRegistry.add(tokenID);
1243 boolean tokenPresent = tokenRegistry.remove(tokenID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java119 private Set tokenRegistry = field in class:ResourceResultCache
475 if (!tokenRegistry.contains(tokenID)) {
478 tokenRegistry.add(tokenID);
480 // Catching exception to avoid adding tokenID to tokenRegistry
1252 boolean tokenPresent = tokenRegistry.remove(tokenID);

Completed in 66 milliseconds