Function OOTB available in IdnRuleUtil

Hello All,

I am writing cloud rule and i am using sailpoint.server.IdnRuleUtil.
Object idn is pass as a argument to beforeprovisioning rule.
But i did not get what all functions supported by idn.

I found some functions under topic “Example Usage” from below link.

Can you please help me with java doc for class sailpoint.server.IdnRuleUtil.
what all function are supported.

Thanks,
Omkar

Hi Omar,

We don’t yet have a javadoc IdnRuleUtil. Have you had a look at Using IDNRuleUtil as a Wrapper for Common Rule Operations | SailPoint Developer Community? The supported functions should be documented. Is there something missing from these docs, or is it just that the format isn’t in JavaDoc?

@tyler_mairose has submitted a PR to publish the current state of the java docs. These are currently a work-in-progress, and we’d appreciate any feedback you and others might have, including any classes that we are missing.

Here is the PR where you can leave comments: Add Java Docs for rules by tyler-mairose-sp · Pull Request #142 · sailpoint-oss/developer.sailpoint.com · GitHub

And here is a preview build: Rule Java Documentation | SailPoint Developer Community. A new preview will be generated after each commit, so check the PR for the latest build URL.

1 Like