Class SecurityConfig

java.lang.Object
waffle.spring.boot.demo.SecurityConfig

@Configuration @EnableWebSecurity public class SecurityConfig extends Object
Demo Spring Boot Security configuration that configures the Negotiate filter to require authentication for all requests.
  • Constructor Details

    • SecurityConfig

      public SecurityConfig(waffle.spring.NegotiateSecurityFilter filter, waffle.spring.NegotiateSecurityFilterEntryPoint entryPoint)
      Autowire constructor injects bean auto-configured by Starter.
      Parameters:
      filter - the filter
      entryPoint - the entry point