Searched refs:PolicyListenerRequest (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java25 * $Id: PolicyListenerRequest.java,v 1.3 2008/06/25 05:43:53 qcheng Exp $
49 * This <code>PolicyListenerRequest</code> class represents an
70 public class PolicyListenerRequest implements PolicyListener { class in inherits:PolicyListener
82 * Default constructor for <code>PolicyListenerRequest</code>
84 public PolicyListenerRequest() { method in class:PolicyListenerRequest
124 * Returns <code>PolicyListenerRequest</code> object constructed from
127 * @param pNode the XML DOM node for the <code>PolicyListenerRequest</code>
129 * @return constructed <code>PolicyListenerRequest</code> object.
131 public static PolicyListenerRequest parseXML(Node pNode)
134 PolicyListenerRequest policyListenerRe
[all...]
H A DPolicyRequest.java94 private PolicyListenerRequest policyListenerReq = null;
203 * Returns the <code>PolicyListenerRequest</code> object.
205 * @return the <code>PolicyListenerRequest</code> object.
207 public PolicyListenerRequest getPolicyListenerRequest() {
212 * Sets the <code>PolicyListenerRequest</code> of the Policy Service.
214 * @param req the <code>PolicyListenerRequest</code> of this Policy Service
216 public void setPolicyListenerRequest(PolicyListenerRequest req) {
298 PolicyListenerRequest plr = null;
300 plr = PolicyListenerRequest.parseXML(node);
H A DPolicyRequestHandler.java107 * notificationUrl: PolicyListenerRequest
303 PolicyListenerRequest plReq = req.getPolicyListenerRequest();
509 private boolean addPolicyListener(SSOToken appToken, PolicyListenerRequest policyListenerReq,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java25 * $Id: PolicyListenerRequest.java,v 1.3 2008/06/25 05:43:53 qcheng Exp $
49 * This <code>PolicyListenerRequest</code> class represents an
70 public class PolicyListenerRequest implements PolicyListener { class in inherits:PolicyListener
82 * Default constructor for <code>PolicyListenerRequest</code>
84 public PolicyListenerRequest() { method in class:PolicyListenerRequest
124 * Returns <code>PolicyListenerRequest</code> object constructed from
127 * @param pNode the XML DOM node for the <code>PolicyListenerRequest</code>
129 * @return constructed <code>PolicyListenerRequest</code> object.
131 public static PolicyListenerRequest parseXML(Node pNode)
134 PolicyListenerRequest policyListenerRe
[all...]
H A DPolicyRequest.java94 private PolicyListenerRequest policyListenerReq = null;
203 * Returns the <code>PolicyListenerRequest</code> object.
205 * @return the <code>PolicyListenerRequest</code> object.
207 public PolicyListenerRequest getPolicyListenerRequest() {
212 * Sets the <code>PolicyListenerRequest</code> of the Policy Service.
214 * @param req the <code>PolicyListenerRequest</code> of this Policy Service
216 public void setPolicyListenerRequest(PolicyListenerRequest req) {
298 PolicyListenerRequest plr = null;
300 plr = PolicyListenerRequest.parseXML(node);
H A DPolicyRequestHandler.java112 * notificationUrl: PolicyListenerRequest
308 PolicyListenerRequest plReq = req.getPolicyListenerRequest();
508 private boolean addPolicyListener(SSOToken appToken, PolicyListenerRequest policyListenerReq,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java65 import com.sun.identity.policy.remote.PolicyListenerRequest;
991 PolicyListenerRequest listenerReq = new PolicyListenerRequest();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java68 import com.sun.identity.policy.remote.PolicyListenerRequest;
1000 PolicyListenerRequest listenerReq = new PolicyListenerRequest();

Completed in 48 milliseconds