net.shibboleth.idp.attribute.resolver.spring.dc has changed in IDP 3.2.x
Cantor, Scott
cantor.2 at osu.edu
Fri Jan 29 08:53:14 EST 2016
> any non-public classes. However, the extension guideline Rod wrote for
> attribute resolver
> (https://wiki.shibboleth.net/confluence/display/IDP30/3.+Developing+Attri
> bute+Resolver+Extensions ) explicitly mentioned to extend
> AbstractDataConnectorParser <http://shibboleth.net/cgi-bin/java-
> idp.cgi/net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnect
> orParser> . If this class is currently non-public in 3.2.x, are there other ways
> that I can write my attribute resolver extension without using it?
Use your own code, or don't do it all and just wire things up with Spring itself.
> Also, contrary to what both of you stated in this thread, the document I cited
> above explicitly says all spring modules are public:
>
> As the policy states, currently all of the code in the java-support and spring-
> extensions modules are part of the public API (by virtue of the fact that none
> of the packages at the time of authoring this page contain "impl" as a
> segment).
spring-extensions is the name of a specific library and that is in fact public. That's not "all spring modules".
-- Scott
More information about the dev
mailing list