Uses of Class
org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Package
Description
Auto-configuration for Servlet-based Spring Security.
-
Uses of StaticResourceRequest.StaticResourceRequestMatcher in org.springframework.boot.autoconfigure.security.servlet
Modifier and TypeMethodDescriptionStaticResourceRequest.at
(Set<StaticResourceLocation> locations) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.at
(StaticResourceLocation first, StaticResourceLocation... rest) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.atCommonLocations()
Returns a matcher that includes all commonly usedLocations
.StaticResourceRequest.StaticResourceRequestMatcher.excluding
(Set<StaticResourceLocation> locations) Return a newStaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations.StaticResourceRequest.StaticResourceRequestMatcher.excluding
(StaticResourceLocation first, StaticResourceLocation... rest) Return a newStaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations.