public class WebProxyStateJpaDaoImpl extends Object implements IWebProxyStateDao
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
WebProxyStateJpaDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
IWebProxyState |
getState(String stateKey)
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.
|
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setpublic IWebProxyState getState(String stateKey)
IWebProxyStateDaonullgetState in interface IWebProxyStateDao@Transactional public IWebProxyState saveState(IWebProxyState state)
IWebProxyStateDaosaveState in interface IWebProxyStateDao@Transactional public void purgeExpiredCookies()
IWebProxyStateDaopurgeExpiredCookies in interface IWebProxyStateDaoCopyright © 2016 Jasig. All Rights Reserved.