Class DatadisSecurityConfig
java.lang.Object
energy.eddie.regionconnector.es.datadis.DatadisSecurityConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.BuilderdatadisMvcRequestMatcher(org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector) org.springframework.security.web.SecurityFilterChaindatadisSecurityFilterChain(org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.Builder datadisMvcRequestMatcher, org.springframework.security.config.annotation.web.builders.HttpSecurity http, JwtAuthorizationManager jwtHeaderAuthorizationManager, org.springframework.web.cors.CorsConfigurationSource corsConfigurationSource, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Constructor Details
-
DatadisSecurityConfig
public DatadisSecurityConfig()
-
-
Method Details
-
datadisMvcRequestMatcher
@Bean @ConditionalOnProperty(value="region-connector.es.datadis.enabled", havingValue="true") public org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.Builder datadisMvcRequestMatcher(org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector)
-