Class FilterRepository
java.lang.Object
io.camunda.zeebe.gateway.rest.impl.filters.FilterRepository
Loads and holds references to the configured filters.
Please port any changes to this code to the zeebe-gateway-grpc module's
io.camunda.zeebe.gateway.interceptors.impl.InterceptorRepository as well.
-
Constructor Summary
ConstructorsConstructorDescriptionFilterRepository(Map<String, Class<? extends jakarta.servlet.Filter>> filters, ExternalJarRepository jarRepository, Path basePath) -
Method Summary
-
Constructor Details
-
FilterRepository
public FilterRepository() -
FilterRepository
public FilterRepository(Map<String, Class<? extends jakarta.servlet.Filter>> filters, ExternalJarRepository jarRepository, Path basePath)
-
-
Method Details
-
getFilters
-
instantiate
-
load
-
load
public Class<? extends jakarta.servlet.Filter> load(FilterCfg config) throws ExternalJarLoadException - Throws:
ExternalJarLoadException
-