$41 GRAYBYTE WORDPRESS FILE MANAGER $28

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/php54/usr/share/pear/Symfony/Component/Security/Http/

HOME
Current File : /opt/alt/php54/usr/share/pear/Symfony/Component/Security/Http//AccessMap.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\RequestMatcherInterface;
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>
 */
class AccessMap implements AccessMapInterface
{
    private $map = array();

    /**
     * Constructor.
     *
     * @param RequestMatcherInterface $requestMatcher A RequestMatcherInterface instance
     * @param array                   $attributes     An array of attributes to pass to the access decision manager (like roles)
     * @param string|null             $channel        The channel to enforce (http, https, or null)
     */
    public function add(RequestMatcherInterface $requestMatcher, array $attributes = array(), $channel = null)
    {
        $this->map[] = array($requestMatcher, $attributes, $channel);
    }

    /**
     * {@inheritDoc}
     */
    public function getPatterns(Request $request)
    {
        foreach ($this->map as $elements) {
            if (null === $elements[0] || $elements[0]->matches($request)) {
                return array($elements[1], $elements[2]);
            }
        }

        return array(null, null);
    }
}

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
31 Aug 2024 7.05 AM
root / root
0755
Authentication
--
31 Aug 2024 7.05 AM
root / root
0755
Authorization
--
31 Aug 2024 7.05 AM
root / root
0755
EntryPoint
--
31 Aug 2024 7.05 AM
root / root
0755
Event
--
31 Aug 2024 7.05 AM
root / root
0755
Firewall
--
31 Aug 2024 7.05 AM
root / root
0755
Logout
--
31 Aug 2024 7.05 AM
root / root
0755
RememberMe
--
31 Aug 2024 7.05 AM
root / root
0755
Session
--
31 Aug 2024 7.05 AM
root / root
0755
AccessMap.php
1.491 KB
18 Dec 2019 6.22 PM
root / root
0644
AccessMapInterface.php
0.844 KB
18 Dec 2019 6.22 PM
root / root
0644
Firewall.php
2.834 KB
18 Dec 2019 6.22 PM
root / root
0644
FirewallMap.php
1.414 KB
18 Dec 2019 6.22 PM
root / root
0644
FirewallMapInterface.php
0.982 KB
18 Dec 2019 6.22 PM
root / root
0644
HttpUtils.php
5.958 KB
18 Dec 2019 6.22 PM
root / root
0644
SecurityEvents.php
0.992 KB
18 Dec 2019 6.22 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF