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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java68 notificationProperties; field in class:AccountStatusNotification
86 * @param notificationProperties A set of properties that may
94 notificationProperties)
100 if (notificationProperties == null)
102 this.notificationProperties =
108 this.notificationProperties = notificationProperties;
178 return notificationProperties;
198 return notificationProperties.get(property);
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java67 notificationProperties; field in class:AccountStatusNotification
85 * @param notificationProperties A set of properties that may
93 notificationProperties)
99 if (notificationProperties == null)
101 this.notificationProperties =
107 this.notificationProperties = notificationProperties;
177 return notificationProperties;
197 return notificationProperties.get(property);
89 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java68 notificationProperties; field in class:AccountStatusNotification
86 * @param notificationProperties A set of properties that may
94 notificationProperties)
100 if (notificationProperties == null)
102 this.notificationProperties =
108 this.notificationProperties = notificationProperties;
178 return notificationProperties;
198 return notificationProperties.get(property);
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java68 notificationProperties; field in class:AccountStatusNotification
86 * @param notificationProperties A set of properties that may
94 notificationProperties)
100 if (notificationProperties == null)
102 this.notificationProperties =
108 this.notificationProperties = notificationProperties;
178 return notificationProperties;
198 return notificationProperties.get(property);
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java67 notificationProperties; field in class:AccountStatusNotification
85 * @param notificationProperties A set of properties that may
93 notificationProperties)
99 if (notificationProperties == null)
101 this.notificationProperties =
107 this.notificationProperties = notificationProperties;
177 return notificationProperties;
197 return notificationProperties.get(property);
89 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotification.java66 notificationProperties; field in class:AccountStatusNotification
86 * @param notificationProperties A set of properties that may
94 notificationProperties)
100 if (notificationProperties == null)
102 this.notificationProperties = new HashMap<>(0);
106 this.notificationProperties = notificationProperties;
176 return notificationProperties;
196 return notificationProperties.get(property);
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3620 * @param notificationProperties The set of properties for the notification.
3626 notificationProperties)
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3658 * @param notificationProperties The set of properties for the notification.
3664 notificationProperties)
3667 notificationType, userEntry, message, notificationProperties));
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3620 * @param notificationProperties The set of properties for the notification.
3626 notificationProperties)
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3620 * @param notificationProperties The set of properties for the notification.
3626 notificationProperties)
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3658 * @param notificationProperties The set of properties for the notification.
3664 notificationProperties)
3667 notificationType, userEntry, message, notificationProperties));
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java138 private final Set notificationProperties; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
157 notificationProperties = loadPropertyNotificationPropertiesSchemaSetting(attrs);
174 return propertyNotificationEnabled && notificationProperties.contains(key);
210 sessionDebug.message("notificationProperties=" + value);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java180 private final Set notificationProperties; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
199 notificationProperties = loadPropertyNotificationPropertiesSchemaSetting(attrs);
217 return propertyNotificationEnabled && notificationProperties.contains(key);
253 sessionDebug.message("notificationProperties=" + value);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java2993 * @param notificationProperties The set of properties for the notification.
2998 Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
3001 new AccountStatusNotification(notificationType, userEntry, message, notificationProperties));
2995 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument

Completed in 124 milliseconds