Searched defs:PolicyService (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-policy/src/main/java/org/forgerock/openidm/policy/
H A DPolicyService.java65 @Component(name = PolicyService.PID, policy = ConfigurationPolicy.REQUIRE, metatype = true,
71 public class PolicyService extends AbstractScriptedService { class in inherits:AbstractScriptedService
76 * Setup logging for the {@link PolicyService}.
78 private static final Logger logger = LoggerFactory.getLogger(PolicyService.class);
88 public PolicyService() { method in class:PolicyService
92 public PolicyService(JsonValue configuration) { method in class:PolicyService
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java25 * $Id: PolicyService.java,v 1.5 2008/06/25 05:43:54 qcheng Exp $
43 * This <code>PolicyService</code> class repolicyResents a PolicyService
44 * XML document. The PolicyService DTD is defined as the following:
47 * <!-- PolicyService element is the root element for remote policy
56 * <!ELEMENT PolicyService ( PolicyRequest
59 * <!ATTLIST PolicyService
65 public class PolicyService { class
66 static final String POLICY_SERVICE_ROOT = "PolicyService";
111 * Default Constructor for <code>PolicyService</cod
113 public PolicyService() { method in class:PolicyService
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java25 * $Id: PolicyService.java,v 1.5 2008/06/25 05:43:54 qcheng Exp $
43 * This <code>PolicyService</code> class repolicyResents a PolicyService
44 * XML document. The PolicyService DTD is defined as the following:
47 * <!-- PolicyService element is the root element for remote policy
56 * <!ELEMENT PolicyService ( PolicyRequest
59 * <!ATTLIST PolicyService
65 public class PolicyService { class
66 static final String POLICY_SERVICE_ROOT = "PolicyService";
111 * Default Constructor for <code>PolicyService</cod
113 public PolicyService() { method in class:PolicyService
[all...]

Completed in 42 milliseconds