opensamlV3 compatibility question
Francesco Barcellini
fbarcellini at intesigroup.com
Mon Feb 15 12:26:19 EST 2016
Hello,
I used opensaml V2 and I'm trying to migrate to V3 version.
After library migration the following java code did not compile;
SAMLMessageDecoder decoder = new HTTPRedirectDeflateDecoder();
BasicSAMLMessageContext messageContext = new BasicSAMLMessageContext();
messageContext.setInboundMessageTransport(new
HttpServletRequestAdapter(req));
because the compiler didn't find the classes BasicSAMLMessageContext and
HttpServletRequestAdapter.
As declared in this url
http://shibboleth.net/pipermail/announce/2015-May/000112.html
/
//the "compatibility between V2 and V3 is extremely substantial"./
Starting with new project that need a migration from old V2 libraries to
new V3 libraries I would be "extremely"
sure that all the V2 classes are presents in V3 packages. Is this
guarantee?
So, about my example code where is my error?
Regards,
Francesco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20160215/801616aa/attachment.html>
More information about the dev
mailing list