shibboleth.Conditions.RelyingPartyId regex?
Cantor, Scott
cantor.2 at osu.edu
Thu Jul 16 15:13:20 EDT 2015
On 7/16/15, 2:51 PM, "users on behalf of Liam Hoekenga" <users-bounces at shibboleth.net on behalf of liamr at umich.edu> wrote:
><bean id="shibboleth.RelyingPartyIdRegexPredicate"
> class="net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate"
> c:pred-ref="exampleOrgRegexPredicate" />
>
>/should/ have the same constructors as net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate?
It is that class, that's exactly the constructors it has.
>A bean whose parent is shibboleth.RelyingPartyIdRegexPredicate should also have the same constructors?
That's not a child bean with a parent, that's just a bean of that exact class.
Since the argument name is I guess correct, that means what you're injecting is not getting seen as the type it needs to have, it's not implementing com.google.common.base.Predicate. Or Spring's just confused, and you might have to look into some kind of type coercision markup, which I think is possible.
-- Scott
More information about the users
mailing list