Uses of Class
org.eximeebpms.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
Packages that use SecurityFilterConfig.PathMatcherConfig
Package
Description
-
Uses of SecurityFilterConfig.PathMatcherConfig in org.eximeebpms.bpm.webapp.impl.security.filter
Fields in org.eximeebpms.bpm.webapp.impl.security.filter with type parameters of type SecurityFilterConfig.PathMatcherConfigModifier and TypeFieldDescriptionprotected List<SecurityFilterConfig.PathMatcherConfig>SecurityFilterConfig.PathFilterConfig.allowedPathsprotected List<SecurityFilterConfig.PathMatcherConfig>SecurityFilterConfig.PathFilterConfig.deniedPathsMethods in org.eximeebpms.bpm.webapp.impl.security.filter that return types with arguments of type SecurityFilterConfig.PathMatcherConfigModifier and TypeMethodDescriptionSecurityFilterConfig.PathFilterConfig.getAllowedPaths()SecurityFilterConfig.PathFilterConfig.getDeniedPaths()Method parameters in org.eximeebpms.bpm.webapp.impl.security.filter with type arguments of type SecurityFilterConfig.PathMatcherConfigModifier and TypeMethodDescriptionvoidSecurityFilterConfig.PathFilterConfig.setAllowedPaths(List<SecurityFilterConfig.PathMatcherConfig> allowedPaths) voidSecurityFilterConfig.PathFilterConfig.setDeniedPaths(List<SecurityFilterConfig.PathMatcherConfig> protectedPaths) -
Uses of SecurityFilterConfig.PathMatcherConfig in org.eximeebpms.bpm.webapp.impl.security.filter.util
Methods in org.eximeebpms.bpm.webapp.impl.security.filter.util with parameters of type SecurityFilterConfig.PathMatcherConfigModifier and TypeMethodDescriptionprotected static RequestMatcherFilterRules.transformPathMatcher(SecurityFilterConfig.PathMatcherConfig pathMatcherConfig, String applicationPath)