Uses of Package
org.camunda.bpm.webapp.impl.security.filter
Packages that use org.camunda.bpm.webapp.impl.security.filter
Package
Description
-
Classes in org.camunda.bpm.webapp.impl.security.filter used by org.camunda.bpm.spring.boot.starter.webapp.filterClassDescriptionSimple filter implementation which delegates to a list of
FilterRules, evaluating theirSecurityFilterRule#setAuthorized(org.camunda.bpm.webapp.impl.security.filter.AppRequest)condition for the given request. -
Classes in org.camunda.bpm.webapp.impl.security.filter used by org.camunda.bpm.webapp.impl.security.filterClassDescriptionThe interface for request authorizers.A request matcher that matches uris compatible to the JAX-RS syntax and extracts the arguments on match.This interface is used by the
SecurityFilterto authorize incoming requests. -
Classes in org.camunda.bpm.webapp.impl.security.filter used by org.camunda.bpm.webapp.impl.security.filter.utilClassDescriptionA
SecurityFilterRulethat deleagates to a set ofPathMatchersPOJO representing the configuration of the security filterThis interface is used by theSecurityFilterto authorize incoming requests.