RelyingPartyByTag require multiple entity attribute values
Jeffrey Crawford
jeffreyc at ucsc.edu
Wed Jun 10 18:43:00 EDT 2015
Jeffrey <jeffreyc at ucsc.edu>
Both pilots and IT professionals require training and currency before
charging into clouds!
---------------------------------------
On Wed, Jun 10, 2015 at 2:52 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 6/10/15, 5:33 PM, "users on behalf of Jeffrey Crawford" <
> users-bounces at shibboleth.net on behalf of jeffreyc at ucsc.edu> wrote:
>
> Well, I'd need the XML too, I can't tell just from the message. Whatever
> it is is inside the EntityGroupNamePredicate bean, but it should just take
> a constructor-arg that's a list of strings.
>
Well that was just the prompt I needed. I guess I just don't understand
spring all that well. At first I had:
<constructor-arg>
<bean
class="org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate"
c:groupName="urn:mace:ucsc.edu:metadata:local"/>
</constructor-arg>
But this seems to work as expected now:
<constructor-arg>
<bean
class="org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate">
<constructor-arg value="urn:mace:ucsc.edu:metadata:local"/>
</bean>
</constructor-arg>
Does the above look sane to you?
>
> -- Scott
>
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150610/fdd2e0e5/attachment.html>
More information about the users
mailing list