Class ResourceLoadingSecurityFilter
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
org.camunda.bpm.spring.boot.starter.webapp.filter.ResourceLoadingSecurityFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
,ResourceLoaderDependingFilter
public class ResourceLoadingSecurityFilter
extends SecurityFilter
implements ResourceLoaderDependingFilter
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
filterRules
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ResourceLoader
protected void
loadFilterRules
(jakarta.servlet.FilterConfig filterConfig, String applicationPath) void
setResourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) void
setWebappProperty
(WebappProperty webappProperty) Methods inherited from class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
authorize, destroy, doFilter, doFilterSecure, getRequestUri, init, isAuthenticated, sendForbidden, sendForbiddenApplicationAccess, sendUnauthorized
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.Filter
destroy, doFilter, init
-
Constructor Details
-
ResourceLoadingSecurityFilter
public ResourceLoadingSecurityFilter()
-
-
Method Details
-
loadFilterRules
protected void loadFilterRules(jakarta.servlet.FilterConfig filterConfig, String applicationPath) throws jakarta.servlet.ServletException - Overrides:
loadFilterRules
in classSecurityFilter
- Throws:
jakarta.servlet.ServletException
-
getResourceLoader
public org.springframework.core.io.ResourceLoader getResourceLoader()- Returns:
- the resourceLoader
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
setResourceLoader
in interfaceResourceLoaderDependingFilter
- Parameters:
resourceLoader
- the resourceLoader to set
-
getWebappProperty
- Returns:
- the webappProperty
-
setWebappProperty
- Specified by:
setWebappProperty
in interfaceResourceLoaderDependingFilter
- Parameters:
webappProperty
- webappProperty to set
-