I'm trying to add authentication to an XMBean exposed by JRMPProxyFactory, but the interceptor I placed before XMBean invoke() does not see credential at all. When I trace it back on the call stack, I see JRMPInvoker has "CREDENTIAL" in MarshalledInvocation payload but didn't pass up(?). Since illegal client can bypass JRMPInvoker anyway, I have to have XMBean guarded. Does this mean I can't have the convenience of JRMPInvoker combined with auth interceptor? (I tried both JBoss 3.2.7 and 4.0.2)
thanks, Amanda View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884074#3884074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884074 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
