I am working on an application where my code (a simple Java HTTPURLConnection client) is making a REST call to a secured URL authenticated by Kerberos. It is working fine with this REST call and taking windows credentials to log the user. I want to impersonate the user using a delegationID with existing authentication.
Any suggestion, if I can use anything for same REST API call or replace it with something. My code is using ANT build.