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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java51 * using the PolicyResponse element. The server would use
57 * | PolicyResponse
68 static final String POLICY_RESPONSE = "PolicyResponse";
106 private PolicyResponse policyRes;
189 * Returns the <code>PolicyResponse</code> object.
191 * @return the <code>PolicyResponse</code> object.
193 public PolicyResponse getPolicyResponse() {
198 * Sets the <code>PolicyResponse</code> of the Policy Service.
200 * @param res the <code>PolicyResponse</code> of this Policy Service.
202 public void setPolicyResponse(PolicyResponse re
[all...]
H A DPolicyRequestHandler.java156 PolicyResponse pRes = new PolicyResponse();
157 pRes.setMethodID(PolicyResponse.POLICY_EXCEPTION);
244 PolicyResponse policyRes = processPolicyRequest(policyReq, auditor);
264 private PolicyResponse processPolicyRequest(PolicyRequest req, PLLAuditor auditor)
272 PolicyResponse policyRes = new PolicyResponse();
290 PolicyResponse.APP_SSO_TOKEN_INVALID, requestId);
307 PolicyResponse.POLICY_ADD_LISTENER_RESPONSE);
314 policyRes.setMethodID(PolicyResponse
[all...]
H A DPolicyResponse.java25 * $Id: PolicyResponse.java,v 1.8 2008/12/04 00:38:52 dillidorai Exp $
42 * This <code>PolicyResponse</code> represents a PolicyResponse
43 * XML document. The PolicyResponse DTD is defined as the following:
46 * <!-- PolicyResponse element is used by the server to return a
60 * <!ELEMENT PolicyResponse ( ResourceResult+
65 * <!ATTLIST PolicyResponse
71 public class PolicyResponse { class
124 * Default constructor for <code>PolicyResponse</code>.
126 public PolicyResponse() { method in class:PolicyResponse
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java51 * using the PolicyResponse element. The server would use
57 * | PolicyResponse
68 static final String POLICY_RESPONSE = "PolicyResponse";
106 private PolicyResponse policyRes;
189 * Returns the <code>PolicyResponse</code> object.
191 * @return the <code>PolicyResponse</code> object.
193 public PolicyResponse getPolicyResponse() {
198 * Sets the <code>PolicyResponse</code> of the Policy Service.
200 * @param res the <code>PolicyResponse</code> of this Policy Service.
202 public void setPolicyResponse(PolicyResponse re
[all...]
H A DPolicyResponse.java25 * $Id: PolicyResponse.java,v 1.8 2008/12/04 00:38:52 dillidorai Exp $
42 * This <code>PolicyResponse</code> represents a PolicyResponse
43 * XML document. The PolicyResponse DTD is defined as the following:
46 * <!-- PolicyResponse element is used by the server to return a
60 * <!ELEMENT PolicyResponse ( ResourceResult+
65 * <!ATTLIST PolicyResponse
71 public class PolicyResponse { class
124 * Default constructor for <code>PolicyResponse</code>.
126 public PolicyResponse() { method in class:PolicyResponse
[all...]
H A DPolicyRequestHandler.java161 PolicyResponse pRes = new PolicyResponse();
162 pRes.setMethodID(PolicyResponse.POLICY_EXCEPTION);
249 PolicyResponse policyRes = processPolicyRequest(policyReq, auditor);
269 private PolicyResponse processPolicyRequest(PolicyRequest req, PLLAuditor auditor)
277 PolicyResponse policyRes = new PolicyResponse();
295 PolicyResponse.APP_SSO_TOKEN_INVALID, requestId);
312 PolicyResponse.POLICY_ADD_LISTENER_RESPONSE);
319 policyRes.setMethodID(PolicyResponse
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java68 import com.sun.identity.policy.remote.PolicyResponse;
720 PolicyResponse pr = ps.getPolicyResponse();
724 PolicyResponse.APP_SSO_TOKEN_INVALID) >= 0) {
1009 PolicyResponse psres = ps.getPolicyResponse();
1011 == PolicyResponse.POLICY_ADD_LISTENER_RESPONSE) {
1076 PolicyResponse psres = ps.getPolicyResponse();
1078 == PolicyResponse.POLICY_REMOVE_LISTENER_RESPONSE) {
1474 PolicyResponse psres = ps.getPolicyResponse();
1512 if (psres.getMethodID() == PolicyResponse.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java71 import com.sun.identity.policy.remote.PolicyResponse;
729 PolicyResponse pr = ps.getPolicyResponse();
733 PolicyResponse.APP_SSO_TOKEN_INVALID) >= 0) {
1018 PolicyResponse psres = ps.getPolicyResponse();
1020 == PolicyResponse.POLICY_ADD_LISTENER_RESPONSE) {
1085 PolicyResponse psres = ps.getPolicyResponse();
1087 == PolicyResponse.POLICY_REMOVE_LISTENER_RESPONSE) {
1483 PolicyResponse psres = ps.getPolicyResponse();
1521 if (psres.getMethodID() == PolicyResponse.

Completed in 35 milliseconds