Interface RequestSecurityProcessorChain
-
- All Known Implementing Classes:
RequestSecurityProcessorChainImpl
public interface RequestSecurityProcessorChainRepresents a chain ofRequestSecurityProcessors.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessRequest(org.craftercms.commons.http.RequestContext context)Calls the next processor in the chain.
-