Now I'm working on small PoC for presentation how Kerberos can be integrated with Java in non-web applications.
I have been implementing RMI app using Spring and now I want to add support for Kerberos.
According to spring-security Kerberos extensions there are beans which probably support it:
http://static.springsource.org/sprin...ocs/index.html
Unfortunately I can find any working example for spring-remoting based on RMI. There are many of them for webapps.
http://stackoverflow.com/questions/4...ide-the-domain
I think that the issue is to define interceptors for RMI components (generated using AOP) which use Kerberos authentication providers?
Thanks in advance
marcin


Reply With Quote
