Class WebSecurityConfigurerAspectDefault
- java.lang.Object
-
- com.devonfw.module.security.common.impl.config.WebSecurityConfigurerAspectDefault
-
- All Implemented Interfaces:
AbstractWebSecurityConfigurer,WebSecurityConfigurerAspect
public class WebSecurityConfigurerAspectDefault extends Object implements WebSecurityConfigurerAspect
Default implementation ofWebSecurityConfigurerAspectas the container (spring) will raise an exception if no implementation is found at all.
-
-
Constructor Summary
Constructors Constructor Description WebSecurityConfigurerAspectDefault()
-
Method Summary
All Methods Instance Methods Concrete 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
public org.springframework.security.config.annotation.web.builders.HttpSecurity configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
- Specified by:
configurein interfaceAbstractWebSecurityConfigurer- Parameters:
http- theHttpSecurityto configure modular aspects that can even be driven by spring-boot-starters from devon4j.- Returns:
- the
HttpSecuritywith potential aspect(s) configured.
-
-