PHP Interface Neos\Flow\Security\Authorization\FirewallInterface

Show file Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

Method Description
blockIllegalRequests ( ActionRequest $request ) : void Analyzes a request against the configured firewall rules and blocks any illegal request.

Method Details

blockIllegalRequests() public method

Analyzes a request against the configured firewall rules and blocks any illegal request.
public blockIllegalRequests ( ActionRequest $request ) : void
$request Neos\Flow\Mvc\ActionRequest The request to be analyzed
return void