Interface RequestSecurityProcessorChain
- All Known Implementing Classes:
RequestSecurityProcessorChainImpl
public interface RequestSecurityProcessorChain
Represents a chain of
RequestSecurityProcessor
s.- Author:
- Alfonso Vásquez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processRequest
(org.craftercms.commons.http.RequestContext context) Calls the next processor in the chain.
-
Method Details
-
processRequest
Calls the next processor in the chain.- Parameters:
context
- theRequestContext
to pass to the next processor.- Throws:
Exception
-