MediaWiki  1.34.0
BasicAuthorizerInterface.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
27  public function authorize( RequestInterface $request, Handler $handler );
28 }
MediaWiki\Rest\Handler
Definition: HelloHandler.php:3
MediaWiki\Rest\BasicAccess
Definition: BasicAuthorizerBase.php:3
MediaWiki\Rest\BasicAccess\BasicAuthorizerInterface\authorize
authorize(RequestInterface $request, Handler $handler)
Determine whether a request should be permitted, given the handler's needsReadAccess() and needsWrite...
MediaWiki\Rest\Handler
Definition: Handler.php:9
MediaWiki\Rest\RequestInterface
A request interface similar to PSR-7's ServerRequestInterface.
Definition: RequestInterface.php:39
MediaWiki\Rest\BasicAccess\BasicAuthorizerInterface
An interface used by Router to ensure that the client has "basic" access, i.e.
Definition: BasicAuthorizerInterface.php:14