Class RequestMatcher.Match
- java.lang.Object
-
- org.camunda.bpm.webapp.impl.security.filter.RequestMatcher.Match
-
- Enclosing class:
- RequestMatcher
public static class RequestMatcher.Match extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Match(java.util.Map<java.lang.String,java.lang.String> parameters, RequestAuthorizer authorizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorization
authorize()
-
-
-
Constructor Detail
-
Match
public Match(java.util.Map<java.lang.String,java.lang.String> parameters, RequestAuthorizer authorizer)
-
-
Method Detail
-
authorize
public Authorization authorize()
-
-