Hi Oleg, Thanks for update. Can you suggest any TokenGenerator that implements SpnegoTokenGenerator so that we can use in NegopatiateScheme?
My actual problem is that, I am trying to use httpclient-4.1 for connecting and accessing that uses Negotiate authentication by Kerberos. My action plan is to use NegotiateScheme and then parse challenge and then use that for authentication for which I need some implementation of SpnegoTokenGenerator. Please let me know if you think this strategy will work. Yours sincerely, Sridhar Vedhanabatla On Sat, May 28, 2011 at 10:04 PM, Oleg Kalnichevski <[email protected]>wrote: > On Sat, 2011-05-28 at 16:38 +0530, Sridhar Vedhanabatla wrote: > > Hi, > > > > I need to use NegotiateScheme for authentication and am not able to find > > suitable implementions of SpnegoTokenGenerator. The only one found in > google > > is BouncySpnegoTokenGenerator and am not able to find suitable jar for > it. > > > > Please help. > > > > Yours sincerely, > > > > Sridhar Vedhanabatla > > Sridhar, > > BouncySpnegoTokenGenerator is a reference material distributed as source > only and is not officially supposed by the project. > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
