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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java25 * $Id: SessionNotificationHandler.java,v 1.5 2008/07/23 18:13:55 ww203982 Exp $
43 * <code>SessionNotificationHandler</code> implements
47 public class SessionNotificationHandler implements NotificationHandler { class in inherits:NotificationHandler
49 public static SessionNotificationHandler handler = null;
55 SessionNotificationHandler(SessionCache sessionCache) { method in class:SessionNotificationHandler
100 "SessionNotificationHandler:processNotification : ", e);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java25 * $Id: SessionNotificationHandler.java,v 1.5 2008/07/23 18:13:55 ww203982 Exp $
44 * <code>SessionNotificationHandler</code> implements
48 public class SessionNotificationHandler implements NotificationHandler { class in inherits:NotificationHandler
50 public static SessionNotificationHandler handler = null;
56 public SessionNotificationHandler() { method in class:SessionNotificationHandler
61 SessionNotificationHandler(SessionCache sessionCache) { method in class:SessionNotificationHandler
130 "SessionNotificationHandler:processNotification : ", e);

Completed in 31 milliseconds