Class PathRequest
java.lang.Object
org.springframework.boot.autoconfigure.security.reactive.PathRequest
Factory that can be used to create a
ServerWebExchangeMatcher
for commonly used
paths.- Since:
- 2.0.0
- Author:
- Madhura Bhave
-
Method Summary
Modifier and TypeMethodDescriptionstatic StaticResourceRequest
Returns aStaticResourceRequest
that can be used to create a matcher forlocations
.
-
Method Details
-
toStaticResources
Returns aStaticResourceRequest
that can be used to create a matcher forlocations
.- Returns:
- a
StaticResourceRequest
-