Class WebSecurityConfiguration
java.lang.Object
org.bremersee.spring.security.ldaptive.app.WebSecurityConfiguration
The type Web security configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Example rest controller. -
Constructor Summary
ConstructorsConstructorDescriptionWebSecurityConfiguration(LdaptiveAuthenticationManager authenticationManager) Instantiates a new Web security configuration. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainfilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Filter chain security filter chain.
-
Constructor Details
-
WebSecurityConfiguration
Instantiates a new Web security configuration.- Parameters:
authenticationManager- the authentication manager
-
-
Method Details
-
filterChain
@Bean public org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception Filter chain security filter chain.- Parameters:
http- the http- Returns:
- the security filter chain
- Throws:
Exception- the exception
-