Searched refs:DSTQuery (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTQuery.java25 * $Id: DSTQuery.java,v 1.3 2008/06/25 05:47:13 qcheng Exp $
42 * The <code>DSTQuery</code> class represents a <code>DST</code> query request.
44 * <code>DSTQuery</code> object.
86 public class DSTQuery { class
100 public DSTQuery() {} method in class:DSTQuery
108 public DSTQuery(String resourceID, java.util.List items, String serviceNS) { method in class:DSTQuery
128 public DSTQuery(com.sun.identity.liberty.ws.disco.EncryptedResourceID method in class:DSTQuery
149 public DSTQuery(org.w3c.dom.Element element) throws DSTException{ method in class:DSTQuery
151 DSTUtils.debug.error("DSTQuery(element):null input");
156 DSTUtils.debug.error("DSTQuery(elemen
[all...]
H A DDSTClient.java592 DSTQuery dstQuery = null;
595 dstQuery = new DSTQuery(encryptedResourceID, items, null);
597 dstQuery = new DSTQuery(resourceID, items, null);
617 * @param query <code>DSTQuery</code> object.
624 public DSTQueryResponse query(DSTQuery query)
706 * @param queries list of <code>DSTQuery</code> objects
708 * to each <code>DSTQuery</code> object.
723 DSTQuery query = (DSTQuery)iter.next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTQuery.java25 * $Id: DSTQuery.java,v 1.3 2008/06/25 05:47:13 qcheng Exp $
42 * The <code>DSTQuery</code> class represents a <code>DST</code> query request.
44 * <code>DSTQuery</code> object.
86 public class DSTQuery { class
100 public DSTQuery() {} method in class:DSTQuery
108 public DSTQuery(String resourceID, java.util.List items, String serviceNS) { method in class:DSTQuery
128 public DSTQuery(com.sun.identity.liberty.ws.disco.EncryptedResourceID method in class:DSTQuery
149 public DSTQuery(org.w3c.dom.Element element) throws DSTException{ method in class:DSTQuery
151 DSTUtils.debug.error("DSTQuery(element):null input");
156 DSTUtils.debug.error("DSTQuery(elemen
[all...]
H A DDSTClient.java592 DSTQuery dstQuery = null;
595 dstQuery = new DSTQuery(encryptedResourceID, items, null);
597 dstQuery = new DSTQuery(resourceID, items, null);
617 * @param query <code>DSTQuery</code> object.
624 public DSTQueryResponse query(DSTQuery query)
706 * @param queries list of <code>DSTQuery</code> objects
708 * to each <code>DSTQuery</code> object.
723 DSTQuery query = (DSTQuery)iter.next();

Completed in 37 milliseconds