org.globus.wsrf.impl.security.authentication
Class ContextCredential

java.lang.Object
  extended byorg.globus.wsrf.impl.security.authentication.ContextCredential

public class ContextCredential
extends java.lang.Object


Field Summary
private static java.lang.ThreadLocal local
           
 
Constructor Summary
ContextCredential()
           
 
Method Summary
static void begin(org.ietf.jgss.GSSCredential cred)
           
static org.ietf.jgss.GSSCredential getCurrent()
           
static void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

private static java.lang.ThreadLocal local
Constructor Detail

ContextCredential

public ContextCredential()
Method Detail

getCurrent

public static org.ietf.jgss.GSSCredential getCurrent()

begin

public static void begin(org.ietf.jgss.GSSCredential cred)

release

public static void release()