org.openharmonise.rm.sessions |
Provides classes and interfaces to manage sessions within the Harmonise framework.
|
Java Source File Name | Type | Comment |
InvalidSessionIdException.java | Class | Thrown to indicate an invalid session id has been given. |
Session.java | Class | Represents a user session within the system, with an
associated timeout value.
Through the implementation of Publishable a user
can log in and out, i.e. |
SessionCache.java | Class | This class provides a cache for Session objects. |
SessionCleaner.java | Class | This class runs a in a thread to clean expired sessions from the DB. |
SessionException.java | Class | General exception class for errors thrown while processing sessions. |
SessionTimeOutException.java | Class | Thrown to indicate that a user session has timed out. |