Sample Dataconnector for Shib 3.1

Cantor, Scott cantor.2 at osu.edu
Mon May 11 13:49:38 EDT 2015


On 5/11/15, 1:42 PM, "Krug, Jeff" <Jeff.Krug at gtri.gatech.edu> wrote:
>
>My Parser was extending 
>net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser​
>
>After 3.1, it seemed like that abstract class change changed and I had to change "doParse" to "doV2Parse" and I had to change "getBeanClass" to "getNativeBeanClass".

Not saying anything changed necessarily, but that's not API, so that could have changed. Yes, we need to get that documented.

>Certainly making sure I did not include any inappropriate dependencies in the pom file would be useful.

Anything -impl or -spring is *not* API. There are other specific cases that aren't that but are also not API (e.g. idp-consent isn't, idp-core is) so that's what we have to document.

-- Scott



More information about the dev mailing list