/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | schema.sql | 19 CREATE TABLE notification ( table
|
H A D | FRANotificationViewController.h | 31 * 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 D | Consumer.java | 41 * 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 D | NotificationMessageNotificationMessageTemplateElement.java | 37 * 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 D | NotificationMessageTemplateElement.java | 38 * 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 D | NotificationPropertyNotificationMessageTemplateElement.java | 40 * 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 D | NotificationTypeNotificationMessageTemplateElement.java | 37 * 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 D | TextNotificationMessageTemplateElement.java | 37 * 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 D | UserAttributeNotificationMessageTemplateElement.java | 43 * 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 D | UserDNNotificationMessageTemplateElement.java | 37 * 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 D | NotificationMessageNotificationMessageTemplateElement.java | 36 * 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 D | NotificationMessageTemplateElement.java | 37 * 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 D | NotificationPropertyNotificationMessageTemplateElement.java | 39 * 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 D | NotificationTypeNotificationMessageTemplateElement.java | 36 * 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 D | TextNotificationMessageTemplateElement.java | 36 * 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 D | UserAttributeNotificationMessageTemplateElement.java | 42 * 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 D | UserDNNotificationMessageTemplateElement.java | 36 * 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 D | NotificationMessageNotificationMessageTemplateElement.java | 37 * 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 D | NotificationMessageTemplateElement.java | 38 * 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 D | NotificationPropertyNotificationMessageTemplateElement.java | 40 * 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 D | NotificationTypeNotificationMessageTemplateElement.java | 37 * 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 D | TextNotificationMessageTemplateElement.java | 37 * 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 D | UserAttributeNotificationMessageTemplateElement.java | 43 * 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 D | UserDNNotificationMessageTemplateElement.java | 37 * 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 D | NotificationMessageNotificationMessageTemplateElement.java | 37 * 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...] |