@Configuration
@EnableWebSecurity(debug=false)
public class ApiSecurityConfig
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.security.web.SecurityFilterChain
apiFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ApiSecurityConfig
public ApiSecurityConfig()
-
Method Details
-
apiFilterChain
@Bean
public org.springframework.security.web.SecurityFilterChain apiFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
- Throws:
Exception