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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyCache.java44 private HashMap<String, Integer> countByRealm; field in class:PolicyCache
50 countByRealm = new HashMap<String, Integer>();
65 Integer i = countByRealm.get(realm);
67 countByRealm.put(realm, count);
113 Integer i = countByRealm.get(realm);
115 countByRealm.put(realm, i.intValue() - 1);
142 Integer integer = countByRealm.get(realm);
157 for (Integer i : countByRealm.values()) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyCache.java44 private HashMap<String, Integer> countByRealm; field in class:PolicyCache
50 countByRealm = new HashMap<String, Integer>();
65 Integer i = countByRealm.get(realm);
67 countByRealm.put(realm, count);
113 Integer i = countByRealm.get(realm);
115 countByRealm.put(realm, i.intValue() - 1);
142 Integer integer = countByRealm.get(realm);
157 for (Integer i : countByRealm.values()) {

Completed in 28 milliseconds