Package org.lockss.ws.security
Class SecurityConfigurer
java.lang.Object
org.lockss.ws.security.SecurityConfigurer
Custom Spring security configurator.
This security configurator differs from those found in our other projects (which extend and use
This security configurator differs from those found in our other projects (which extend and use
SpringSecurityConfigurer and SpringAuthenticationFilter): The LOCKS SOAP Service
does not perform any request authentication or authorization itself, instead forwarding the
request to the respective REST service and delegating to it to handle any request authentication
and authorization. The SOAP Service is configured to permit all requests, and disables Spring's
CSRF mitigations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainfilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)