| Package | Description |
|---|---|
| org.springframework.security.config.annotation.web.configurers | |
| org.springframework.security.web.context |
Classes which are responsible for maintaining the security context between HTTP requests.
|
| org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
| Class and Description |
|---|
| SecurityContextRepository
Strategy used for persisting a
SecurityContext between requests. |
| Class and Description |
|---|
| HttpRequestResponseHolder
Used to pass the incoming request to
SecurityContextRepository.loadContext(HttpRequestResponseHolder),
allowing the method to swap the request for a wrapped version, as well as returning the SecurityContext
value. |
| SecurityContextRepository
Strategy used for persisting a
SecurityContext between requests. |
| Class and Description |
|---|
| SecurityContextRepository
Strategy used for persisting a
SecurityContext between requests. |
Copyright © 2016. All rights reserved.