Searched refs:PLLClient (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPLLSender.java27 import com.iplanet.services.comm.client.PLLClient;
70 final Vector responses = PLLClient.send(svcurl, cookies, set);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPLLSender.java43 import com.iplanet.services.comm.client.PLLClient;
83 final Vector responses = PLLClient.send(svcurl, cookies, set);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java44 import com.iplanet.services.comm.client.PLLClient;
215 responses = PLLClient.send(logHostURL, reqSet);
353 responses = PLLClient.send(logHostURL, reqSet);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java46 import com.iplanet.services.comm.client.PLLClient;
217 responses = PLLClient.send(logHostURL, reqSet);
355 responses = PLLClient.send(logHostURL, reqSet);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
H A DPLLClient.java25 * $Id: PLLClient.java,v 1.8 2008/06/25 05:41:33 qcheng Exp $
63 * The <code>PLLClient</code> class is used to send RequestSet XML documents
74 public class PLLClient { class
79 private static Debug debug = Debug.getInstance("PLLClient");
223 debug.warning("PLLClient.send: exception: ", e);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
H A DPLLClient.java25 * $Id: PLLClient.java,v 1.8 2008/06/25 05:41:33 qcheng Exp $
63 * The <code>PLLClient</code> class is used to send RequestSet XML documents
74 public class PLLClient { class
79 private static Debug debug = Debug.getInstance("PLLClient");
223 debug.warning("PLLClient.send URL=" + url + " : exception: ", e);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DNotificationTaskHandler.java41 import com.iplanet.services.comm.client.PLLClient;
154 PLLClient.getNotificationHandler(serviceID);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java42 import com.iplanet.services.comm.client.PLLClient;
155 // Register with PLLClient for notification
156 PLLClient.addNotificationHandler(IDREPO_SERVICE,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java44 import com.iplanet.services.comm.client.PLLClient;
157 // Register with PLLClient for notification
158 PLLClient.addNotificationHandler(IDREPO_SERVICE,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java39 import com.iplanet.services.comm.client.PLLClient;
157 // Register with PLLClient for notification
158 PLLClient.addNotificationHandler(
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java41 import com.iplanet.services.comm.client.PLLClient;
159 // Register with PLLClient for notification
160 PLLClient.addNotificationHandler(
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java64 import com.iplanet.services.comm.client.PLLClient;
868 PLLClient.addNotificationHandler(SESSION_SERVICE,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java36 import com.iplanet.services.comm.client.PLLClient;
210 PLLClient.parseCookies(headers,cookieTable);
217 Vector responses = PLLClient.send(new URL(cookieURL), set,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java36 import com.iplanet.services.comm.client.PLLClient;
210 PLLClient.parseCookies(headers,cookieTable);
217 Vector responses = PLLClient.send(new URL(cookieURL), set,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java46 import com.iplanet.services.comm.client.PLLClient;
1240 PLLClient.addNotificationHandler(SESSION_SERVICE,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java34 import com.iplanet.services.comm.client.PLLClient;
525 // Register with PLLClient for notificaiton
526 PLLClient.addNotificationHandler(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java47 import com.iplanet.services.comm.client.PLLClient;
819 * Registers the agent config notification handler with PLLClient. The
830 PLLClient.addNotificationHandler(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java36 import com.iplanet.services.comm.client.PLLClient;
527 // Register with PLLClient for notificaiton
528 PLLClient.addNotificationHandler(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java38 import com.iplanet.services.comm.client.PLLClient;
170 //register notification handler with PLLClient
175 + "with PLLClient");
1146 * Registers policy notification handler with <code>PLLClient</code>
1152 PLLClient.addNotificationHandler(POLICY_SERVICE_ID_FOR_NAMING,
1602 Vector responses = PLLClient.send(policyServiceUrl, lbcookie, requestSet);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java32 import com.iplanet.services.comm.client.PLLClient;
1117 responses = PLLClient.send(nameurl, set);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java35 import com.iplanet.services.comm.client.PLLClient;
1197 responses = PLLClient.send(nameurl, set);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java40 import com.iplanet.services.comm.client.PLLClient;
173 //register notification handler with PLLClient
178 + "with PLLClient");
1155 * Registers policy notification handler with <code>PLLClient</code>
1161 PLLClient.addNotificationHandler(POLICY_SERVICE_ID_FOR_NAMING,
1611 Vector responses = PLLClient.send(policyServiceUrl, lbcookie, requestSet);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java34 import com.iplanet.services.comm.client.PLLClient;
2012 Vector responses = PLLClient.send(url, set, cookieTable);

Completed in 89 milliseconds

12