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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java184 if (_cch.containsKey(key + classAttr.getValue())) {
185 hs = (Set) _cch.get(key + classAttr.getValue());
190 _cch.put(key + classAttr.getValue(), hs);
200 _cch.put(key + cname, hset);
210 _cch.put(key + classAttr.getValue(), attrSet);
218 _cch.put(key + classAttr.getValue(), attrSet);
227 _cch
323 _cch.put(org + "/" + SEARCH + "Names", set);
340 _cch.put(org + "/" + CREATION + "Names", set);
447 Enumeration e = _cch
983 static Hashtable _cch = null; field in class:ConfigManagerUMS
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java184 if (_cch.containsKey(key + classAttr.getValue())) {
185 hs = (Set) _cch.get(key + classAttr.getValue());
190 _cch.put(key + classAttr.getValue(), hs);
200 _cch.put(key + cname, hset);
210 _cch.put(key + classAttr.getValue(), attrSet);
218 _cch.put(key + classAttr.getValue(), attrSet);
227 _cch
323 _cch.put(org + "/" + SEARCH + "Names", set);
340 _cch.put(org + "/" + CREATION + "Names", set);
447 Enumeration e = _cch
983 static Hashtable _cch = null; field in class:ConfigManagerUMS
[all...]

Completed in 308 milliseconds