Interface RequestSecurityProcessorChain

    • Method Detail

      • processRequest

        void processRequest​(org.craftercms.commons.http.RequestContext context)
                     throws Exception
        Calls the next processor in the chain.
        Parameters:
        context - the RequestContext to pass to the next processor.
        Throws:
        Exception