Uses of Class
org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Packages that use StaticResourceRequest.StaticResourceRequestMatcher
Package
Description
Auto-configuration for Servlet-based Spring Security.
-
Uses of StaticResourceRequest.StaticResourceRequestMatcher in org.springframework.boot.autoconfigure.security.servlet
Methods in org.springframework.boot.autoconfigure.security.servlet that return StaticResourceRequest.StaticResourceRequestMatcherModifier 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.StaticResourceRequestMatcherbased on this one but excluding the specified locations.StaticResourceRequest.StaticResourceRequestMatcher.excluding(StaticResourceLocation first, StaticResourceLocation... rest) Return a newStaticResourceRequest.StaticResourceRequestMatcherbased on this one but excluding the specified locations.