Searched refs:PolicyListener (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DPolicyListener.java25 * $Id: PolicyListener.java,v 1.2 2008/06/25 05:43:47 qcheng Exp $
36 * The interface <code>PolicyListener</code> defines an interface
42 * com.sun.identity.policy.PolicyEvaluator#addPolicyListener(PolicyListener)
47 public interface PolicyListener { interface
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DPolicyListener.java25 * $Id: PolicyListener.java,v 1.2 2008/06/25 05:43:47 qcheng Exp $
36 * The interface <code>PolicyListener</code> defines an interface
42 * com.sun.identity.policy.PolicyEvaluator#addPolicyListener(PolicyListener)
47 public interface PolicyListener { interface
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyDecisionCacheListener.java34 import com.sun.identity.policy.interfaces.PolicyListener;
40 * PolicyListener interface. It listens on for changes in the
46 implements PolicyListener {
110 * The implementation for the PolicyListener interface method
123 * This is the callback implementation for the PolicyListener
H A DPolicyCache.java33 import com.sun.identity.policy.interfaces.PolicyListener;
72 * serviceTypeName:<code>Set</code> of <code>PolicyListener</code>(s)
74 * At present known implementations of interface of PolicyListener are
283 * @param policyListener <code>PolicyListener</code> to add
285 void addPolicyListener(PolicyListener policyListener) {
299 void removePolicyListener(PolicyListener policyListener) {
547 PolicyListener policyListener =
548 (PolicyListener) listeners.next();
585 PolicyListener policyListener =
586 (PolicyListener) listener
[all...]
H A DPolicyEvaluator.java65 import com.sun.identity.policy.interfaces.PolicyListener;
2127 public void addPolicyListener(PolicyListener policyListener) {
2140 public void removePolicyListener(PolicyListener policyListener) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyDecisionCacheListener.java34 import com.sun.identity.policy.interfaces.PolicyListener;
40 * PolicyListener interface. It listens on for changes in the
46 implements PolicyListener {
110 * The implementation for the PolicyListener interface method
123 * This is the callback implementation for the PolicyListener
H A DPolicyCache.java33 import com.sun.identity.policy.interfaces.PolicyListener;
72 * serviceTypeName:<code>Set</code> of <code>PolicyListener</code>(s)
74 * At present known implementations of interface of PolicyListener are
274 * @param policyListener <code>PolicyListener</code> to add
276 void addPolicyListener(PolicyListener policyListener) {
290 void removePolicyListener(PolicyListener policyListener) {
538 PolicyListener policyListener =
539 (PolicyListener) listeners.next();
576 PolicyListener policyListener =
577 (PolicyListener) listener
[all...]
H A DPolicyEvaluator.java67 import com.sun.identity.policy.interfaces.PolicyListener;
2005 public void addPolicyListener(PolicyListener policyListener) {
2018 public void removePolicyListener(PolicyListener policyListener) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java38 import com.sun.identity.policy.interfaces.PolicyListener;
70 public class PolicyListenerRequest implements PolicyListener {
H A DPolicyRequestHandler.java59 import com.sun.identity.policy.interfaces.PolicyListener;
596 PolicyListener policyListener = (PolicyListener)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java38 import com.sun.identity.policy.interfaces.PolicyListener;
70 public class PolicyListenerRequest implements PolicyListener {
H A DPolicyRequestHandler.java62 import com.sun.identity.policy.interfaces.PolicyListener;
595 PolicyListener policyListener = (PolicyListener)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java77 import com.sun.identity.policy.interfaces.PolicyListener;
91 public class DelegationPolicyImpl implements DelegationInterface, ServiceListener, IdEventListener, PolicyListener {
1137 // The following two methods implement PolicyListener interface.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java66 import com.sun.identity.policy.interfaces.PolicyListener;
93 public class DelegationPolicyImpl implements DelegationInterface, ServiceListener, IdEventListener, PolicyListener {
1148 // The following two methods implement PolicyListener interface.

Completed in 1629 milliseconds