You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shows the findAccountsByAttribute method defined as
java.util.List<Account> findAccountsByAttribute(java.lang.String applicationName, java.lang.String identityName, java.lang.String attributeName, java.lang.Object attributeValue)
but the RDK, or more precisely v1.0 of the rule-java-docs JAR, is missing this method.
To Reproduce
Steps to reproduce the behavior:
Create any rule with the idn class mocked
try and add the idn.findAccountsByAttribute("","","","") method
See error ( The method findAccountsByAttribute(String, String, String, Object) is undefined for the type IdnRuleUtilJava(67108964))
Expected behavior
the method would be defined and useable.
Screenshots
Operating System (please complete the following information):
OS: Windows 11
Environment: VSCode
main branch pulled 5/13/2024
** Additional Information **
this also produces the error when trying to test code with the method.
java.lang.Error: Unresolved compilation problem: The method findAccountsByAttribute(any(), any(), any(), any()) is undefined for the type IdnRuleUtil
The text was updated successfully, but these errors were encountered:
Hi team, any indication when this could be addressed? I'm having the same issue, however with getFirstAccountNativeIdentityByAttribute method which also seems to be a recent new addition.
Any workaround in the meantime?
Describe the bug
In tha Java Docs located here
https://developer.sailpoint.com/rule-java-docs/sailpoint/server/IdnRuleUtil.html#findAccountsByAttribute-java.lang.String-java.lang.String-java.lang.String-java.lang.Object-
shows the findAccountsByAttribute method defined as
java.util.List<Account> findAccountsByAttribute(java.lang.String applicationName, java.lang.String identityName, java.lang.String attributeName, java.lang.Object attributeValue)
but the RDK, or more precisely v1.0 of the rule-java-docs JAR, is missing this method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the method would be defined and useable.
Screenshots
Operating System (please complete the following information):
** Additional Information **
this also produces the error when trying to test code with the method.
The text was updated successfully, but these errors were encountered: