Uses of Class
cn.herodotus.engine.oauth2.authorization.matcher.HerodotusPathPatternRequestMatcher
Packages that use HerodotusPathPatternRequestMatcher
-
Uses of HerodotusPathPatternRequestMatcher in cn.herodotus.engine.oauth2.authorization.matcher
Methods in cn.herodotus.engine.oauth2.authorization.matcher that return HerodotusPathPatternRequestMatcherModifier and TypeMethodDescriptionHerodotusPathPatternRequestMatcher.Builder.matcher(HerodotusRequest request) Match requests having this path pattern.HerodotusPathPatternRequestMatcher.Builder.matcher(org.springframework.http.HttpMethod method, String path) Match requests having thisHttpMethodand path pattern.