<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><font face="courier new, monospace">Jeffrey<a href="mailto:jeffreyc@ucsc.edu" target="_blank"></a></font><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">Both pilots and IT professionals require training and currency before charging into clouds!<br></font></div><div><font face="courier new, monospace">---------------------------------------</font></div></div></div></div>
<br><div class="gmail_quote">On Wed, Jun 10, 2015 at 2:52 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:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 6/10/15, 5:33 PM, "users on behalf of Jeffrey Crawford" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a>> wrote:<br>
<br>
</span>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.<br></blockquote><div><br><div class="gmail_default" style="font-family:courier new,monospace">​Well that was just the prompt I needed. I guess I just don't understand spring all that well. At first I had:<br> <constructor-arg><br>    <bean class="org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate"<br></div><div class="gmail_default" style="font-family:courier new,monospace">          c:groupName="urn:mace:ucsc.edu:metadata:local"/><br></div><div class="gmail_default" style="font-family:courier new,monospace"></constructor-arg><br>​</div><div class="gmail_default" style="font-family:courier new,monospace">​<br><br>But this seems to work as expected now:<br><constructor-arg><br>    <bean class="org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate"><br>        <constructor-arg value="urn:mace:ucsc.edu:metadata:local"/><br>    </bean><br></constructor-arg><br>​</div><div class="gmail_default" style="font-family:courier new,monospace">​Does the above look sane to you?<br></div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class=""><div class="h5"><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a></div></div></blockquote></div><br></div></div>