Scripted Attribute Definitions in IdP v2
Alex Olson
ako at byu.edu
Wed May 27 20:02:10 EDT 2015
Hi there,
In a scripted attribute defintion, when I call .getValues() on a BasicAttribute like so:
membershipsList = new BasicAttribute("membershipsList");
var membershipsJoinedList = membershipsList.getValues();
What is returned? A Java List? An array list? A javascript array? I want to join the values returned from .getValues(). In javascript I would normally be able to just call .join() on an array and have a comma-seperated string of all the values in the array. Can I just call .join() on the result of the .getValues() call or how would this be done?
Thanks!
-- Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150528/d14b2f58/attachment.html>
More information about the users
mailing list