Class SecurityConfig

java.lang.Object
energy.eddie.core.security.SecurityConfig

@Configuration public class SecurityConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.web.SecurityFilterChain
    connectionStatusMessageFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, JwtAuthorizationManager jwtHeaderAuthorizationManager, org.springframework.web.cors.CorsConfigurationSource corsConfigurationSource, com.fasterxml.jackson.databind.ObjectMapper mapper, org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityConfig

      public SecurityConfig()
  • Method Details

    • connectionStatusMessageFilterChain

      @Bean public org.springframework.security.web.SecurityFilterChain connectionStatusMessageFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, JwtAuthorizationManager jwtHeaderAuthorizationManager, org.springframework.web.cors.CorsConfigurationSource corsConfigurationSource, com.fasterxml.jackson.databind.ObjectMapper mapper, org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector) throws Exception
      Throws:
      Exception