类的使用
org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
程序包
说明
Auto-configuration for reactive Spring Security.
-
org.springframework.boot.autoconfigure.security.reactive中StaticResourceRequest.StaticResourceServerWebExchange的使用
返回StaticResourceRequest.StaticResourceServerWebExchange的org.springframework.boot.autoconfigure.security.reactive中的方法修饰符和类型方法说明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.StaticResourceServerWebExchange.excluding
(Set<StaticResourceLocation> locations) Return a newStaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations.StaticResourceRequest.StaticResourceServerWebExchange.excluding
(StaticResourceLocation first, StaticResourceLocation... rest) Return a newStaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations.