Hi All,
I have my server whose APIs are exposed via RMI, RMI-IIOP. For a normal
RMI client, context can be easily passed from the client by using
ContextPropagatingRemoteInvocationFactory
and the following lines of code:
Authentication authRequest = new
UsernamePasswordAuthenticationToken("Admin", "Admin");
SecureContextImpl secureContext = new SecureContextImpl();
secureContext.setAuthentication(authRequest);
ContextHolder.setContext(secureContext);
My question is how this will be propagated from C++ clients calling
through RMI-IIOP?
Regards,
Manish Gulati
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer