Class AiidaSecurityConfig
java.lang.Object
energy.eddie.regionconnector.aiida.AiidaSecurityConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.BuilderaiidaMvcRequestMatcher(org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector) org.springframework.security.web.SecurityFilterChainaiidaSecurityFilterChain(org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.Builder aiidaMvcRequestMatcher, 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
-
AiidaSecurityConfig
public AiidaSecurityConfig()
-
-
Method Details
-
aiidaMvcRequestMatcher
@Bean @ConditionalOnProperty(value="region-connector.aiida.enabled", havingValue="true") public org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.Builder aiidaMvcRequestMatcher(org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector)
-