aspose file tools
The moose likes Security and the fly likes Java APIs for kerberos impersonation/constrained delegation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Java APIs for kerberos impersonation/constrained delegation" Watch "Java APIs for kerberos impersonation/constrained delegation" New topic
Author

Java APIs for kerberos impersonation/constrained delegation

varun srivastv
Greenhorn

Joined: Oct 15, 2009
Posts: 11
Hi,

Is there any Java API available for kerberos impersonation/constrained delegation. Basically my requirement is as follows :

User(U) access a service (S1) which in turn accesses service (S2) impersonating the user (U). My service S1 is a Java based web application which want to access another kerberised service on behalf of user.
I want some Java API on Service S1 which can interact with KDC to obtain kerberos service ticket for S2 for the user U.

Which is the best way to achieve this?

Regards.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java APIs for kerberos impersonation/constrained delegation
 
Similar Threads
Comparing Strings
java client for sharepoint webservices
Authorization in Kerberos
String Immutable!
Authorization in Kerberos