org.globus.ogsa.impl.security.authentication
Class ContextManager

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.ContextManager

public class ContextManager
extends java.lang.Object


Field Summary
protected  java.util.Hashtable serviceContexts
           
 
Constructor Summary
ContextManager()
           
 
Method Summary
 void destroy()
           
 SecContext get(java.lang.String contextId)
           
 void put(SecContext ctx)
           
 void removeExpiredContexts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceContexts

protected java.util.Hashtable serviceContexts
Constructor Detail

ContextManager

public ContextManager()
Method Detail

put

public void put(SecContext ctx)

get

public SecContext get(java.lang.String contextId)

destroy

public void destroy()

removeExpiredContexts

public void removeExpiredContexts()


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.