Searched refs:notificationHandler (Results 1 - 13 of 13) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationGateway.m25 @property (nonatomic, strong, readonly) FRANotificationHandler *notificationHandler;
73 [[self notificationHandler] application:application didReceiveRemoteNotification:userInfo];
78 [[self notificationHandler] application:application didReceiveRemoteNotification:userInfo];
H A DFRAApplicationAssembly.h47 - (FRANotificationHandler *)notificationHandler;
H A DFRAApplicationAssembly.m102 [initializer injectParameterWith:[self notificationHandler]];
108 - (FRANotificationHandler *)notificationHandler {
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java420 <? extends AccountStatusNotificationHandlerCfg> notificationHandler;
429 notificationHandler =
436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
444 notificationHandler.getClass().getMethod(
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
472 return notificationHandler;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java419 <? extends AccountStatusNotificationHandlerCfg> notificationHandler;
428 notificationHandler =
435 Method method = notificationHandler.getClass().getMethod(
438 method.invoke(notificationHandler, configuration);
443 notificationHandler.getClass().getMethod(
448 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
471 return notificationHandler;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java420 <? extends AccountStatusNotificationHandlerCfg> notificationHandler;
429 notificationHandler =
436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
444 notificationHandler.getClass().getMethod(
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
472 return notificationHandler;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java420 <? extends AccountStatusNotificationHandlerCfg> notificationHandler;
429 notificationHandler =
436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
444 notificationHandler.getClass().getMethod(
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
472 return notificationHandler;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java419 <? extends AccountStatusNotificationHandlerCfg> notificationHandler;
428 notificationHandler =
435 Method method = notificationHandler.getClass().getMethod(
438 method.invoke(notificationHandler, configuration);
443 notificationHandler.getClass().getMethod(
448 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
471 return notificationHandler;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
143 if (notificationHandler == null) {
146 notificationHandler.process(notifications);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
143 if (notificationHandler == null) {
146 notificationHandler.process(notifications);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java395 final AccountStatusNotificationHandler<T> notificationHandler =
400 notificationHandler.initializeStatusNotificationHandler(configuration);
405 if (!notificationHandler.isConfigurationAcceptable(configuration,
414 return notificationHandler;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java115 private PolicyNotificationHandler notificationHandler; field in class:ResourceResultCache
166 notificationHandler = new PolicyNotificationHandler(this);
171 registerHandlerWithPLLClient(notificationHandler);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java118 private PolicyNotificationHandler notificationHandler; field in class:ResourceResultCache
169 notificationHandler = new PolicyNotificationHandler(this);
174 registerHandlerWithPLLClient(notificationHandler);

Completed in 105 milliseconds