/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
ContainerHNMMpOi
/
Upload File
HOME
<?php namespace ContainerHNMMpOi; 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) { $container->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap(); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/release/run/migrations'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/release/test/testing'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [0 => 'ROLE_MANAGEMENT'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/depot/delete'), [0 => 'ROLE_MANAGEMENT'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/index'), [0 => 'ROLE_REP'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/loading'), [0 => 'ROLE_REP'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/release/sign'), [0 => 'ROLE_ADMIN'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/release/sign/authorised'), [0 => 'ROLE_MANAGEMENT'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [0 => 'ROLE_REP'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/release'), [0 => 'ROLE_ADMIN'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/generate'), [0 => 'ROLE_ADMIN'], NULL); $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cargo'), [0 => 'ROLE_ADMIN'], NULL); return $instance; } }