public class KrbSessionCache
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(KrbSession session) |
KrbSession |
getCurrentSession() |
static KrbSessionCache |
getInstance() |
KrbSession |
getSession(java.lang.String thumbPrintEncoded) |
void |
setCurrentSession(KrbSession kerberosSession) |
public static KrbSessionCache getInstance()
public void addSession(KrbSession session)
session - public KrbSession getSession(java.lang.String thumbPrintEncoded)
public KrbSession getCurrentSession()
public void setCurrentSession(KrbSession kerberosSession)
kerberosSession - Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.