Class DTreeWebSecurityConfigurer

java.lang.Object
com.aquima.web.boot.BaseWebSecurityConfigurer
com.aquima.web.boot.DTreeWebSecurityConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Configuration public class DTreeWebSecurityConfigurer extends BaseWebSecurityConfigurer
  • Constructor Details

  • Method Details

    • dtreeWebSecurityFilterChain

      @Bean @Order(25) protected org.springframework.security.web.SecurityFilterChain dtreeWebSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception