Searched refs:notificationHandlers (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java75 notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
84 notificationHandlers =
191 AccountStatusNotificationHandler handler = notificationHandlers.get(
254 if (notificationHandlers.containsKey(configEntryDN))
381 notificationHandlers.put (configEntryDN, handlerClass);
496 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java93 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
320 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers =
327 notificationHandlers.put(handlerDN, handler);
472 policy.notificationHandlers = notificationHandlers;
581 return notificationHandlers.values();
750 if ((notificationHandlers == null) || notificationHandlers.isEmpty())
757 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java74 notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
83 notificationHandlers =
190 AccountStatusNotificationHandler handler = notificationHandlers.get(
253 if (notificationHandlers.containsKey(configEntryDN))
380 notificationHandlers.put (configEntryDN, handlerClass);
495 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java92 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
319 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers =
326 notificationHandlers.put(handlerDN, handler);
471 policy.notificationHandlers = notificationHandlers;
580 return notificationHandlers.values();
749 if ((notificationHandlers == null) || notificationHandlers.isEmpty())
756 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java75 notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
84 notificationHandlers =
191 AccountStatusNotificationHandler handler = notificationHandlers.get(
254 if (notificationHandlers.containsKey(configEntryDN))
381 notificationHandlers.put (configEntryDN, handlerClass);
496 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java93 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
320 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers =
327 notificationHandlers.put(handlerDN, handler);
472 policy.notificationHandlers = notificationHandlers;
581 return notificationHandlers.values();
750 if ((notificationHandlers == null) || notificationHandlers.isEmpty())
757 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java75 notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
84 notificationHandlers =
191 AccountStatusNotificationHandler handler = notificationHandlers.get(
254 if (notificationHandlers.containsKey(configEntryDN))
381 notificationHandlers.put (configEntryDN, handlerClass);
496 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java93 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
320 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers =
327 notificationHandlers.put(handlerDN, handler);
472 policy.notificationHandlers = notificationHandlers;
581 return notificationHandlers.values();
750 if ((notificationHandlers == null) || notificationHandlers.isEmpty())
757 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java74 notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
83 notificationHandlers =
190 AccountStatusNotificationHandler handler = notificationHandlers.get(
253 if (notificationHandlers.containsKey(configEntryDN))
380 notificationHandlers.put (configEntryDN, handlerClass);
495 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java92 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
319 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers =
326 notificationHandlers.put(handlerDN, handler);
471 policy.notificationHandlers = notificationHandlers;
580 return notificationHandlers.values();
749 if ((notificationHandlers == null) || notificationHandlers.isEmpty())
756 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java70 private final ConcurrentHashMap<DN,AccountStatusNotificationHandler> notificationHandlers; field in class:AccountStatusNotificationHandlerConfigManager
83 notificationHandlers = new ConcurrentHashMap<>();
184 AccountStatusNotificationHandler handler = notificationHandlers.get(configEntryDN);
244 if (notificationHandlers.containsKey(configEntryDN))
357 notificationHandlers.put (configEntryDN, handlerClass);
436 notificationHandlers.remove (configEntryDN);
H A DPasswordPolicyFactory.java81 private Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers; field in class:PasswordPolicyFactory.PasswordPolicyImpl
285 Map<DN, AccountStatusNotificationHandler<?>> notificationHandlers = new HashMap<>();
290 notificationHandlers.put(handlerDN, handler);
405 this.notificationHandlers = notificationHandlers;
484 return notificationHandlers.values();
645 if (notificationHandlers == null || notificationHandlers.isEmpty())
652 Iterator<DN> iterator = notificationHandlers.keySet().iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java77 private static Hashtable notificationHandlers = new Hashtable(); field in class:PLLClient
303 if (notificationHandlers.containsKey(service)) {
308 notificationHandlers.put(service, handler);
318 notificationHandlers.remove(service);
328 return (NotificationHandler) notificationHandlers.get(service);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java77 private static Hashtable notificationHandlers = new Hashtable(); field in class:PLLClient
303 if (notificationHandlers.containsKey(service)) {
308 notificationHandlers.put(service, handler);
318 notificationHandlers.remove(service);
328 return (NotificationHandler) notificationHandlers.get(service);

Completed in 98 milliseconds