<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 16, 2015 at 3:13 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">>A bean whose parent is shibboleth.RelyingPartyIdRegexPredicate should also have the same constructors?<br>
<br>
</span>That's not a child bean with a parent, that's just a bean of that exact class.<br></blockquote></div><br>The bean I'm defining in my intercept flow conf uses that as a parent. e.g.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">                            <bean parent="shibboleth.RelyingPartyIdRegexPredicate"></div><div class="gmail_extra">                                <constructor-arg></div><div class="gmail_extra">                                    <list></div><div class="gmail_extra">                                        <value><a href="https://sp.example.edu">https://sp.example.edu</a></value></div><div class="gmail_extra">                                    </list></div><div class="gmail_extra">                                </constructor-arg></div><div class="gmail_extra">                            </bean></div><div><br></div></div></div>