ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
BackendInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Auth\Backend
;
4
5
use
Sabre\HTTP\RequestInterface
;
6
use
Sabre\HTTP\ResponseInterface
;
7
15
interface
BackendInterface
{
16
45
function
check
(
RequestInterface
$request
,
ResponseInterface
$response
);
46
68
function
challenge
(
RequestInterface
$request,
ResponseInterface
$response);
69
70
}
Sabre\HTTP\ResponseInterface
This interface represents a HTTP response.
Definition:
ResponseInterface.php:12
Sabre\HTTP\RequestInterface
The RequestInterface represents a HTTP request.
Definition:
RequestInterface.php:12
ResponseInterface
$request
foreach($paths as $path) $request
Definition:
asyncclient.php:32
Sabre\DAV\Auth\Backend\BackendInterface\challenge
challenge(RequestInterface $request, ResponseInterface $response)
This method is called when a user could not be authenticated, and authentication was required for the...
Sabre\DAV\Auth\Backend
Definition:
AbstractBasic.php:3
RequestInterface
Sabre\DAV\Auth\Backend\BackendInterface
This is the base class for any authentication object.
Definition:
BackendInterface.php:15
php
$response
$response
Definition:
proxy_ylocal.php:39
Sabre\DAV\Auth\Backend\BackendInterface\check
check(RequestInterface $request, ResponseInterface $response)
When this method is called, the backend must check if authentication was successful.
libs
composer
vendor
sabre
dav
lib
DAV
Auth
Backend
BackendInterface.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)