Class DTreeWebSecurityConfigurer

java.lang.Object
com.aquima.web.boot.BaseWebSecurityConfigurer
com.aquima.web.boot.DTreeWebSecurityConfigurer

@Configuration public class DTreeWebSecurityConfigurer extends BaseWebSecurityConfigurer
  • Constructor Details Link icon

  • Method Details Link icon

    • dtreeWebSecurityFilterChain Link icon

      @Bean @Order(25) protected org.springframework.security.web.SecurityFilterChain dtreeWebSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, com.blueriq.datasource.util.config.IDataSourceConfiguration dataSourceConfiguration) throws Exception
      Throws:
      Exception