public interface RequestSecurityProcessor
Modifier and Type | Method and Description |
---|---|
void |
processRequest(org.craftercms.commons.http.RequestContext context,
RequestSecurityProcessorChain processorChain)
Processes a request, enforcing security when required.
|
void processRequest(org.craftercms.commons.http.RequestContext context, RequestSecurityProcessorChain processorChain) throws Exception
context
- the context which holds the current request and responseprocessorChain
- the RequestSecurityProcessorChain
, used to call the next processorException
Copyright © 2023 CrafterCMS. All rights reserved.