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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java25 * $Id: Directive.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
43 * The class <code>Directive</code> represents a discovery service
63 public class Directive { class
101 public Directive(String directiveType) { method in class:Directive
110 public Directive(Element elem) throws DiscoveryException { method in class:Directive
113 DiscoUtils.debug.message("Directive(Element): null input.");
118 DiscoUtils.debug.message("Directive(Element): wrong input");
139 DiscoUtils.debug.message("Directive(Element): not supported:"
H A DInsertEntry.java71 * @param any List of Directive object, this is to allow the requester to
125 Directive directive = new Directive((Element) child);
167 * @return List of <code>com.sun.identity.liberty.ws.disco.Directive</code>
179 * <code>com.sun.identity.liberty.ws.disco.Directive</code> objects.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java25 * $Id: Directive.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
43 * The class <code>Directive</code> represents a discovery service
63 public class Directive { class
101 public Directive(String directiveType) { method in class:Directive
110 public Directive(Element elem) throws DiscoveryException { method in class:Directive
113 DiscoUtils.debug.message("Directive(Element): null input.");
118 DiscoUtils.debug.message("Directive(Element): wrong input");
139 DiscoUtils.debug.message("Directive(Element): not supported:"
H A DInsertEntry.java71 * @param any List of Directive object, this is to allow the requester to
125 Directive directive = new Directive((Element) child);
167 * @return List of <code>com.sun.identity.liberty.ws.disco.Directive</code>
179 * <code>com.sun.identity.liberty.ws.disco.Directive</code> objects.

Completed in 22 milliseconds