Uses of Class
org.camunda.bpm.webapp.impl.security.filter.Authorization
Packages that use Authorization
Package
Description
-
Uses of Authorization in org.camunda.bpm.webapp.impl.security.filter
Methods in org.camunda.bpm.webapp.impl.security.filter that return AuthorizationModifier and TypeMethodDescriptionAuthorize a request with the given parameters by returning a validAuthentication
.RequestMatcher.Match.authorize()
static Authorization
SecurityFilter.authorize
(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules) Iterate over a number of filter rules and match them against the specified request.Authorize the given request and return aAuthorization
as a result.static Authorization
Authorization.denied
(Authentication authentication) Authorization.forApplication
(String application) static Authorization
Authorization.granted
(Authentication authentication) static Authorization
Authorization.grantedUnlessNull
(Authentication authentication) -
Uses of Authorization in org.camunda.bpm.webapp.impl.security.filter.util
Methods in org.camunda.bpm.webapp.impl.security.filter.util that return AuthorizationModifier and TypeMethodDescriptionstatic Authorization
FilterRules.authorize
(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules) Iterate over a number of filter rules and match them against the given request.