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 AuthorizationSecurityFilter.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 aAuthorizationas a result.static AuthorizationAuthorization.denied(Authentication authentication) Authorization.forApplication(String application) static AuthorizationAuthorization.granted(Authentication authentication) static AuthorizationAuthorization.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 AuthorizationFilterRules.authorize(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules) Iterate over a number of filter rules and match them against the given request.