JCSI Kerberos supports delegation. There are a couple of examples but not
specifically
showing delegation.
http://www.wedgetail.com/jcsi/examples/index.html
The api docs show how to get access to the kerberos tickets.
http://www.wedgetail.com/jcsi/kerberos/apidocs/index.html
What specifically are you trying to do? Is this a commercial or research
project?
Bren.
> I am trying to use the GSS-API credential delegation functions in Java
> for client impersonation (K5 env). I am having problems with getting
[quoted text clipped - 8 lines]
>
> Yes, I have read
http://java.sun.com/j2se/1.4.1/docs/guide/security/jgss/tutorials/MoreToDo.h
tml
> and specifically "Using Credentials Delegated From the Client". It
> seems incomplete and also incorrect.