class FirewallConfig
| __construct(string $name, string $userChecker, string|null $requestMatcher = null, bool $securityEnabled = true, bool $stateless = false, string|null $provider = null, string|null $context = null, string|null $entryPoint = null, string|null $accessDeniedHandler = null, string|null $accessDeniedUrl = null, string[] $listeners = array()) | ||
| getName() | ||
| string|null | getRequestMatcher() | |
| isSecurityEnabled() | ||
| allowsAnonymous() | ||
| isStateless() | ||
| string|null | getProvider() | |
| string|null | getContext() | |
| string|null | getEntryPoint() | |
| string | getUserChecker() | |
| string|null | getAccessDeniedHandler() | |
| string|null | getAccessDeniedUrl() | |
| string[] | getListeners() |
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.html