Uses of Class
org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Packages that use ApplicationContextRequestMatcher
Package
Description
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Servlet-based Spring Security.
-
Uses of ApplicationContextRequestMatcher in org.springframework.boot.actuate.autoconfigure.security.servlet
Subclasses of ApplicationContextRequestMatcher in org.springframework.boot.actuate.autoconfigure.security.servletModifier and TypeClassDescriptionstatic class
The request matcher used to match against additional paths foractuator endpoints
.static final class
The request matcher used to match againstactuator endpoints
.static final class
The request matcher used to match against the links endpoint. -
Uses of ApplicationContextRequestMatcher in org.springframework.boot.autoconfigure.security.servlet
Subclasses of ApplicationContextRequestMatcher in org.springframework.boot.autoconfigure.security.servletModifier and TypeClassDescriptionstatic final class
The request matcher used to match against h2 console path.static final class
The request matcher used to match against resourceLocations
.