> 1) which CXF and WSS4J versions that I need to look out for this functionality?
The latest versions, 3.0.2 + 2.7.13. > 2) I am confused about how I can inject the "GSSCredential" into message > context as required by this call "message > > getContextualProperty(SecurityConstants.DELEGATED_CREDENTIAL)" in > KerberosClient. I guess what I am asking is how I can get hold of a message. > Should I need to write a interceptor? Well it depends on where the credential comes from. If you are receiving it via WS-Security, then this is done automatically for you. Otherwise then you need to set it on the message. Colm. On Tue, Oct 21, 2014 at 6:23 PM, rareddy <[email protected]> wrote: > Colm, > > Thank you for your reply. Very timely blog for me. > > Couple questions: > > 1) which CXF and WSS4J versions that I need to look out for this > functionality? > 2) I am confused about how I can inject the "GSSCredential" into message > context as required by this call > "message.getContextualProperty(SecurityConstants.DELEGATED_CREDENTIAL)" in > KerberosClient. I guess what I am asking is how I can get hold of a > message. > Should I need to write a interceptor? > > Thanks > > Ramesh.. > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Kerberos-delegation-using-GssCredential-in-JAXWS-tp5750086p5750136.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
