Home
last modified time | relevance | path

Searched defs:authBackend (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php46 function __construct(Backend\BackendInterface $authBackend = null) {
60 function addBackend(Backend\BackendInterface $authBackend) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php59 function __construct(Backend\BackendInterface $authBackend = null) {
73 function addBackend(Backend\BackendInterface $authBackend) {
/plugin/davcal/
H A Dcalendarserver.php50 $authBackend = new DokuWikiSabreAuthBackend(); variable