| Package | Description |
|---|---|
| org.jboss.seam.security.events | |
| org.jboss.seam.security.session |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionInvalidatedEvent.getSession() |
| Constructor and Description |
|---|
SessionInvalidatedEvent(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionStore.findById(String sessionId)
Searchs the Session for the specified ID
|
Session |
SessionManager.unregister(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Session> |
SessionStore.findAllSessions()
Finds all sessions related to this store
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionStore.persist(Session session)
Persists the session in the current store
|
void |
SessionManager.register(Session session) |
void |
SessionStore.remove(Session session)
Removes the session in this store
|
Copyright © 2013 Seam Framework. All Rights Reserved.