Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix Nashorn syntax

...

Code Block
languagejs
titleNashorn syntax for Java classes
var BasicAttribute = Java.type("edu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute");
fullname = new BasicAttribute("fullname");

...