Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleNashorn work around for Java classes
// load compatibility script
load("nashorn:mozilla_compat.js");
importPackage(Packages.edu.internet2.middleware.shibboleth.common.attribute.provider);

Although, as we shall see, this specific case (the creation of the output attribute) is not required

...