@Deprecated public interface PolicyListener
PolicyListener
defines an interface
for listeners that would register with policy framework
to receive notifications whenever a Policy
is added, removed
or changedModifier and Type | Method and Description |
---|---|
String |
getServiceTypeName()
Deprecated.
Returns the service type name for which this listener wants to get
notifications
|
void |
policyChanged(PolicyEvent policyEvent)
Deprecated.
This method is called by the policy framework whenever
a policy is added, removed or changed.
|
String getServiceTypeName()
void policyChanged(PolicyEvent policyEvent)
serviceTypeName
of this listenerpolicyEvent
- event object sent by the policy frameworkPolicyEvent
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.