pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
175 stars 72 forks source link

:art: Add create path util #200

Closed flaxel closed 12 months ago

flaxel commented 12 months ago

Please be aware that Ping Identity does not accept third-party contributions at this time! Please see our contribution guidelines.

What does this implement/fix? Explain your changes.

Creates the given path in an ObjectNode by creating missing attributes. Nice util method in combination with pathExists. Supports eq filters, but not others.

Does this close any currently open issues?

no, but I'm not able to extend the visitor and are blocked with my implementation. Otherwise we could also make the methods protected so that somebody can override it. 🙌