Bordet, Simone
2002-02-10 21:13:01 UTC
Hi all,
so I'm done with the JRMP over SSL adaptor, it works, I will commit it soon.
The last bit to be cleared is client authentication.
The HTTP adaptor support basic authentication (Carlos, some other that I don't know of - digest, etc ?), meaning that a user must login before getting something on the browser.
One can think that the same should be required for the RMI adaptor as well, but there is no standard here like there is for HTTP. So it must be done via API, for example via an RMIConnector.login() method.
But here it opens up a wide hole, since I may want to pass in user name and password, a X509 certificate, and so on.
Furthermore it should be done with JAAS.
Any idea or comments ?
We can also go with 1.0 without it, and do it for OpenJMX 1.1
Simon
so I'm done with the JRMP over SSL adaptor, it works, I will commit it soon.
The last bit to be cleared is client authentication.
The HTTP adaptor support basic authentication (Carlos, some other that I don't know of - digest, etc ?), meaning that a user must login before getting something on the browser.
One can think that the same should be required for the RMI adaptor as well, but there is no standard here like there is for HTTP. So it must be done via API, for example via an RMIConnector.login() method.
But here it opens up a wide hole, since I may want to pass in user name and password, a X509 certificate, and so on.
Furthermore it should be done with JAAS.
Any idea or comments ?
We can also go with 1.0 without it, and do it for OpenJMX 1.1
Simon