类的使用
org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
程序包
说明
Auto-configuration for Servlet-based Spring Security.
-
org.springframework.boot.autoconfigure.security.servlet中StaticResourceRequest.StaticResourceRequestMatcher的使用
返回StaticResourceRequest.StaticResourceRequestMatcher的org.springframework.boot.autoconfigure.security.servlet中的方法修饰符和类型方法说明StaticResourceRequest.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.