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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java71 * objImplListeners</code> table which holds the list of all *Impl
77 * <code>objImplListeners</code> table. If not already registered then it is
79 * objImplListeners</code> table. The verification is done
103 * <code>objImplListeners</code> holds the list of all registered
108 private static Map objImplListeners = new HashMap(); field in class:AMObjectImpl
112 * objImplListeners table when a SSOToken is no longer valid. The key is
149 * more than once to profileNameTable and the objImplListeners
752 // Check if this AMObjectImpl has been added to the objImplListeners
770 synchronized (objImplListeners) {
771 Set destObjs = (Set) objImplListeners
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java72 * objImplListeners</code> table which holds the list of all *Impl
78 * <code>objImplListeners</code> table. If not already registered then it is
80 * objImplListeners</code> table. The verification is done
104 * <code>objImplListeners</code> holds the list of all registered
109 private static Map objImplListeners = new HashMap(); field in class:AMObjectImpl
113 * objImplListeners table when a SSOToken is no longer valid. The key is
150 * more than once to profileNameTable and the objImplListeners
753 // Check if this AMObjectImpl has been added to the objImplListeners
771 synchronized (objImplListeners) {
772 Set destObjs = (Set) objImplListeners
[all...]

Completed in 33 milliseconds