Searched refs:AccountStatusNotificationProperty (Results 1 - 25 of 43) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java35 import org.opends.server.types.AccountStatusNotificationProperty;
47 private AccountStatusNotificationProperty property;
57 AccountStatusNotificationProperty property)
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java34 import org.opends.server.types.AccountStatusNotificationProperty;
46 private AccountStatusNotificationProperty property;
56 AccountStatusNotificationProperty property)
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java35 import org.opends.server.types.AccountStatusNotificationProperty;
47 private AccountStatusNotificationProperty property;
57 AccountStatusNotificationProperty property)
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java34 import org.opends.server.types.AccountStatusNotificationProperty;
46 private AccountStatusNotificationProperty property;
56 AccountStatusNotificationProperty property)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java33 import org.opends.server.types.AccountStatusNotificationProperty;
43 private AccountStatusNotificationProperty property;
53 AccountStatusNotificationProperty property)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java35 import org.opends.server.types.AccountStatusNotificationProperty;
47 private AccountStatusNotificationProperty property;
58 AccountStatusNotificationProperty property)
77 AccountStatusNotificationProperty property, String options)
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java43 AccountStatusNotificationProperty.*;
67 private Map<AccountStatusNotificationProperty,List<String>>
93 Map<AccountStatusNotificationProperty,List<String>>
103 new HashMap<AccountStatusNotificationProperty,
175 public Map<AccountStatusNotificationProperty,List<String>>
196 AccountStatusNotificationProperty property)
229 public static Map<AccountStatusNotificationProperty,List<String>>
236 HashMap<AccountStatusNotificationProperty,List<String>> props =
237 new HashMap<AccountStatusNotificationProperty,
H A DAccountStatusNotificationProperty.java46 public enum AccountStatusNotificationProperty enum
147 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
165 public static AccountStatusNotificationProperty forName(String name)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java42 AccountStatusNotificationProperty.*;
66 private Map<AccountStatusNotificationProperty,List<String>>
92 Map<AccountStatusNotificationProperty,List<String>>
102 new HashMap<AccountStatusNotificationProperty,
174 public Map<AccountStatusNotificationProperty,List<String>>
195 AccountStatusNotificationProperty property)
228 public static Map<AccountStatusNotificationProperty,List<String>>
235 HashMap<AccountStatusNotificationProperty,List<String>> props =
236 new HashMap<AccountStatusNotificationProperty,
H A DAccountStatusNotificationProperty.java45 public enum AccountStatusNotificationProperty enum
146 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
164 public static AccountStatusNotificationProperty forName(String name)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java43 AccountStatusNotificationProperty.*;
67 private Map<AccountStatusNotificationProperty,List<String>>
93 Map<AccountStatusNotificationProperty,List<String>>
103 new HashMap<AccountStatusNotificationProperty,
175 public Map<AccountStatusNotificationProperty,List<String>>
196 AccountStatusNotificationProperty property)
229 public static Map<AccountStatusNotificationProperty,List<String>>
236 HashMap<AccountStatusNotificationProperty,List<String>> props =
237 new HashMap<AccountStatusNotificationProperty,
H A DAccountStatusNotificationProperty.java46 public enum AccountStatusNotificationProperty enum
147 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
165 public static AccountStatusNotificationProperty forName(String name)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java43 AccountStatusNotificationProperty.*;
67 private Map<AccountStatusNotificationProperty,List<String>>
93 Map<AccountStatusNotificationProperty,List<String>>
103 new HashMap<AccountStatusNotificationProperty,
175 public Map<AccountStatusNotificationProperty,List<String>>
196 AccountStatusNotificationProperty property)
229 public static Map<AccountStatusNotificationProperty,List<String>>
236 HashMap<AccountStatusNotificationProperty,List<String>> props =
237 new HashMap<AccountStatusNotificationProperty,
H A DAccountStatusNotificationProperty.java46 public enum AccountStatusNotificationProperty enum
147 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
165 public static AccountStatusNotificationProperty forName(String name)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java42 AccountStatusNotificationProperty.*;
66 private Map<AccountStatusNotificationProperty,List<String>>
92 Map<AccountStatusNotificationProperty,List<String>>
102 new HashMap<AccountStatusNotificationProperty,
174 public Map<AccountStatusNotificationProperty,List<String>>
195 AccountStatusNotificationProperty property)
228 public static Map<AccountStatusNotificationProperty,List<String>>
235 HashMap<AccountStatusNotificationProperty,List<String>> props =
236 new HashMap<AccountStatusNotificationProperty,
H A DAccountStatusNotificationProperty.java45 public enum AccountStatusNotificationProperty enum
146 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
164 public static AccountStatusNotificationProperty forName(String name)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationProperty.java43 public enum AccountStatusNotificationProperty enum
144 private AccountStatusNotificationProperty(String name) method in class:AccountStatusNotificationProperty
162 public static AccountStatusNotificationProperty forName(String name)
H A DAccountStatusNotification.java29 import static org.opends.server.types.AccountStatusNotificationProperty.*;
65 private Map<AccountStatusNotificationProperty,List<String>>
93 Map<AccountStatusNotificationProperty,List<String>>
173 public Map<AccountStatusNotificationProperty,List<String>>
194 AccountStatusNotificationProperty property)
227 public static Map<AccountStatusNotificationProperty,List<String>>
234 HashMap<AccountStatusNotificationProperty,List<String>> props = new HashMap<>(4);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java55 import org.opends.server.types.AccountStatusNotificationProperty;
64 import static org.opends.server.types.AccountStatusNotificationProperty.*;
263 HashMap<AccountStatusNotificationProperty,List<String>>
265 new HashMap<AccountStatusNotificationProperty,List<String>>();
H A DTestAccountStatusNotificationHandler.java40 import static org.opends.server.types.AccountStatusNotificationProperty.*;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java54 import org.opends.server.types.AccountStatusNotificationProperty;
63 import static org.opends.server.types.AccountStatusNotificationProperty.*;
262 HashMap<AccountStatusNotificationProperty,List<String>>
264 new HashMap<AccountStatusNotificationProperty,List<String>>();
H A DTestAccountStatusNotificationHandler.java39 import static org.opends.server.types.AccountStatusNotificationProperty.*;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java55 import org.opends.server.types.AccountStatusNotificationProperty;
64 import static org.opends.server.types.AccountStatusNotificationProperty.*;
263 HashMap<AccountStatusNotificationProperty,List<String>>
265 new HashMap<AccountStatusNotificationProperty,List<String>>();
H A DTestAccountStatusNotificationHandler.java40 import static org.opends.server.types.AccountStatusNotificationProperty.*;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java54 import org.opends.server.types.AccountStatusNotificationProperty;
63 import static org.opends.server.types.AccountStatusNotificationProperty.*;
262 HashMap<AccountStatusNotificationProperty,List<String>>
264 new HashMap<AccountStatusNotificationProperty,List<String>>();

Completed in 2483 milliseconds

12