public class PolicyNotificationHandler extends Object implements NotificationHandler
PLLNotificationServlet
. An instance of this class
is registered as NotificationHandler
for policy
service with PLLClient
, by ResourceResultCache
.
This handler delegates the handling of notifications to
ResourceResultCache
which removes the
affected cache entriesConstructor and Description |
---|
PolicyNotificationHandler(com.sun.identity.policy.client.ResourceResultCache resourceResultCache)
Initializes
PolicyNotificationHandler with a
ResourceResultCache . |
Modifier and Type | Method and Description |
---|---|
void |
process(Vector notifications)
Processes PLL notifications
|
public PolicyNotificationHandler(com.sun.identity.policy.client.ResourceResultCache resourceResultCache)
PolicyNotificationHandler
with a
ResourceResultCache
.resourceResultCache
- cache that would be updated based on
notificationpublic void process(Vector notifications)
process
in interface NotificationHandler
notifications
- PLL notification to be processedCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.