shibboleth.Conditions.RelyingPartyId regex?
Liam Hoekenga
liamr at umich.edu
Thu Jul 16 11:24:14 EDT 2015
On Thu, Jul 16, 2015 at 10:34 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> That part of the example doesn't really matter here. The predicate inside
> is the only piece you're after.
>
Ok, given...
<bean id="exampleOrgRegex" class="java.util.regex.Pattern"
factory-method="compile" c:_0="^http[s]?://[^/]*\.example\.org.*" />
<bean id="exampleOrgRegexPredicate"
class="com.google.common.base.Predicates" factory-method="contains"
c:_0-ref="exampleOrgRegex" />
<bean id="shibboleth.RelyingPartyIdRegexPredicate"
class="net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate"
c:pred-ref="exampleOrgRegexPredicate" />
Presumably, shibboleth.RelyingPartyIdRegexPredicate is the thing I'm after?
Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150716/dbe6361f/attachment-0001.html>
More information about the users
mailing list