Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
SecurityContextConfigurer<HttpSecurity> |
HttpSecurity.securityContext()
Sets up management of the
SecurityContext on the
SecurityContextHolder between HttpServletRequest 's. |
Modifier and Type | Method and Description |
---|---|
SecurityContextConfigurer<H> |
SecurityContextConfigurer.securityContextRepository(SecurityContextRepository securityContextRepository)
Specifies the shared
SecurityContextRepository that is to be used |
Copyright © 2019. All rights reserved.