| Package | Description |
|---|---|
| org.springframework.security.config.annotation.web.configurers | |
| org.springframework.security.core.session |
Session abstraction which is provided by the
org.springframework.security.core.session.SessionInformation
SessionInformation class. |
| org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
| org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
| Modifier and Type | Method and Description |
|---|---|
SessionManagementConfigurer.ConcurrencyControlConfigurer |
SessionManagementConfigurer.ConcurrencyControlConfigurer.sessionRegistry(SessionRegistry sessionRegistry)
Controls the
SessionRegistry implementation used. |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionRegistryImpl
Default implementation of
SessionRegistry
which listens for SessionDestroyedEvents
published in the Spring application context. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConcurrentSessionControlStrategy.allowableSessionsExceeded(List<SessionInformation> sessions,
int allowableSessions,
SessionRegistry registry)
Deprecated.
Allows subclasses to customise behaviour when too many sessions are detected.
|
protected void |
ConcurrentSessionControlAuthenticationStrategy.allowableSessionsExceeded(List<SessionInformation> sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected.
|
| Constructor and Description |
|---|
ConcurrentSessionControlAuthenticationStrategy(SessionRegistry sessionRegistry) |
ConcurrentSessionControlStrategy(SessionRegistry sessionRegistry)
Deprecated.
|
RegisterSessionAuthenticationStrategy(SessionRegistry sessionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentSessionFilter.setSessionRegistry(SessionRegistry sessionRegistry)
Deprecated.
use constructor injection instead
|
| Constructor and Description |
|---|
ConcurrentSessionFilter(SessionRegistry sessionRegistry) |
ConcurrentSessionFilter(SessionRegistry sessionRegistry,
String expiredUrl) |
Copyright © 2016. All rights reserved.