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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java115 protected static Hashtable profileNameTable = new Hashtable(); field in class:AMObjectImpl
149 * more than once to profileNameTable and the objImplListeners
2217 Hashtable pTable = profileNameTable;
3295 Hashtable pTable = profileNameTable;
3393 // Remove the dn from the profileNameTable corresponding to
3400 Hashtable pTable = profileNameTable;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java116 protected static Hashtable profileNameTable = new Hashtable(); field in class:AMObjectImpl
150 * more than once to profileNameTable and the objImplListeners
2218 Hashtable pTable = profileNameTable;
3296 Hashtable pTable = profileNameTable;
3397 // Remove the dn from the profileNameTable corresponding to
3404 Hashtable pTable = profileNameTable;

Completed in 32 milliseconds