Hi, Please correct me if I understand wrong. With calling Java function directly in datasets you mean that I could prepare some custom Java class e.g. XX with some methods in it and package it as jar file. Then I could copy such jar file to the place of other jar files, to e.g. /usr/lib/lsc. Then within lsc.xml configuration I can call those java method directly like. var x = <name of custom Classs>.<NameOfMethod> with some e.g. parameters? Is this possible like that?
Regards, Matjaž V V sre., 17. okt. 2018 ob 15:45 je oseba Clément OUDOT < [email protected]> napisala: > > > 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
_______________________________________________________________ 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

