| SessionCache |
Responsible for providing a single point of contact for all Sessions stored in memory.
|
| SessionConstants |
|
| SessionCookies |
Responsible for providing functionality around Session cookie management.
|
| SessionCuller |
This class is responsible for periodically checking to see whether a given Session should remain in the SessionCache,
or whether it should be removed.
|
| SessionGuiceModule |
The Guice bindings for the Session and Session related code.
|
| SessionMeta |
|
| SessionPLLSender |
|
| SessionPollerPool |
Singleton holding the threadpool running the amSessionPoller.
|
| SessionPollerSender |
Ex-Sun class, pulled out from Session.java.
|
| SessionPropertyWhitelist |
SessionPropertyWhitelist service that caches on a per-realm basis, and has listeners to
update cached map if config changes.
|
| SessionServiceURLService |
ClientSDK: This code is ClientSDK aware and will only use the Server SessionService
when invoked on the Server.
|
| SessionURL |
Ex-Sun class, pulled out from Session.java.
|