Searched refs:RequestSet (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSetParser.java58 * Parses the tree from root element. Please see RequestSet.java for the
59 * corresponding DTD of the RequestSet.
61 * @return a RequestSet object.
63 public RequestSet parseXML() {
69 RequestSet reqSet = new RequestSet();
92 private void setRequestSetAttributes(Element elem, RequestSet requestSet) {
H A DRequestSet.java25 * $Id: RequestSet.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
40 * This <code>RequestSet</code> class represents a RequestSet XML document.
41 * The RequestSet DTD is defined as the following:
47 * &lt; !DOCTYPE RequestSet [
48 * &lt; !ELEMENT RequestSet(Request)+&gt;
49 * &lt; !ATTLIST RequestSet
61 * Each RequestSet object contains a version, service ID, request set ID, and a
62 * collection of Request objects. The RequestSet views each Request object as a
66 * method to aggregate each Request object and returns a RequestSet XM
72 public class RequestSet { class
100 public RequestSet(String service) { method in class:RequestSet
110 RequestSet() { method in class:RequestSet
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSetParser.java58 * Parses the tree from root element. Please see RequestSet.java for the
59 * corresponding DTD of the RequestSet.
61 * @return a RequestSet object.
63 public RequestSet parseXML() {
69 RequestSet reqSet = new RequestSet();
92 private void setRequestSetAttributes(Element elem, RequestSet requestSet) {
H A DRequestSet.java25 * $Id: RequestSet.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
40 * This <code>RequestSet</code> class represents a RequestSet XML document.
41 * The RequestSet DTD is defined as the following:
47 * &lt; !DOCTYPE RequestSet [
48 * &lt; !ELEMENT RequestSet(Request)+&gt;
49 * &lt; !ATTLIST RequestSet
61 * Each RequestSet object contains a version, service ID, request set ID, and a
62 * collection of Request objects. The RequestSet views each Request object as a
66 * method to aggregate each Request object and returns a RequestSet XM
72 public class RequestSet { class
100 public RequestSet(String service) { method in class:RequestSet
110 RequestSet() { method in class:RequestSet
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPLLSender.java29 import com.iplanet.services.comm.share.RequestSet;
67 final RequestSet set = new RequestSet(SESSION_SERVICE);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPLLSender.java45 import com.iplanet.services.comm.share.RequestSet;
80 final RequestSet set = new RequestSet(SESSION_SERVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java46 import com.iplanet.services.comm.share.RequestSet;
157 RequestSet reqSet = (RequestSet) reqSetMap.get(loggedBySid);
159 reqSet = new RequestSet("Logging");
213 RequestSet reqSet =
214 (RequestSet)reqSetMap.get(currentLoggedBySID);
329 private Map<String, RequestSet> logReqsMap = null;
331 FlushTask(Map<String, RequestSet> reqSetMap) {
351 RequestSet reqSet =
352 (RequestSet) logReqsMa
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java48 import com.iplanet.services.comm.share.RequestSet;
159 RequestSet reqSet = (RequestSet) reqSetMap.get(loggedBySid);
161 reqSet = new RequestSet("Logging");
215 RequestSet reqSet =
216 (RequestSet)reqSetMap.get(currentLoggedBySID);
331 private Map<String, RequestSet> logReqsMap = null;
333 FlushTask(Map<String, RequestSet> reqSetMap) {
353 RequestSet reqSet =
354 (RequestSet) logReqsMa
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java36 import com.iplanet.services.comm.share.RequestSet;
63 * The <code>PLLClient</code> class is used to send RequestSet XML documents
68 * @see com.iplanet.services.comm.share.RequestSet
87 * Translates the Java object to an XML RequestSet document and sends the
91 * The destination URL for the RequestSet XML document.
93 * The RequestSet Java object to be translated to an XML
94 * RequestSet document.
98 public static Vector send(URL url, RequestSet set)
104 * Translates the Java object to an XML RequestSet document and sends the
108 * The destination URL for the RequestSet XM
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java33 import com.iplanet.services.comm.share.RequestSet;
58 * The doPost() method gets the XML RequestSet document from the HttpRequest
59 * object, then parses the XML documnent and reconstructs a RequestSet object.
62 * @see com.iplanet.services.comm.share.RequestSet
94 * RequestSet XML Flushes the ResponseSet XML to OutputStream @param
132 RequestSet set = RequestSet.parseXML(xml);
136 PLLServer.pllDebug.message("\nReceived RequestSet XML :\n" + xml);
186 * @param String XML RequestSet String - Conforming to RequestSet
[all...]
H A DPLLAuditor.java29 import com.iplanet.services.comm.share.RequestSet;
180 * Resets the auditor in preparation for handling the next {@link Request} in a given {@link RequestSet}.
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java36 import com.iplanet.services.comm.share.RequestSet;
63 * The <code>PLLClient</code> class is used to send RequestSet XML documents
68 * @see com.iplanet.services.comm.share.RequestSet
87 * Translates the Java object to an XML RequestSet document and sends the
91 * The destination URL for the RequestSet XML document.
93 * The RequestSet Java object to be translated to an XML
94 * RequestSet document.
98 public static Vector send(URL url, RequestSet set)
104 * Translates the Java object to an XML RequestSet document and sends the
108 * The destination URL for the RequestSet XM
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java33 import com.iplanet.services.comm.share.RequestSet;
58 * The doPost() method gets the XML RequestSet document from the HttpRequest
59 * object, then parses the XML documnent and reconstructs a RequestSet object.
62 * @see com.iplanet.services.comm.share.RequestSet
94 * RequestSet XML Flushes the ResponseSet XML to OutputStream @param
132 RequestSet set = RequestSet.parseXML(xml);
136 PLLServer.pllDebug.message("\nReceived RequestSet XML :\n" + xml);
186 * @param String XML RequestSet String - Conforming to RequestSet
[all...]
H A DPLLAuditor.java30 import com.iplanet.services.comm.share.RequestSet;
181 * Resets the auditor in preparation for handling the next {@link Request} in a given {@link RequestSet}.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java40 import com.iplanet.services.comm.share.RequestSet;
214 RequestSet set = new RequestSet(AuthXMLTags.AUTH_SERVICE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java40 import com.iplanet.services.comm.share.RequestSet;
214 RequestSet set = new RequestSet(AuthXMLTags.AUTH_SERVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java35 import com.iplanet.services.comm.share.RequestSet;
1112 RequestSet set = new RequestSet(NAMING_SERVICE);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java38 import com.iplanet.services.comm.share.RequestSet;
1192 RequestSet set = new RequestSet(NAMING_SERVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java36 import com.iplanet.services.comm.share.RequestSet;
1991 RequestSet set = new RequestSet(AuthXMLTags.AUTH_SERVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java41 import com.iplanet.services.comm.share.RequestSet;
1593 RequestSet requestSet
1594 = new RequestSet(PolicyService.POLICY_SERVICE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java36 import com.iplanet.services.comm.share.RequestSet;
1991 RequestSet set = new RequestSet(AuthXMLTags.AUTH_SERVICE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java43 import com.iplanet.services.comm.share.RequestSet;
1602 RequestSet requestSet
1603 = new RequestSet(PolicyService.POLICY_SERVICE);

Completed in 122 milliseconds