Searched refs:POLICY_SERVICE (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPolicyModelImpl.java58 return AMAdminConstants.POLICY_SERVICE;
H A DSCConfigModelImpl.java103 if (AMAdminConstants.POLICY_SERVICE.equals(serviceName)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPolicyModelImpl.java58 return AMAdminConstants.POLICY_SERVICE;
H A DSCConfigModelImpl.java103 if (AMAdminConstants.POLICY_SERVICE.equals(serviceName)) {
/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-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java244 NotificationSet set = new NotificationSet(PolicyService.POLICY_SERVICE);
H A DPolicyService.java77 public static final String POLICY_SERVICE = "policy"; field in class:PolicyService
H A DPolicyRequestHandler.java127 ResponseSet resSet = new ResponseSet(PolicyService.POLICY_SERVICE);
557 PolicyService.POLICY_SERVICE,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java244 NotificationSet set = new NotificationSet(PolicyService.POLICY_SERVICE);
H A DPolicyService.java77 public static final String POLICY_SERVICE = "policy"; field in class:PolicyService
H A DPolicyRequestHandler.java132 ResponseSet resSet = new ResponseSet(PolicyService.POLICY_SERVICE);
556 PolicyService.POLICY_SERVICE,
/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/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-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java1837 names.contains(AMAdminConstants.POLICY_SERVICE);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java1822 names.contains(AMAdminConstants.POLICY_SERVICE);
/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 79 milliseconds