Interface AbstractWebSecurityConfigurer
-
- All Known Subinterfaces:
WebSecurityConfigurer,WebSecurityConfigurerAspect
- All Known Implementing Classes:
WebSecurityConfigurerAspectDefault,WebSecurityConfigurerImpl
public interface AbstractWebSecurityConfigurerAbstract interface to allow modularconfigurationofHttpSecurityviaaspectsthat can even be driven by spring-boot-starters from devon4j.- Since:
- 2020.12.001
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.config.annotation.web.builders.HttpSecurityconfigure(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- theHttpSecurityto configure modular aspects that can even be driven by spring-boot-starters from devon4j.- Returns:
- the
HttpSecuritywith potential aspect(s) configured. - Throws:
Exception- in case of an error.
-
-