public class SessionCache extends Object
Constructor and Description |
---|
SessionCache() |
Modifier and Type | Method and Description |
---|---|
void |
add(CredentialsInfo c,
SessionInfo s) |
static SessionCache |
get() |
SessionInfo |
getCachedSessionInfo(CredentialsInfo c) |
void |
revoke(CredentialsInfo k) |
public static SessionCache get()
public SessionInfo getCachedSessionInfo(CredentialsInfo c)
public void revoke(CredentialsInfo k)
public void add(CredentialsInfo c, SessionInfo s)
Copyright © 2016–2019. All rights reserved.