Searched defs:notification (Results 1 - 25 of 122) sorted by relevance

12345

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dschema.sql19 CREATE TABLE notification ( table
H A DFRANotificationViewController.h31 * The notification model. Exposed to allow (setter) dependency injection.
33 @property (weak, nonatomic) FRANotification *notification; variable
51 * The UILabel in which the notification message will be displayed.
/forgerock/openam/openam-notifications/src/main/java/org/forgerock/openam/notifications/
H A DConsumer.java41 * Accepts the given notification.
43 * @param notification a non-null notification
45 void accept(JsonValue notification); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DNotificationMessageNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
38 * generate a value that is the message for the account status notification.
44 * Creates a new notification message notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getMessage());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationMessageTemplateElement.java38 * an account status notification message.
44 * in the provided account status notification and appends it to the given
49 * @param notification The account status notification to process.
52 AccountStatusNotification notification);
51 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationPropertyNotificationMessageTemplateElement.java40 * This class implements a notification message template element that will
41 * generate a value that is the value of a specified notification property.
46 // The account status notification property for which to obtain the value.
52 * Creates a new notification property notification message template element.
54 * @param property The notification property for which to obtain the value.
68 AccountStatusNotification notification)
71 notification.getNotificationProperty(property);
67 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationTypeNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
38 * generate a value that is the name of the account status notification type.
44 * Creates a new notification type notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getNotificationType().getName());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DTextNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
49 * Creates a new text notification message template element from the provided
65 AccountStatusNotification notification)
64 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserAttributeNotificationMessageTemplateElement.java43 * This class implements a notification message template element that will
56 * Creates a new user DN notification message template element.
72 AccountStatusNotification notification)
74 Entry userEntry = notification.getUserEntry();
71 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserDNNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
44 * Creates a new user DN notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getUserDN().toString());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DNotificationMessageNotificationMessageTemplateElement.java36 * This class implements a notification message template element that will
37 * generate a value that is the message for the account status notification.
43 * Creates a new notification message notification message template element.
56 AccountStatusNotification notification)
58 buffer.append(notification.getMessage());
55 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationMessageTemplateElement.java37 * an account status notification message.
43 * in the provided account status notification and appends it to the given
48 * @param notification The account status notification to process.
51 AccountStatusNotification notification);
50 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationPropertyNotificationMessageTemplateElement.java39 * This class implements a notification message template element that will
40 * generate a value that is the value of a specified notification property.
45 // The account status notification property for which to obtain the value.
51 * Creates a new notification property notification message template element.
53 * @param property The notification property for which to obtain the value.
67 AccountStatusNotification notification)
70 notification.getNotificationProperty(property);
66 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationTypeNotificationMessageTemplateElement.java36 * This class implements a notification message template element that will
37 * generate a value that is the name of the account status notification type.
43 * Creates a new notification type notification message template element.
56 AccountStatusNotification notification)
58 buffer.append(notification.getNotificationType().getName());
55 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DTextNotificationMessageTemplateElement.java36 * This class implements a notification message template element that will
48 * Creates a new text notification message template element from the provided
64 AccountStatusNotification notification)
63 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserAttributeNotificationMessageTemplateElement.java42 * This class implements a notification message template element that will
55 * Creates a new user DN notification message template element.
71 AccountStatusNotification notification)
73 Entry userEntry = notification.getUserEntry();
70 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserDNNotificationMessageTemplateElement.java36 * This class implements a notification message template element that will
43 * Creates a new user DN notification message template element.
56 AccountStatusNotification notification)
58 buffer.append(notification.getUserDN().toString());
55 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DNotificationMessageNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
38 * generate a value that is the message for the account status notification.
44 * Creates a new notification message notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getMessage());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationMessageTemplateElement.java38 * an account status notification message.
44 * in the provided account status notification and appends it to the given
49 * @param notification The account status notification to process.
52 AccountStatusNotification notification);
51 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationPropertyNotificationMessageTemplateElement.java40 * This class implements a notification message template element that will
41 * generate a value that is the value of a specified notification property.
46 // The account status notification property for which to obtain the value.
52 * Creates a new notification property notification message template element.
54 * @param property The notification property for which to obtain the value.
68 AccountStatusNotification notification)
71 notification.getNotificationProperty(property);
67 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DNotificationTypeNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
38 * generate a value that is the name of the account status notification type.
44 * Creates a new notification type notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getNotificationType().getName());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DTextNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
49 * Creates a new text notification message template element from the provided
65 AccountStatusNotification notification)
64 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserAttributeNotificationMessageTemplateElement.java43 * This class implements a notification message template element that will
56 * Creates a new user DN notification message template element.
72 AccountStatusNotification notification)
74 Entry userEntry = notification.getUserEntry();
71 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
H A DUserDNNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
44 * Creates a new user DN notification message template element.
57 AccountStatusNotification notification)
59 buffer.append(notification.getUserDN().toString());
56 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationMessageNotificationMessageTemplateElement.java37 * This class implements a notification message template element that will
38 * generate a value that is the message for the account status notification.
44 * Creates a new notification message notification message template element.
52 * Creates a new notification message notification message template element.
66 AccountStatusNotification notification)
69 buffer.append(notification.getMessage());
71 buffer.append(notification.getMessage().toString().toLowerCase());
73 buffer.append(notification
65 generateValue(MessageBuilder buffer, AccountStatusNotification notification) argument
[all...]

Completed in 118 milliseconds

12345