org.apache.ws.security.kerberos
Class KrbSessionCache

java.lang.Object
  extended by org.apache.ws.security.kerberos.KrbSessionCache

public class KrbSessionCache
extends Object


Method Summary
 void addSession(KrbSession session)
           
 KrbSession getCurrentSession()
           
static KrbSessionCache getInstance()
           
 KrbSession getSession(String thumbPrintEncoded)
           
 void setCurrentSession(KrbSession kerberosSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static KrbSessionCache getInstance()
Returns:

addSession

public void addSession(KrbSession session)
Parameters:
session -

getSession

public KrbSession getSession(String thumbPrintEncoded)

getCurrentSession

public KrbSession getCurrentSession()
Returns:

setCurrentSession

public void setCurrentSession(KrbSession kerberosSession)
Parameters:
kerberosSession -


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.