Searched refs:AccountStatusNotificationType (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java49 import org.opends.server.types.AccountStatusNotificationType;
79 for (AccountStatusNotificationType t :
80 AccountStatusNotificationType.values())
91 private HashSet<AccountStatusNotificationType> notificationTypes;
233 HashSet<AccountStatusNotificationType> newNotificationTypes =
234 new HashSet<AccountStatusNotificationType>();
239 AccountStatusNotificationType configNotificationType:
262 private AccountStatusNotificationType getNotificationType(
264 AccountStatusNotificationType configNotificationType
267 AccountStatusNotificationType n
[all...]
H A DSMTPAccountStatusNotificationHandler.java52 import org.opends.server.types.AccountStatusNotificationType;
112 private HashMap<AccountStatusNotificationType,
116 private HashMap<AccountStatusNotificationType,String> subjectMap;
183 private HashMap<AccountStatusNotificationType,String> parseSubjects(
187 HashMap<AccountStatusNotificationType,String> map =
188 new HashMap<AccountStatusNotificationType,String>();
200 AccountStatusNotificationType t =
201 AccountStatusNotificationType.typeForName(notificationTypeName);
242 private HashMap<AccountStatusNotificationType,
247 HashMap<AccountStatusNotificationType,
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java48 import org.opends.server.types.AccountStatusNotificationType;
78 for (AccountStatusNotificationType t :
79 AccountStatusNotificationType.values())
90 private HashSet<AccountStatusNotificationType> notificationTypes;
232 HashSet<AccountStatusNotificationType> newNotificationTypes =
233 new HashSet<AccountStatusNotificationType>();
238 AccountStatusNotificationType configNotificationType:
261 private AccountStatusNotificationType getNotificationType(
263 AccountStatusNotificationType configNotificationType
266 AccountStatusNotificationType n
[all...]
H A DSMTPAccountStatusNotificationHandler.java51 import org.opends.server.types.AccountStatusNotificationType;
111 private HashMap<AccountStatusNotificationType,
115 private HashMap<AccountStatusNotificationType,String> subjectMap;
182 private HashMap<AccountStatusNotificationType,String> parseSubjects(
186 HashMap<AccountStatusNotificationType,String> map =
187 new HashMap<AccountStatusNotificationType,String>();
199 AccountStatusNotificationType t =
200 AccountStatusNotificationType.typeForName(notificationTypeName);
241 private HashMap<AccountStatusNotificationType,
246 HashMap<AccountStatusNotificationType,
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java49 import org.opends.server.types.AccountStatusNotificationType;
79 for (AccountStatusNotificationType t :
80 AccountStatusNotificationType.values())
91 private HashSet<AccountStatusNotificationType> notificationTypes;
233 HashSet<AccountStatusNotificationType> newNotificationTypes =
234 new HashSet<AccountStatusNotificationType>();
239 AccountStatusNotificationType configNotificationType:
262 private AccountStatusNotificationType getNotificationType(
264 AccountStatusNotificationType configNotificationType
267 AccountStatusNotificationType n
[all...]
H A DSMTPAccountStatusNotificationHandler.java52 import org.opends.server.types.AccountStatusNotificationType;
112 private HashMap<AccountStatusNotificationType,
116 private HashMap<AccountStatusNotificationType,String> subjectMap;
183 private HashMap<AccountStatusNotificationType,String> parseSubjects(
187 HashMap<AccountStatusNotificationType,String> map =
188 new HashMap<AccountStatusNotificationType,String>();
200 AccountStatusNotificationType t =
201 AccountStatusNotificationType.typeForName(notificationTypeName);
242 private HashMap<AccountStatusNotificationType,
247 HashMap<AccountStatusNotificationType,
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java49 import org.opends.server.types.AccountStatusNotificationType;
79 for (AccountStatusNotificationType t :
80 AccountStatusNotificationType.values())
91 private HashSet<AccountStatusNotificationType> notificationTypes;
233 HashSet<AccountStatusNotificationType> newNotificationTypes =
234 new HashSet<AccountStatusNotificationType>();
239 AccountStatusNotificationType configNotificationType:
262 private AccountStatusNotificationType getNotificationType(
264 AccountStatusNotificationType configNotificationType
267 AccountStatusNotificationType n
[all...]
H A DSMTPAccountStatusNotificationHandler.java52 import org.opends.server.types.AccountStatusNotificationType;
111 private HashMap<AccountStatusNotificationType,
115 private HashMap<AccountStatusNotificationType,
184 private static HashMap<AccountStatusNotificationType,
189 HashMap<AccountStatusNotificationType,
191 new HashMap<AccountStatusNotificationType,
204 AccountStatusNotificationType t =
205 AccountStatusNotificationType.typeForName(notificationTypeName);
262 private HashMap<AccountStatusNotificationType,
267 HashMap<AccountStatusNotificationType,
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java48 import org.opends.server.types.AccountStatusNotificationType;
78 for (AccountStatusNotificationType t :
79 AccountStatusNotificationType.values())
90 private HashSet<AccountStatusNotificationType> notificationTypes;
232 HashSet<AccountStatusNotificationType> newNotificationTypes =
233 new HashSet<AccountStatusNotificationType>();
238 AccountStatusNotificationType configNotificationType:
261 private AccountStatusNotificationType getNotificationType(
263 AccountStatusNotificationType configNotificationType
266 AccountStatusNotificationType n
[all...]
H A DSMTPAccountStatusNotificationHandler.java51 import org.opends.server.types.AccountStatusNotificationType;
111 private HashMap<AccountStatusNotificationType,
115 private HashMap<AccountStatusNotificationType,String> subjectMap;
182 private HashMap<AccountStatusNotificationType,String> parseSubjects(
186 HashMap<AccountStatusNotificationType,String> map =
187 new HashMap<AccountStatusNotificationType,String>();
199 AccountStatusNotificationType t =
200 AccountStatusNotificationType.typeForName(notificationTypeName);
241 private HashMap<AccountStatusNotificationType,
246 HashMap<AccountStatusNotificationType,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandler.java46 import org.opends.server.types.AccountStatusNotificationType;
74 for (AccountStatusNotificationType t : AccountStatusNotificationType.values())
85 private HashSet<AccountStatusNotificationType> notificationTypes;
201 HashSet<AccountStatusNotificationType> newNotificationTypes = new HashSet<>();
205 AccountStatusNotificationType configNotificationType:
228 private AccountStatusNotificationType getNotificationType(
230 AccountStatusNotificationType configNotificationType
233 AccountStatusNotificationType nt = null;
238 nt = AccountStatusNotificationType
[all...]
H A DSMTPAccountStatusNotificationHandler.java56 import org.opends.server.types.AccountStatusNotificationType;
103 private HashMap<AccountStatusNotificationType,
107 private HashMap<AccountStatusNotificationType,String> subjectMap;
171 private HashMap<AccountStatusNotificationType,String> parseSubjects(
175 HashMap<AccountStatusNotificationType,String> map = new HashMap<>();
186 AccountStatusNotificationType t =
187 AccountStatusNotificationType.typeForName(notificationTypeName);
225 private HashMap<AccountStatusNotificationType,
230 HashMap<AccountStatusNotificationType,
242 AccountStatusNotificationType
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotificationType.java44 public enum AccountStatusNotificationType enum
164 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
182 public static AccountStatusNotificationType typeForName(String name)
H A DAccountStatusNotification.java60 private AccountStatusNotificationType notificationType;
91 AccountStatusNotificationType notificationType,
121 public AccountStatusNotificationType getNotificationType()
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotificationType.java43 public enum AccountStatusNotificationType enum
163 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
181 public static AccountStatusNotificationType typeForName(String name)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotificationType.java44 public enum AccountStatusNotificationType enum
164 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
182 public static AccountStatusNotificationType typeForName(String name)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationType.java44 public enum AccountStatusNotificationType enum
164 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
182 public static AccountStatusNotificationType typeForName(String name)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationType.java43 public enum AccountStatusNotificationType enum
163 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
181 public static AccountStatusNotificationType typeForName(String name)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationType.java42 public enum AccountStatusNotificationType enum
162 private AccountStatusNotificationType(String name) method in class:AccountStatusNotificationType
180 public static AccountStatusNotificationType typeForName(String name)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java56 import org.opends.server.types.AccountStatusNotificationType;
63 import static org.opends.server.types.AccountStatusNotificationType.*;
210 AccountStatusNotificationType[] notificationTypes =
211 AccountStatusNotificationType.values();
234 AccountStatusNotificationType notificationType)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java55 import org.opends.server.types.AccountStatusNotificationType;
62 import static org.opends.server.types.AccountStatusNotificationType.*;
209 AccountStatusNotificationType[] notificationTypes =
210 AccountStatusNotificationType.values();
233 AccountStatusNotificationType notificationType)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java56 import org.opends.server.types.AccountStatusNotificationType;
63 import static org.opends.server.types.AccountStatusNotificationType.*;
210 AccountStatusNotificationType[] notificationTypes =
211 AccountStatusNotificationType.values();
234 AccountStatusNotificationType notificationType)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java55 import org.opends.server.types.AccountStatusNotificationType;
62 import static org.opends.server.types.AccountStatusNotificationType.*;
209 AccountStatusNotificationType[] notificationTypes =
210 AccountStatusNotificationType.values();
233 AccountStatusNotificationType notificationType)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java56 import org.opends.server.types.AccountStatusNotificationType;
63 import static org.opends.server.types.AccountStatusNotificationType.*;
210 AccountStatusNotificationType[] notificationTypes =
211 AccountStatusNotificationType.values();
234 AccountStatusNotificationType notificationType)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java46 import org.opends.server.types.AccountStatusNotificationType;
55 import static org.opends.server.types.AccountStatusNotificationType.*;
201 AccountStatusNotificationType[] notificationTypes =
202 AccountStatusNotificationType.values();
225 AccountStatusNotificationType notificationType)

Completed in 58 milliseconds

123