Le 17/10/2018 à 14:54, Matjaz Premerl a écrit : > Hi, > > I have a question about running some external java program which I had > in jar file including the arguments within the LSC tool. Is the > Executable plugin the right thing to implement for something like or > is some better or more proper way to call external java program within > LSC synchronization process. For example source is Database table and > for destination is some kind of custom system which is not database or > LDAP related, but has Java API available. >
You should be able to load Java function directly in datasets, like we do for example with AD utils class: https://lsc-project.org/javadoc/2.1-SNAPSHOT/org/lsc/utils/directory/AD.html -- Clément Oudot | Identity Solutions Manager [email protected] Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

