Class NashornUserMapper

java.lang.Object
org.nuxeo.usermapper.extension.AbstractUserMapper
org.nuxeo.usermapper.extension.NashornUserMapper
All Implemented Interfaces:
UserMapper

public class NashornUserMapper extends AbstractUserMapper
UserMapper implementation using Nashorn to implement logic using JavaScript
Since:
7.4
Author:
tiry
  • Field Details

    • mapperSource

      protected final String mapperSource
    • wrapperSource

      protected final String wrapperSource
  • Constructor Details

    • NashornUserMapper

      public NashornUserMapper(String mapperScript, String wrapperScript)
  • Method Details