org.apache.ws.security.kerberos
Class KrbSessionCache
java.lang.Object
org.apache.ws.security.kerberos.KrbSessionCache
public class KrbSessionCache
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.