PHP 8.2.30
Preview: AccessMapInterface.php Size: 864 B
/proc/thread-self/root/opt/alt/php55/usr/share/pear/Symfony/Component/Security/Http/AccessMapInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Security\Http;

use Symfony\Component\HttpFoundation\Request;

/**
 * AccessMap allows configuration of different access control rules for
 * specific parts of the website.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 * @author Kris Wallsmith <kris@symfony.com>
 */
interface AccessMapInterface
{
    /**
     * Returns security attributes and required channel for the supplied request.
     *
     * @param Request $request The current request
     *
     * @return array A tuple of security attributes and the required channel
     */
    public function getPatterns(Request $request);
}

Directory Contents

Dirs: 8 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Event DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Firewall DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Logout DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Session DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
1.49 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
864 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
2.83 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1.41 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1006 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download
5.96 KB lrw-r--r-- 2019-12-18 11:24:07
Edit Download
1016 B lrw-r--r-- 2019-12-18 11:24:07
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).