Uses of Package
org.springframework.boot.autoconfigure.security.servlet
Packages that use org.springframework.boot.autoconfigure.security.servlet
Package
Description
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Servlet-based Spring Security.
-
Classes in org.springframework.boot.autoconfigure.security.servlet used by org.springframework.boot.actuate.autoconfigure.security.servletClassDescriptionInterface that can be used to provide a
RequestMatcher
that can be used with Spring Security. -
Classes in org.springframework.boot.autoconfigure.security.servlet used by org.springframework.boot.autoconfigure.security.servletClassDescriptionThe request matcher used to match against h2 console path.Interface that can be used to provide a
RequestMatcher
that can be used with Spring Security.Used to create aRequestMatcher
for static resources in commonly used locations.The request matcher used to match against resourceLocations
.