- All Implemented Interfaces:
- org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@Configuration
@EnableWebSecurity
@EnableWebMvcSecurity
public class WebSecurityConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Default security configuration for Centromere web services. Secures API endpoints, based upon
predefined or user-submitted parameters, and applies more liberal security for all other
endpoints. Requires user to implement UserDetailsService and controller method to
handle user authentication.
- Author:
- woemler