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. |
Modifier and Type | Method and Description |
---|---|
SecurityContextConfigurer<H> |
SecurityContextConfigurer.securityContextRepository(SecurityContextRepository securityContextRepository)
Specifies the shared
SecurityContextRepository that is to be used |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionSecurityContextRepository
A
SecurityContextRepository implementation which stores the security context in the HttpSession
between requests. |
class |
NullSecurityContextRepository |
Modifier and Type | Method and Description |
---|---|
void |
SecurityContextPersistenceFilter.setSecurityContextRepository(SecurityContextRepository repo)
Deprecated.
Use constructor injection
|
Constructor and Description |
---|
SecurityContextPersistenceFilter(SecurityContextRepository repo) |
Constructor and Description |
---|
SessionManagementFilter(SecurityContextRepository securityContextRepository) |
SessionManagementFilter(SecurityContextRepository securityContextRepository,
SessionAuthenticationStrategy sessionStrategy) |
Copyright © 2019. All rights reserved.