Uses of Interface
com.sun.identity.policy.interfaces.PolicyListener
-
Packages that use PolicyListener Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of PolicyListener in com.sun.identity.policy
Methods in com.sun.identity.policy with parameters of type PolicyListener Modifier and Type Method Description void
PolicyEvaluator. addPolicyListener(PolicyListener policyListener)
Deprecated.Adds a policy listener that would be notified whenever a policy is added, removed or changedvoid
PolicyEvaluator. removePolicyListener(PolicyListener policyListener)
Deprecated.Removes a policy listener that was previously registered to receive notifications whenever a policy is added, removed or changed.
-