public interface IWebProxyStateDao
| Modifier and Type | Method and Description |
|---|---|
IWebProxyState |
getState(String id)
Retrieve an IWebProxyState from the store by its unique String key.
|
void |
purgeExpiredCookies()
Purge expired cookies
|
IWebProxyState |
saveState(IWebProxyState state)
Save an IWebProxyState to the store.
|
IWebProxyState getState(String id)
nullid - IWebProxyState saveState(IWebProxyState state)
state - void purgeExpiredCookies()
Copyright © 2016 Jasig. All Rights Reserved.