public class RequestSecurityProcessorChainImpl extends Object implements RequestSecurityProcessorChain
| Constructor and Description |
|---|
RequestSecurityProcessorChainImpl(Iterator<RequestSecurityProcessor> processorIterator)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(org.craftercms.commons.http.RequestContext context)
Calls the next
RequestSecurityProcessor of the iterator. |
public RequestSecurityProcessorChainImpl(Iterator<RequestSecurityProcessor> processorIterator)
processorIterator - iterator of RequestSecurityProcessors.public void processRequest(org.craftercms.commons.http.RequestContext context)
throws Exception
RequestSecurityProcessor of the iterator.processRequest in interface RequestSecurityProcessorChaincontext - the request contextExceptionCopyright © 2023 CrafterCMS. All rights reserved.