Skip to Content.
Sympa Menu

mace-opensaml-users - HttpServletRequestAdapater

Subject: OpenSAML user discussion

List archive

HttpServletRequestAdapater


Chronological Thread 
  • From: "Bailo, John" <>
  • To: <>
  • Subject: HttpServletRequestAdapater
  • Date: Tue, 16 Sep 2008 11:58:35 -0400

I am trying to develop a servlet Service provider along the lines of the pseudocode here:

 

https://spaces.internet2.edu/display/OpenSAML/OSTwoUserManualPsedocodeSP

 

The pseudocode shows:

 

messageContext.setInboundMessageTransport(new HttpServletRequestAdapter(new SAML2HttpRequestWrapper(@http request@)));

 

But the sample code ( HTTPPostDecoderTest.java) shows

 

messageContext.setInboundMessageTransport(new HttpServletRequestAdapter(httpRequest));

 

What would be appropriate for receiving a SAML 1 object via a FORM POST?

 

Also, I don’t see any source code or API doc for org.opensaml.ws.transport.http.HttpServletRequestAdapter.   Is that available?

 

 

 

 

CONFIDENTIALITY NOTICE: The information in this Internet email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. 




Archive powered by MHonArc 2.6.16.

Top of Page