Uses of Class
org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Package
Description
Auto-configuration for reactive Spring Security.
-
Uses of StaticResourceRequest.StaticResourceServerWebExchange in org.springframework.boot.autoconfigure.security.reactive
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.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.