Searched defs:FSRequest (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java25 * $Id: FSRequest.java,v 1.3 2008/06/25 05:46:45 qcheng Exp $
72 public class FSRequest extends Request { class in inherits:Request
103 protected FSRequest() { method in class:FSRequest
121 public FSRequest(String requestId, Query query) throws SAMLException { method in class:FSRequest
145 public FSRequest(String requestId, List contents) throws SAMLException { method in class:FSRequest
184 return new FSRequest(root);
188 * Constructor creates a <code>FSRequest</code> object from
194 public FSRequest(Element root) throws SAMLException { method in class:FSRequest
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java25 * $Id: FSRequest.java,v 1.3 2008/06/25 05:46:45 qcheng Exp $
72 public class FSRequest extends Request { class in inherits:Request
103 protected FSRequest() { method in class:FSRequest
121 public FSRequest(String requestId, Query query) throws SAMLException { method in class:FSRequest
145 public FSRequest(String requestId, List contents) throws SAMLException { method in class:FSRequest
184 return new FSRequest(root);
188 * Constructor creates a <code>FSRequest</code> object from
194 public FSRequest(Element root) throws SAMLException { method in class:FSRequest

Completed in 46 milliseconds