Searched defs:handlerDN (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java5141 * @param handlerDN The DN of the configuration entry associated with the
5148 getAccountStatusNotificationHandler(DN handlerDN) argument
5150 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
5159 * @param handlerDN The DN of the configuration entry that defines the
5164 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
5167 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
5176 * @param handlerDN The DN of the configuration entry for the account status
5179 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
5181 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java4817 * @param handlerDN The DN of the configuration entry associated with the
4824 getAccountStatusNotificationHandler(DN handlerDN) argument
4826 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
4835 * @param handlerDN The DN of the configuration entry that defines the
4840 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
4843 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
4852 * @param handlerDN The DN of the configuration entry for the account status
4855 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
4857 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java5141 * @param handlerDN The DN of the configuration entry associated with the
5148 getAccountStatusNotificationHandler(DN handlerDN) argument
5150 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
5159 * @param handlerDN The DN of the configuration entry that defines the
5164 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
5167 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
5176 * @param handlerDN The DN of the configuration entry for the account status
5179 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
5181 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java5369 * @param handlerDN The DN of the configuration entry associated with the
5376 getAccountStatusNotificationHandler(DN handlerDN) argument
5378 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
5387 * @param handlerDN The DN of the configuration entry that defines the
5392 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
5395 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
5404 * @param handlerDN The DN of the configuration entry for the account status
5407 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
5409 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java4817 * @param handlerDN The DN of the configuration entry associated with the
4824 getAccountStatusNotificationHandler(DN handlerDN) argument
4826 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
4835 * @param handlerDN The DN of the configuration entry that defines the
4840 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
4843 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
4852 * @param handlerDN The DN of the configuration entry for the account status
4855 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
4857 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java3648 * @param handlerDN The DN of the configuration entry associated with the
3655 getAccountStatusNotificationHandler(DN handlerDN) argument
3657 return directoryServer.accountStatusNotificationHandlers.get(handlerDN);
3664 * @param handlerDN The DN of the configuration entry that defines the
3669 public static void registerAccountStatusNotificationHandler(DN handlerDN, argument
3672 directoryServer.accountStatusNotificationHandlers.put(handlerDN, handler);
3679 * @param handlerDN The DN of the configuration entry for the account status
3682 public static void deregisterAccountStatusNotificationHandler(DN handlerDN) argument
3684 directoryServer.accountStatusNotificationHandlers.remove(handlerDN);

Completed in 121 milliseconds