Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can I access a LDAP connection while writing java in a tJava?
Does anyone have an example?
jji
Hi @imholzj imholzj
Yes you can.
I suggest you use the following link as an example: https://stackoverflow.com/questions/12317205/ldap-authentication-using-java
You can use the code provided on the reference above on a tJava or create a routine and call it from tJava. I used it in the past with some adaptations for my environment.
Thanks, but I want to use a connection created earlier in the job (with a tLDAPconnection component) in the Java code.
jji