Am 2015-10-26 um 02:50 schrieb Marc Boorshtein:
All,

I'm trying to figure out how to include using the Java 8 support for
s4u2self and s4u2proxy using GSSCredential::impersonate.  A quick search
didn't bring anything up.  Does anyone have some experience or an example I
can use?

Hi Marc,

given that the Kerberos support is faulty, you should know why. Search the mailing lists.

If you like to use S4U, have a look at this sample code: https://github.com/ymartin59/java-kerberos-sfudemo

After you have successfully impersonated the user principal, perform your HTTP request in a PriviledgedAction with Subject#doAs. That should do.

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to