/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
ContainerRWa0DSr
/
Upload File
HOME
<?php namespace ContainerRWa0DSr; use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /* * @internal This class has been auto-generated by the Symfony Dependency Injection Component. */ class getSecurity_AccessMapService extends App_KernelProdContainer { /* * Gets the private 'security.access_map' shared service. * * @return \Symfony\Component\Security\Http\AccessMap */ public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php'; $container->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap(); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/email/*'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/password/*'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/checkout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/order/*'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/payment/*'), [0 => 'ROLE_USER'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'), [0 => 'ROLE_USER'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/pos/*'), [0 => 'ROLE_USER'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); return $instance; } }