Searched refs:FSRequest (Results 1 - 8 of 8) 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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserArtifactConsumerHandler.java37 import com.sun.identity.federation.message.FSRequest;
71 private FSRequest samlRequest = null;
113 * @param samlReq <code>FSRequest</code> with artifact
121 FSRequest samlReq
627 protected FSRequest signSAMLRequest(
628 FSRequest samlRequest
H A DFSAssertionConsumerService.java40 import com.sun.identity.federation.message.FSRequest;
134 FSRequest samlRequest = null;
174 samlRequest = new FSRequest(null, al);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSBrowserArtifactConsumerHandler.java37 import com.sun.identity.federation.message.FSRequest;
71 private FSRequest samlRequest = null;
113 * @param samlReq <code>FSRequest</code> with artifact
121 FSRequest samlReq
627 protected FSRequest signSAMLRequest(
628 FSRequest samlRequest
H A DFSAssertionConsumerService.java40 import com.sun.identity.federation.message.FSRequest;
134 FSRequest samlRequest = null;
174 samlRequest = new FSRequest(null, al);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java41 import com.sun.identity.federation.message.FSRequest;
178 FSRequest samlRequest,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java41 import com.sun.identity.federation.message.FSRequest;
178 FSRequest samlRequest,

Completed in 32 milliseconds