Searched refs:getNotificationType (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java69 buffer.append(notification.getNotificationType().getName());
71 buffer.append(notification.getNotificationType().getName().toLowerCase());
73 buffer.append(notification.getNotificationType().getName().toUpperCase());
H A DErrorLogAccountStatusNotificationHandler.java120 notification.getNotificationType().getName(),
242 newNotificationTypes.add (getNotificationType (configNotificationType));
262 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java59 buffer.append(notification.getNotificationType().getName());
H A DErrorLogAccountStatusNotificationHandler.java120 notification.getNotificationType().getName(),
242 newNotificationTypes.add (getNotificationType (configNotificationType));
262 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java58 buffer.append(notification.getNotificationType().getName());
H A DErrorLogAccountStatusNotificationHandler.java119 notification.getNotificationType().getName(),
241 newNotificationTypes.add (getNotificationType (configNotificationType));
261 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java59 buffer.append(notification.getNotificationType().getName());
H A DErrorLogAccountStatusNotificationHandler.java120 notification.getNotificationType().getName(),
242 newNotificationTypes.add (getNotificationType (configNotificationType));
262 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java58 buffer.append(notification.getNotificationType().getName());
H A DErrorLogAccountStatusNotificationHandler.java119 notification.getNotificationType().getName(),
241 newNotificationTypes.add (getNotificationType (configNotificationType));
261 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DNotificationTypeNotificationMessageTemplateElement.java53 buffer.append(notification.getNotificationType().getName());
H A DErrorLogAccountStatusNotificationHandler.java110 notification.getNotificationType().getName(),
208 newNotificationTypes.add (getNotificationType (configNotificationType));
228 private AccountStatusNotificationType getNotificationType( method in class:ErrorLogAccountStatusNotificationHandler
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java85 assertNotNull(notification.getNotificationType());
93 switch (notification.getNotificationType())
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java84 assertNotNull(notification.getNotificationType());
92 switch (notification.getNotificationType())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java85 assertNotNull(notification.getNotificationType());
93 switch (notification.getNotificationType())
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java84 assertNotNull(notification.getNotificationType());
92 switch (notification.getNotificationType())
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java85 assertNotNull(notification.getNotificationType());
93 switch (notification.getNotificationType())
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java76 assertNotNull(notification.getNotificationType());
84 switch (notification.getNotificationType())
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java134 SessionEvent evt = new SessionEvent(session, snot.getNotificationType(), snot.getNotificationTime());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java191 public int getNotificationType() { method in class:SessionNotification
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java102 public int getNotificationType() { method in class:PolicyNotification
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java104 SessionEventType sessionEventType = SessionEventType.fromCode(notification.getNotificationType());
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java191 public int getNotificationType() { method in class:SessionNotification
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java102 public int getNotificationType() { method in class:PolicyNotification
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java121 public AccountStatusNotificationType getNotificationType() method in class:AccountStatusNotification

Completed in 132 milliseconds

12