Interface AbstractWebSecurityConfigurer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.security.config.annotation.web.builders.HttpSecurity configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)  
    • Method Detail

      • configure

        org.springframework.security.config.annotation.web.builders.HttpSecurity configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
                                                                                    throws Exception
        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.
        Throws:
        Exception - in case of an error.