|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.jwall.web.audit.session |
The session-package provides some interfaces to implement
session trackers. |
| Uses of Session in org.jwall.web.audit.session |
|---|
| Methods in org.jwall.web.audit.session that return Session | |
|---|---|
Session |
SessionTracker.getSession(String sessionId)
This method is meant to return the session that is associated with the given ID. |
Session |
AbstractSessionTracker.getSession(String sessionId)
This method returns the session with the given session-id. |
| Methods in org.jwall.web.audit.session that return types with arguments of type Session | |
|---|---|
Collection<Session> |
SessionTracker.getSessions()
Returns a list (collection) of the sessions that have been created/observed by this tracker. |
Collection<Session> |
AbstractSessionTracker.getSessions()
This method returns all the sessions (active and timed-out) that have been created by the session-tracker. |
| Methods in org.jwall.web.audit.session with parameters of type Session | |
|---|---|
int |
Session.compareTo(Session s)
This compares the session to s. |
void |
CookieSessionTracker.expireSession(Session s)
Expire the session as normally, but also remove the session-id from the valid-list. |
boolean |
AbstractSessionTracker.isExpired(Session s,
AuditEvent event)
This method is used to check a session for expiration according to the date of the given audit-event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||