PHP Symfony\Component\HttpKernel\Security\Firewall Namespace

Classes

Name Description
AccessListener AccessListener enforces access control rules.
AnonymousAuthenticationListener AnonymousAuthenticationListener automatically addds a Token if none is already present.
BasicAuthenticationListener BasicAuthenticationListener implements Basic HTTP authentication.
ChannelListener ChannelListener switches the HTTP protocol based on the access control configuration.
ContextListener ContextListener manages the SecurityContext persistence through a session.
DigestAuthenticationListener DigestAuthenticationListener implements Digest HTTP authentication.
DigestData
ExceptionListener ExceptionListener catches authentication exception and converts them to Response instances.
FormAuthenticationListener FormAuthenticationListener implements authentication via a form.
LogoutListener LogoutListener logout users.
PreAuthenticatedListener PreAuthenticatedListener is the base class for all listener that authenticates users based on a pre-authenticated request (like a certificate for instance).
SwitchUserListener SwitchUserListener allows a user to impersonate another one temporarly (like the Unix su command).