Package org.springframework.boot.autoconfigure.security.servlet
package org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Servlet-based Spring Security.
-
ClassDescription
RequestMatcherProvider
that provides anAntPathRequestMatcher
.Factory that can be used to create aRequestMatcher
for commonly used paths.The request matcher used to match against h2 console path.Interface that can be used to provide aRequestMatcher
that can be used with Spring Security.Auto-configuration
for Spring Security.Auto-configuration
for Spring Security's Filter.Used to create aRequestMatcher
for static resources in commonly used locations.The request matcher used to match against resourceLocations
.Auto-configuration
for a Spring Security in-memoryAuthenticationManager
.