<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 16, 2015 at 10:34 AM, 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"><div id=":1hk" class="" style="overflow:hidden">That part of the example doesn't really matter here. The predicate inside is the only piece you're after.<div class=""><div id=":1ql" class="" tabindex="0"></div></div></div></blockquote></div><br>Ok, given...</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">    <bean id="exampleOrgRegex" class="java.util.regex.Pattern"</div><div class="gmail_extra">        factory-method="compile" c:_0="^http[s]?://[^/]*\.example\.org.*" /></div><div class="gmail_extra"><br></div><div class="gmail_extra">    <bean id="exampleOrgRegexPredicate"</div><div class="gmail_extra">        class="com.google.common.base.Predicates" factory-method="contains"</div><div class="gmail_extra">        c:_0-ref="exampleOrgRegex" /></div><div class="gmail_extra"><br></div><div class="gmail_extra">    <bean id="shibboleth.RelyingPartyIdRegexPredicate"</div><div class="gmail_extra">        class="net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate"</div><div class="gmail_extra">        c:pred-ref="exampleOrgRegexPredicate" /></div><div><br></div><div>Presumably, shibboleth.RelyingPartyIdRegexPredicate is the thing I'm after?</div><div><br></div><div>Liam</div></div></div>