Searched defs:policyServiceUrl (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java680 URL policyServiceUrl = getPolicyServiceURL(token);
688 + ":policyServiceURL=" + policyServiceUrl
718 PolicyService ps = sendPLLRequest(policyServiceUrl, policyRequest);
1570 * @param policyServiceUrl The URL of the Policy Service
1577 public static PolicyService sendPLLRequest(URL policyServiceUrl, argument
1599 + "sending PLL request to URL=" + policyServiceUrl
1602 Vector responses = PLLClient.send(policyServiceUrl, lbcookie, requestSet);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java689 URL policyServiceUrl = getPolicyServiceURL(token);
697 + ":policyServiceURL=" + policyServiceUrl
727 PolicyService ps = sendPLLRequest(policyServiceUrl, policyRequest);
1579 * @param policyServiceUrl The URL of the Policy Service
1586 public static PolicyService sendPLLRequest(URL policyServiceUrl, argument
1608 + "sending PLL request to URL=" + policyServiceUrl
1611 Vector responses = PLLClient.send(policyServiceUrl, lbcookie, requestSet);

Completed in 29 milliseconds