Interface RequestSecurityProcessorChain

All Known Implementing Classes:
RequestSecurityProcessorChainImpl

public interface RequestSecurityProcessorChain
Represents a chain of RequestSecurityProcessors.
Author:
Alfonso Vásquez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processRequest(org.craftercms.commons.http.RequestContext context)
    Calls the next processor in the chain.
  • Method Details

    • 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