Class RequestFilter
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.RequestFilter
A request matcher that matches uris compatible to the JAX-RS syntax and extracts the arguments on match.
Example uris:/some/url/{param1}/{param2}/{param3:.*}
/some/url/{param1:foo}/.*
- Author:
- Daniel Meyer, nico.rehwaldt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isMethodMatched
(String requestMethod) matchRequestUri
(String requestUri) protected final void
setPattern
(String pattern, String applicationPath) Sets the uri pattern for this matcher
-
Field Details
-
methods
-
pattern
-
-
Constructor Details
-
RequestFilter
-
-
Method Details
-
match
-
isMethodMatched
-
matchRequestUri
-
setPattern
Sets the uri pattern for this matcher- Parameters:
pattern
-
-