Class ChutneyWebSecurityConfig


  • @Configuration
    @EnableWebSecurity
    @EnableGlobalMethodSecurity(prePostEnabled=true)
    public class ChutneyWebSecurityConfig
    extends Object
    • Constructor Detail

      • ChutneyWebSecurityConfig

        public ChutneyWebSecurityConfig()
    • Method Detail

      • securityFilterChain

        @Bean
        public org.springframework.security.web.SecurityFilterChain securityFilterChain​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
                                                                                 throws Exception
        Throws:
        Exception
      • configureBaseHttpSecurity

        protected void configureBaseHttpSecurity​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
                                          throws Exception
        Throws:
        Exception
      • anonymous

        protected UserDto anonymous()