Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
SessionManagementConfigurer.ConcurrencyControlConfigurer |
SessionManagementConfigurer.ConcurrencyControlConfigurer.expiredUrl(String expiredUrl)
The URL to redirect to if a user tries to access a resource and their
session has been expired due to too many sessions for the current user.
|
SessionManagementConfigurer.ConcurrencyControlConfigurer |
SessionManagementConfigurer.maximumSessions(int maximumSessions)
Controls the maximum number of sessions for a user.
|
SessionManagementConfigurer.ConcurrencyControlConfigurer |
SessionManagementConfigurer.ConcurrencyControlConfigurer.maxSessionsPreventsLogin(boolean maxSessionsPreventsLogin)
If true, prevents a user from authenticating when the
SessionManagementConfigurer.maximumSessions(int) has been reached. |
SessionManagementConfigurer.ConcurrencyControlConfigurer |
SessionManagementConfigurer.ConcurrencyControlConfigurer.sessionRegistry(SessionRegistry sessionRegistry)
Controls the
SessionRegistry implementation used. |
Copyright © 2019. All rights reserved.