Package waffle.spring.boot.demo
Class SecurityConfig
java.lang.Object
waffle.spring.boot.demo.SecurityConfig
Demo Spring Boot Security configuration that configures the Negotiate filter to require authentication for all
requests.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityConfig
(waffle.spring.NegotiateSecurityFilter filter, waffle.spring.NegotiateSecurityFilterEntryPoint entryPoint) Autowire constructor injects bean auto-configured by Starter. -
Method Summary
-
Constructor Details
-
SecurityConfig
public SecurityConfig(waffle.spring.NegotiateSecurityFilter filter, waffle.spring.NegotiateSecurityFilterEntryPoint entryPoint) Autowire constructor injects bean auto-configured by Starter.- Parameters:
filter
- the filterentryPoint
- the entry point
-