Symfony\Component\Security\Http
Namespaces
Symfony\Component\Security\Http\AuthenticationSymfony\Component\Security\Http\AuthorizationSymfony\Component\Security\Http\ControllerSymfony\Component\Security\Http\EntryPointSymfony\Component\Security\Http\EventSymfony\Component\Security\Http\FirewallSymfony\Component\Security\Http\LogoutSymfony\Component\Security\Http\RememberMeSymfony\Component\Security\Http\SessionSymfony\Component\Security\Http\Util
Classes
AccessMap allows configuration of different access control rules for
specific parts of the website.
Firewall uses a FirewallMap to register security listeners for the given
request.
FirewallMap allows configuration of different firewalls for specific parts
of the website.
Encapsulates the logic needed to create sub-requests, redirect the user, and match URLs.
Interfaces
AccessMap allows configuration of different access control rules for
specific parts of the website.
This interface must be implemented by firewall maps.