Package | Description |
---|---|
org.forgerock.openam.services.push |
Defines classes for the Push Notification service and framework.
|
org.forgerock.openam.services.push.sns |
Defines classes for the Amazon Simple Notification Service implementation(s) of Push Notifications.
|
Modifier and Type | Method and Description |
---|---|
PushNotificationDelegate |
PushNotificationDelegateFactory.produceDelegateFor(PushNotificationServiceConfig config,
String realm,
MessageDispatcher messageDispatcher)
Produce a delegate for a given configuration.
|
Constructor and Description |
---|
PushNotificationService(Debug debug,
ConcurrentMap<String,PushNotificationDelegate> pushRealmMap,
ConcurrentMap<String,PushNotificationDelegateFactory> pushFactoryMap,
PushNotificationServiceConfigHelperFactory configHelperFactory,
MessageDispatcherFactory messageDispatcherFactory)
Constructor (called by Guice), registers a listener for this class against all
PushNotificationService changes in a realm.
|
Modifier and Type | Class and Description |
---|---|
class |
SnsHttpDelegate
Delegate for communicating with SNS over HTTP.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.