Uses of Interface
org.eximeebpms.bpm.webapp.impl.security.filter.SecurityFilterRule
Packages that use SecurityFilterRule
Package
Description
-
Uses of SecurityFilterRule in org.eximeebpms.bpm.webapp.impl.security.filter
Classes in org.eximeebpms.bpm.webapp.impl.security.filter that implement SecurityFilterRuleModifier and TypeClassDescriptionclassASecurityFilterRulethat delegates to a set of path matchersFields in org.eximeebpms.bpm.webapp.impl.security.filter with type parameters of type SecurityFilterRuleMethod parameters in org.eximeebpms.bpm.webapp.impl.security.filter with type arguments of type SecurityFilterRuleModifier and TypeMethodDescriptionstatic AuthorizationSecurityFilter.authorize(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules) Iterate over a number of filter rules and match them against the specified request. -
Uses of SecurityFilterRule in org.eximeebpms.bpm.webapp.impl.security.filter.util
Methods in org.eximeebpms.bpm.webapp.impl.security.filter.util that return types with arguments of type SecurityFilterRuleModifier and TypeMethodDescriptionstatic List<SecurityFilterRule>FilterRules.createFilterRules(SecurityFilterConfig config, String applicationPath) static List<SecurityFilterRule>FilterRules.load(InputStream configFileResource, String applicationPath) Method parameters in org.eximeebpms.bpm.webapp.impl.security.filter.util with type arguments of type SecurityFilterRuleModifier 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.