Did you look at the Delegation Service's Public Interface Guide?
http://www.globus.org/toolkit/docs/4.0/security/delegation/
WS_AA_Delegation_Service_Public_Interfaces.html
You probably want static X509Certificate[] getCertificateChainRP
(String delegationUrl)
Charles
On Dec 7, 2007, at 8:23 AM, Zeeshan Ali Shah wrote:
Hi,
I am using delegation and have got the Subject using
JaasSubject.getCurrentSubject();
How i can get the GSSCredential from the subject or in any other
way on
server side ?
Zeeshan