| Package | Description |
|---|---|
| org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
| Modifier and Type | Method and Description |
|---|---|
SessionInformation[] |
SessionRegistry.getAllSessions(Object principal,
boolean includeExpiredSessions)
Obtains all the known sessions for the specified principal.
|
SessionInformation[] |
SessionRegistryImpl.getAllSessions(Object principal,
boolean includeExpiredSessions) |
SessionInformation |
SessionRegistry.getSessionInformation(String sessionId)
Obtains the session information for the specified
sessionId. |
SessionInformation |
SessionRegistryImpl.getSessionInformation(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConcurrentSessionControllerImpl.allowableSessionsExceeded(String sessionId,
SessionInformation[] sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected.
|
Copyright © 2016. All rights reserved.