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 RequestSecurityProcessor
s.public void processRequest(org.craftercms.commons.http.RequestContext context) throws Exception
RequestSecurityProcessor
of the iterator.processRequest
in interface RequestSecurityProcessorChain
context
- the request contextException
Copyright © 2023 CrafterCMS. All rights reserved.