Class ChutneyWebSecurityConfig

java.lang.Object
com.chutneytesting.security.ChutneyWebSecurityConfig

@Configuration @EnableWebSecurity @EnableGlobalMethodSecurity(prePostEnabled=true) public class ChutneyWebSecurityConfig extends Object
  • Field Details

  • Constructor Details

    • ChutneyWebSecurityConfig

      public ChutneyWebSecurityConfig()
  • Method Details

    • authenticationService

      @Bean public AuthenticationService authenticationService(Authorizations authorizations)
    • 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()