Interface RequestSecurityProcessor

    • Method Detail

      • processRequest

        void processRequest​(org.craftercms.commons.http.RequestContext context,
                            RequestSecurityProcessorChain processorChain)
                     throws Exception
        Processes a request, enforcing security when required.
        Parameters:
        context - the context which holds the current request and response
        processorChain - the RequestSecurityProcessorChain, used to call the next processor
        Throws:
        Exception