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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java55 protected static Map<String, NotificationObject> notificationObjects = field in class:SMSEventListenerManager
202 NotificationObject no = notificationObjects.get(notificationID);
205 notificationObjects.remove(notificationID);
225 notificationObjects.put(no.getID(), no);

Completed in 30 milliseconds