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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java86 SessionNotification snot = SessionNotification.parseXML(notification.getContent());
87 if (snot != null) {
88 processNotification(snot, false);
104 * @param snot Session Notification object.
106 private void processNotification(SessionNotification snot, boolean isLocal) { argument
107 SessionInfo info = snot.getSessionInfo();
134 SessionEvent evt = new SessionEvent(session, snot.getNotificationType(), snot.getNotificationTime());

Completed in 28 milliseconds