|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.jboss.seam.security.events | |
| org.jboss.seam.security.session | |
| Uses of Session in org.jboss.seam.security.events |
|---|
| Methods in org.jboss.seam.security.events that return Session | |
|---|---|
Session |
SessionInvalidatedEvent.getSession()
|
| Constructors in org.jboss.seam.security.events with parameters of type Session | |
|---|---|
SessionInvalidatedEvent(Session session)
|
|
| Uses of Session in org.jboss.seam.security.session |
|---|
| Methods in org.jboss.seam.security.session that return Session | |
|---|---|
Session |
SessionStore.findById(String sessionId)
Searchs the Session for the specified ID |
Session |
SessionManager.unregister(String id)
|
| Methods in org.jboss.seam.security.session that return types with arguments of type Session | |
|---|---|
Collection<Session> |
SessionStore.findAllSessions()
Finds all sessions related to this store |
| Methods in org.jboss.seam.security.session with parameters of type Session | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||