public static final class StaticResourceRequest.StaticResourceServerWebExchange extends Object implements org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
locations
.Modifier and Type | Method and Description |
---|---|
StaticResourceRequest.StaticResourceServerWebExchange |
excluding(Set<StaticResourceLocation> locations)
Return a new
StaticResourceRequest.StaticResourceServerWebExchange based on this one but
excluding the specified locations. |
StaticResourceRequest.StaticResourceServerWebExchange |
excluding(StaticResourceLocation first,
StaticResourceLocation... rest)
Return a new
StaticResourceRequest.StaticResourceServerWebExchange based on this one but
excluding the specified locations. |
reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> |
matches(org.springframework.web.server.ServerWebExchange exchange) |
public StaticResourceRequest.StaticResourceServerWebExchange excluding(StaticResourceLocation first, StaticResourceLocation... rest)
StaticResourceRequest.StaticResourceServerWebExchange
based on this one but
excluding the specified locations.first
- the first location to excluderest
- additional locations to excludeStaticResourceRequest.StaticResourceServerWebExchange
public StaticResourceRequest.StaticResourceServerWebExchange excluding(Set<StaticResourceLocation> locations)
StaticResourceRequest.StaticResourceServerWebExchange
based on this one but
excluding the specified locations.locations
- the locations to excludeStaticResourceRequest.StaticResourceServerWebExchange
public reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange)
matches
in interface org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.