mace-opensaml-users - Re: Problem handling the request
Subject: OpenSAML user discussion
List archive
- From: "Mike Ferraro" <>
- To: "Pranay Parsatwar" <>, <>
- Cc: "Mohan Borwankar" <>, "Vaishali Sankhe" <>
- Subject: Re: Problem handling the request
- Date: Tue, 27 Jul 2004 10:33:10 -0400
Title: Welcome to the list
If you are using the OpenSAML libraries, then you
should be able to use the SAMLSOAPBinding class to process the request. It
would look something like this...
SAMLSOAPBinding binding = new
SAMLSOAPBinding();
try {
SAMLRequest samlReq =
binding.receive(request); // request is your HttpServletRequest
object
}
catch (SAMLException e) {
// I believe that
exceptions are most likely validation errors in the
// SOAP space or errors with
the SAMLRequest object
structure
}
// process SAMLRequest
// blah, blah, blah...
- Mike Ferraro
|
- Problem handling the request, Pranay Parsatwar, 07/27/2004
- Re: Problem handling the request, Mike Ferraro, 07/27/2004
- <Possible follow-up(s)>
- RE: Problem handling the request, Pranay Parsatwar, 07/27/2004
- Re: Problem handling the request, Mike Ferraro, 07/27/2004
- RE: Problem handling the request, Scott Cantor, 07/27/2004
Archive powered by MHonArc 2.6.16.