Uses of Interface
org.camunda.bpm.webapp.impl.security.filter.RequestAuthorizer
-
Packages that use RequestAuthorizer Package Description org.camunda.bpm.webapp.impl.security.filter -
-
Uses of RequestAuthorizer in org.camunda.bpm.webapp.impl.security.filter
Classes in org.camunda.bpm.webapp.impl.security.filter that implement RequestAuthorizer Modifier and Type Class Description classApplicationRequestAuthorizerThis matcher can be used for restricting access to an app.classEngineRequestAuthorizerThis is aRequestAuthorizerwhich authorizes all process engine api requests based on the current authenticationstatic classRequestAuthorizer.AnnonymousAuthorizerFields in org.camunda.bpm.webapp.impl.security.filter declared as RequestAuthorizer Modifier and Type Field Description static RequestAuthorizerRequestAuthorizer. AUTHORIZE_ANNONYMOUSConstructors in org.camunda.bpm.webapp.impl.security.filter with parameters of type RequestAuthorizer Constructor Description Match(Map<String,String> parameters, RequestAuthorizer authorizer)RequestMatcher(RequestFilter filter, RequestAuthorizer authorizer)
-