Class WebSecurityConfigurerAspectDefault

    • Constructor Detail

      • WebSecurityConfigurerAspectDefault

        public WebSecurityConfigurerAspectDefault()
    • Method Detail

      • configure

        public org.springframework.security.config.annotation.web.builders.HttpSecurity configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
        Specified by:
        configure in interface AbstractWebSecurityConfigurer
        Parameters:
        http - the HttpSecurity to configure modular aspects that can even be driven by spring-boot-starters from devon4j.
        Returns:
        the HttpSecurity with potential aspect(s) configured.