I am currently setting up IntelliJ IDE for the groovy scripts customization.
I have downloaded and imported the jar file “openiam-common-intf-4.2.1.15.jar” from the downloads page but it seems like there are still missing OpenIAM imports that are missing.
I have tried looking through the documentation but there are no mentions of it.
Where can I find them? Also, where can I find the link to the javadocs as well?
The class you mentioned i.e. org.openiam.sync.service.impl.service.AbstractUserTransformScript, it’s anyways abstract class, reference can be taken from java doc itself.
Groovy script templates references can be found on docs.openiam.com, however they are referenced in their specific section. If you could tell me what exactly are you looking for, I could help you.
I see. I wanted to clear all missing imports and classes so my IDE has proper intellisense for easier reference without the missing methods and variables. I was hoping to find more .jar files to import other than the one provided in OpenIAM downloads page.
For the groovy script, I am looking for guides on running them in business rules. This page here talks about birthright access and how to configure them but just glossed over the groovy script option:
Are there any guides or template scripts to get started?