See: Description
Interface | Description |
---|---|
Session |
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionListener |
Interface to be implemented by components that wish to be notified of events that occur during a
Session 's life cycle. |
Class | Description |
---|---|
ProxiedSession |
Simple
Session implementation that immediately delegates all corresponding calls to an
underlying proxied session instance. |
SessionListenerAdapter |
Simple adapter implementation of the
SessionListener interface, effectively providing
no-op implementations of all methods. |
Exception | Description |
---|---|
ExpiredSessionException |
A special case of a StoppedSessionException.
|
InvalidSessionException |
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
SessionException |
General security exception attributed to problems during interaction with the system during
a session.
|
StoppedSessionException |
Exception thrown when attempting to interact with the system under a session that has been
stopped.
|
UnknownSessionException |
Exception thrown when attempting to interact with the system under the pretense of a
particular session (e.g. under a specific session id), and that session does not exist in
the system.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.