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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ResourceLoaderprotected voidloadFilterRules(jakarta.servlet.FilterConfig filterConfig, String applicationPath) voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) voidsetWebappProperty(WebappProperty webappProperty) Methods inherited from class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
authorize, destroy, doFilter, doFilterSecure, getRequestUri, init, isAuthenticated, sendForbidden, sendForbiddenApplicationAccess, sendUnauthorizedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
loadFilterRulesin 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:
setResourceLoaderin interfaceResourceLoaderDependingFilter- Parameters:
resourceLoader- the resourceLoader to set
-
getWebappProperty
- Returns:
- the webappProperty
-
setWebappProperty
- Specified by:
setWebappPropertyin interfaceResourceLoaderDependingFilter- Parameters:
webappProperty- webappProperty to set
-