Package com.aquima.web.boot
Class DTreeWebSecurityConfigurer
java.lang.Object
com.aquima.web.boot.BaseWebSecurityConfigurer
com.aquima.web.boot.DTreeWebSecurityConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorsConstructorDescriptionDTreeWebSecurityConfigurer
(org.springframework.security.authentication.AuthenticationManager authManager, MediaTypeAwareSecurityResponseHandler securityResponseHandler, SecurityConfigProperties securityProperties, WebServiceRequestMatcherBuilder requestMatcherBuilder, org.springframework.security.web.context.SecurityContextRepository securityContextRepository) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.web.SecurityFilterChain
dtreeWebSecurityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Methods inherited from class com.aquima.web.boot.BaseWebSecurityConfigurer
configure, getApplicationContext, setApplicationContext
-
Constructor Details
-
DTreeWebSecurityConfigurer
@Autowired public DTreeWebSecurityConfigurer(@Qualifier("blueriqAuthenticationManager") org.springframework.security.authentication.AuthenticationManager authManager, MediaTypeAwareSecurityResponseHandler securityResponseHandler, SecurityConfigProperties securityProperties, WebServiceRequestMatcherBuilder requestMatcherBuilder, org.springframework.security.web.context.SecurityContextRepository securityContextRepository)
-
-
Method Details