Scripted Attribute Definitions in IdP v2
Cantor, Scott
cantor.2 at osu.edu
Wed May 27 20:19:56 EDT 2015
On 5/28/15, 12:02 AM, "Alex Olson" <ako at byu.edu> wrote:
>
>What is returned? A Java List?
public abstract Collection<ValueType> getValues();
You can't depend on anything more than the Collection interface.
>Can I just call .join() on the result of the .getValues() call or how
>would this be done?
The objects coming back are Java. I assume there is a reasonably compliant
set of ECMA Script primitives and behaviors available, but you can't treat
objects from the Java APIs themselves as anything but Java.
-- Scott
More information about the users
mailing list