Interface RequestSecurityProcessorChain
- All Known Implementing Classes:
RequestSecurityProcessorChainImpl
public interface RequestSecurityProcessorChain
Represents a chain of
RequestSecurityProcessors.- Author:
- Alfonso Vásquez
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRequest(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- theRequestContextto pass to the next processor.- Throws:
Exception
-