org.jboss.seam.security.session
Class SessionStoreImpl
java.lang.Object
org.jboss.seam.security.session.SessionStoreImpl
- All Implemented Interfaces:
- org.jboss.seam.security.session.SessionStore
public class SessionStoreImpl
- extends Object
- implements org.jboss.seam.security.session.SessionStore
|
Method Summary |
Collection<org.jboss.seam.security.session.Session> |
findAllSessions()
|
org.jboss.seam.security.session.Session |
findById(String sessionId)
|
void |
persist(org.jboss.seam.security.session.Session session)
|
void |
remove(org.jboss.seam.security.session.Session session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionStoreImpl
public SessionStoreImpl()
persist
public void persist(org.jboss.seam.security.session.Session session)
- Specified by:
persist in interface org.jboss.seam.security.session.SessionStore
remove
public void remove(org.jboss.seam.security.session.Session session)
- Specified by:
remove in interface org.jboss.seam.security.session.SessionStore
findById
public org.jboss.seam.security.session.Session findById(String sessionId)
- Specified by:
findById in interface org.jboss.seam.security.session.SessionStore
findAllSessions
public Collection<org.jboss.seam.security.session.Session> findAllSessions()
- Specified by:
findAllSessions in interface org.jboss.seam.security.session.SessionStore
Copyright © 2011 Seam Framework. All Rights Reserved.