Searched refs:DSTModify (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 DDSTModify.java25 * $Id: DSTModify.java,v 1.2 2008/06/25 05:47:13 qcheng Exp $
42 * The <code>DSTModify</code> class represents a <code>DST</code> modify
46 * the <code>DSTModify</code> object.
95 public class DSTModify { class
109 public DSTModify() {} method in class:DSTModify
118 public DSTModify(String resourceID, method in class:DSTModify
141 public DSTModify( method in class:DSTModify
163 public DSTModify(org.w3c.dom.Element element) throws DSTException{ method in class:DSTModify
165 DSTUtils.debug.error("DSTModify(element):null input");
170 DSTUtils.debug.error("DSTModify(elemen
[all...]
H A DDSTClient.java658 DSTModify modify = null;
661 modify = new DSTModify(encryptedResourceID, items, null);
663 modify = new DSTModify(resourceID, items, null);
681 * @param modify <code>DSTModify</code> object.
688 public DSTModifyResponse modify(DSTModify modify)
741 * <code>DSTModify</code> objects (possible on different resource ID).
743 * @param modifies list of <code>DSTModify</code> objects specifying
746 * to each <code>DSTModify</code>.
761 DSTModify modify = (DSTModify)ite
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTModify.java25 * $Id: DSTModify.java,v 1.2 2008/06/25 05:47:13 qcheng Exp $
42 * The <code>DSTModify</code> class represents a <code>DST</code> modify
46 * the <code>DSTModify</code> object.
95 public class DSTModify { class
109 public DSTModify() {} method in class:DSTModify
118 public DSTModify(String resourceID, method in class:DSTModify
141 public DSTModify( method in class:DSTModify
163 public DSTModify(org.w3c.dom.Element element) throws DSTException{ method in class:DSTModify
165 DSTUtils.debug.error("DSTModify(element):null input");
170 DSTUtils.debug.error("DSTModify(elemen
[all...]
H A DDSTClient.java658 DSTModify modify = null;
661 modify = new DSTModify(encryptedResourceID, items, null);
663 modify = new DSTModify(resourceID, items, null);
681 * @param modify <code>DSTModify</code> object.
688 public DSTModifyResponse modify(DSTModify modify)
741 * <code>DSTModify</code> objects (possible on different resource ID).
743 * @param modifies list of <code>DSTModify</code> objects specifying
746 * to each <code>DSTModify</code>.
761 DSTModify modify = (DSTModify)ite
[all...]

Completed in 25 milliseconds