Searched refs:PolicyRequest (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyEvaluator.java22 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
73 public List<Entitlement> routePolicyRequest(final PolicyRequest request) throws EntitlementException;
H A DPolicyRequestFactory.java24 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
82 public PolicyRequest buildRequest(final PolicyAction action, final Context context,
99 private static interface RequestBuilder<T extends PolicyRequest> {
H A DEntitlementEvaluatorFactory.java24 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
77 public List<Entitlement> routePolicyRequest(final PolicyRequest request) throws EntitlementException {
82 private Map<String, Set<String>> environmentWithRealmDn(PolicyRequest request) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyEvaluator.java22 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
73 public List<Entitlement> routePolicyRequest(final PolicyRequest request) throws EntitlementException;
H A DPolicyRequestFactory.java24 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
82 public PolicyRequest buildRequest(final PolicyAction action, final Context context,
99 private static interface RequestBuilder<T extends PolicyRequest> {
H A DEntitlementEvaluatorFactory.java24 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
77 public List<Entitlement> routePolicyRequest(final PolicyRequest request) throws EntitlementException {
82 private Map<String, Set<String>> environmentWithRealmDn(PolicyRequest request) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequest.java25 * $Id: PolicyRequest.java,v 1.5 2008/08/19 19:09:19 veiming Exp $
38 * This <code>PolicyRequest</code> class represents a PolicyRequest
39 * XML document. The PolicyRequest DTD is defined as the following:
42 * <!-- PolicyRequest element is used by the client to request the
50 * <!ELEMENT PolicyRequest ( GetResourceResults
54 * <!ATTLIST PolicyRequest
61 public class PolicyRequest { class
103 * Default constructor for <code>PolicyRequest</code>.
105 public PolicyRequest() { method in class:PolicyRequest
[all...]
H A DPolicyService.java49 * and the server. The client uses the PolicyRequest element to
56 * <!ELEMENT PolicyService ( PolicyRequest
67 static final String POLICY_REQUEST = "PolicyRequest";
105 private PolicyRequest policyReq;
171 * Returns the <code>PolicyRequest</code> object.
173 * @return the <code>PolicyRequest</code> object.
175 public PolicyRequest getPolicyRequest() {
180 * Sets the <code>PolicyRequest</code> of the Policy Service.
182 * @param req the <code>PolicyRequest</code> of this Policy Service
184 public void setPolicyRequest(PolicyRequest re
[all...]
H A DRemoveListenerRequest.java60 static final String REMOVE_LISTENER = PolicyRequest.REMOVE_POLICY_LISTENER;
H A DPolicyRequestHandler.java83 * Currently it supports two types of requests. One is PolicyRequest
230 // This is a PolicyRequest request
231 PolicyRequest policyReq = psReq.getPolicyRequest();
264 private PolicyResponse processPolicyRequest(PolicyRequest req, PLLAuditor auditor)
302 PolicyRequest.POLICY_REQUEST_ADD_POLICY_LISTENER) {
321 PolicyRequest.POLICY_REQUEST_REMOVE_POLICY_LISTENER) {
340 PolicyRequest.POLICY_REQUEST_ADVICES_HANDLEABLE_BY_AM_REQUEST) {
370 PolicyRequest.POLICY_REQUEST_GET_RESOURCE_RESULTS) {
H A DPolicyListenerRequest.java72 static final String POLICY_LISTENER = PolicyRequest.ADD_POLICY_LISTENER;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequest.java25 * $Id: PolicyRequest.java,v 1.5 2008/08/19 19:09:19 veiming Exp $
38 * This <code>PolicyRequest</code> class represents a PolicyRequest
39 * XML document. The PolicyRequest DTD is defined as the following:
42 * <!-- PolicyRequest element is used by the client to request the
50 * <!ELEMENT PolicyRequest ( GetResourceResults
54 * <!ATTLIST PolicyRequest
61 public class PolicyRequest { class
103 * Default constructor for <code>PolicyRequest</code>.
105 public PolicyRequest() { method in class:PolicyRequest
[all...]
H A DPolicyService.java49 * and the server. The client uses the PolicyRequest element to
56 * <!ELEMENT PolicyService ( PolicyRequest
67 static final String POLICY_REQUEST = "PolicyRequest";
105 private PolicyRequest policyReq;
171 * Returns the <code>PolicyRequest</code> object.
173 * @return the <code>PolicyRequest</code> object.
175 public PolicyRequest getPolicyRequest() {
180 * Sets the <code>PolicyRequest</code> of the Policy Service.
182 * @param req the <code>PolicyRequest</code> of this Policy Service
184 public void setPolicyRequest(PolicyRequest re
[all...]
H A DRemoveListenerRequest.java60 static final String REMOVE_LISTENER = PolicyRequest.REMOVE_POLICY_LISTENER;
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/model/json/
H A DPolicyRequestTest.java61 * Unit test for {@link PolicyRequest}.
112 PolicyRequest request = getRequest(context, actionRequest);
162 PolicyRequest request = getRequest(context, actionRequest);
184 PolicyRequest request = getRequest(context, actionRequest);
204 PolicyRequest request = getRequest(context, actionRequest);
237 PolicyRequest request = getRequest(context, actionRequest);
258 PolicyRequest request = getRequest(context, actionRequest);
279 PolicyRequest request = getRequest(context, actionRequest);
372 * Concrete mock implementation of {@link PolicyRequest} for the aid of testing.
374 private final class MockRequest extends PolicyRequest {
[all...]
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DPolicyRequestFactoryTest.java35 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
78 PolicyRequest request = factory.buildRequest(PolicyAction.EVALUATE, context, actionRequest);
103 PolicyRequest request = factory.buildRequest(PolicyAction.TREE_EVALUATE, context, actionRequest);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/model/json/
H A DPolicyRequestTest.java64 * Unit test for {@link PolicyRequest}.
127 PolicyRequest request = getRequest(context, actionRequest);
182 PolicyRequest request = getRequest(context, actionRequest);
206 PolicyRequest request = getRequest(context, actionRequest);
227 PolicyRequest request = getRequest(context, actionRequest);
262 PolicyRequest request = getRequest(context, actionRequest);
285 PolicyRequest request = getRequest(context, actionRequest);
308 PolicyRequest request = getRequest(context, actionRequest);
401 * Concrete mock implementation of {@link PolicyRequest} for the aid of testing.
403 private final class MockRequest extends PolicyRequest {
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DBatchPolicyRequest.java37 public final class BatchPolicyRequest extends PolicyRequest {
H A DTreePolicyRequest.java36 public final class TreePolicyRequest extends PolicyRequest {
H A DPolicyRequest.java56 public abstract class PolicyRequest { class
70 PolicyRequest(final PolicyRequestBuilder<?> builder) { method in class:PolicyRequest
117 static abstract class PolicyRequestBuilder<T extends PolicyRequest> {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DBatchPolicyRequest.java37 public final class BatchPolicyRequest extends PolicyRequest {
H A DTreePolicyRequest.java36 public final class TreePolicyRequest extends PolicyRequest {
H A DPolicyRequest.java58 public abstract class PolicyRequest { class
72 PolicyRequest(final PolicyRequestBuilder<?> builder) { method in class:PolicyRequest
119 static abstract class PolicyRequestBuilder<T extends PolicyRequest> {
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DPolicyRequestFactoryTest.java38 import org.forgerock.openam.entitlement.rest.model.json.PolicyRequest;
92 PolicyRequest request = factory.buildRequest(PolicyAction.EVALUATE, context, actionRequest);
120 PolicyRequest request = factory.buildRequest(PolicyAction.TREE_EVALUATE, context, actionRequest);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java67 import com.sun.identity.policy.remote.PolicyRequest;
711 PolicyRequest policyRequest = new PolicyRequest();
714 PolicyRequest.POLICY_REQUEST_GET_RESOURCE_RESULTS);
995 PolicyRequest policyReq = new PolicyRequest();
998 PolicyRequest.POLICY_REQUEST_ADD_POLICY_LISTENER);
1062 PolicyRequest policyReq = new PolicyRequest();
1065 PolicyRequest
[all...]

Completed in 433 milliseconds

12