Issue porting opensaml 2 to opensaml 3

Brent Putman putmanb at georgetown.edu
Sat Jan 19 17:28:44 EST 2019


On 1/18/19 7:30 PM, Eze Ikonne wrote:
>
> Hi all,
>
>  
>
> I am trying to upgrade to opensaml3.4.2 from opensaml 2.XX, but I am
> having problems resolving these two import statements; I would
> appreciate it if someone could tell me the opensaml3.4.2 equivalent
> for these packages.
>
>  
>
> *import*_org.opensaml.common_.binding.BasicSAMLMessageContext;
>
> *import*_org.opensaml.common_.binding.SAMLMessageContext;
>
>  
>
>

The messaging processing model changed completely from 2.x to 3.x, so
it's not merely a matter of changing import statements.  I assume you
are probably trying to use the SAML binding encoders and/or decoders. 
I would suggest simply looking at the unit tests for those
encoder/decoder classes to understand the basics of the new message
processing model.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20190119/7f4743f9/attachment.html>


More information about the dev mailing list