HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

Add bindings for user and server registration #341

Open jesse-gallagher opened 1 year ago

jesse-gallagher commented 1 year ago

It looks like the C API has a bunch of official REG* methods for registration tasks, so it should just be a matter of binding them and giving them a good API. It'd probably make sense to put bindings for this in the UserDirectory interface.