Searched defs:POLICY_SERVICE (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java77 public static final String POLICY_SERVICE = "policy"; field in class:PolicyService
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java77 public static final String POLICY_SERVICE = "policy"; field in class:PolicyService
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java125 private static final String POLICY_SERVICE = "policyservice"; field in class:ResourceResultCache
1594 = new RequestSet(PolicyService.POLICY_SERVICE);
1650 restUrl = restUrl.replace(POLICY_SERVICE, REST_POLICY_SERVICE);
2119 restUrl = restUrl.replace(POLICY_SERVICE, REST_POLICY_SERVICE_LISTENER);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminConstants.java321 String POLICY_SERVICE = "iPlanetAMPolicyConfigService"; field in interface:AMAdminConstants
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminConstants.java321 String POLICY_SERVICE = "iPlanetAMPolicyConfigService"; field in interface:AMAdminConstants
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java128 private static final String POLICY_SERVICE = "policyservice"; field in class:ResourceResultCache
1603 = new RequestSet(PolicyService.POLICY_SERVICE);
1659 restUrl = restUrl.replace(POLICY_SERVICE, REST_POLICY_SERVICE);
2128 restUrl = restUrl.replace(POLICY_SERVICE, REST_POLICY_SERVICE_LISTENER);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java206 static final String POLICY_SERVICE = "iPlanetAMPolicyService"; field in class:UpgradeUtils
2557 String resourceName = "sms://*" + orgDN + "/" + POLICY_SERVICE;
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java206 static final String POLICY_SERVICE = "iPlanetAMPolicyService"; field in class:UpgradeUtils
2557 String resourceName = "sms://*" + orgDN + "/" + POLICY_SERVICE;

Completed in 70 milliseconds