OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Investigate local sockets or other mechanisms for the Domino user dir #36

Open jesse-gallagher opened 4 years ago

jesse-gallagher commented 4 years ago

Now that there's a RunJava front-end for this, the servlet-based user directory class isn't up to the task. It'd be possible to embed a tiny servlet engine, but it would make more sense to use a local socket or the like to pass the messages directly.

jesse-gallagher commented 3 years ago

Part of the trouble with this is completeness: so far, the only way I know to accurately use all available authentication mechanisms is to run it through HTTP, as there's no single "authenticate this user" call in the Notes API.