On Wednesday 21 April 2010 7:00:45 am PonPrathip wrote: > I am trying to create CXF Standalone client to connect to a WebService > (Server) that have SpnegoContextToken as one of its security Policy. > > Please let me know whether CXF API support this Security Token?If supported > then please let me know how to implement the CXF client to get access to > the server. > Provided below the security binding information on the server side.
No. CXF currently does not support SpnegoContextToken. I'm not aware of any java solution that does support it right now. I know Metro doesn't. Axis2 doesn't. I'm pretty sure SpringWS doesn't. If you are interested in developing it, I'd be happy to provide pointers to use as starting points. Dan > > Please let me know whether CXF supports the below mentioned security > info.If supports then please let me now how to implement the same using > CXF API > > > <sp:SymmetricBinding><wsp:Policy> > <sp:ProtectionToken> > <wsp:Policy> > <sp:SpnegoContextToken > > sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/Inclu > deToken/AlwaysToRecipient"><wsp:Policy> <sp:RequireDerivedKeys /> > </wsp:Policy> > </sp:SpnegoContextToken> > </wsp:Policy> > </sp:ProtectionToken> > <sp:AlgorithmSuite> > <wsp:Policy> > <sp:Basic256 /> > </wsp:Policy> > </sp:AlgorithmSuite> > <sp:Layout> > <wsp:Policy> > <sp:Strict /> > </wsp:Policy> > </sp:Layout> > <sp:IncludeTimestamp /> > <sp:EncryptSignature /> > <sp:OnlySignEntireHeadersAndBody /> > </wsp:Policy> > </sp:SymmetricBinding> -- Daniel Kulp [email protected] http://dankulp.com/blog
