Firewall
Table of Contents
Interfaces
- FirewallListenerInterface
- Can be implemented by firewall listeners.
Classes
- AbstractListener
- A base class for listeners that can tell whether they should authenticate incoming requests.
- AccessListener
- AccessListener enforces access control rules.
- AuthenticatorManagerListener
- Firewall authentication listener that delegates to the authenticator system.
- ChannelListener
- ChannelListener switches the HTTP protocol based on the access control
configuration.
- ContextListener
- ContextListener manages the SecurityContext persistence through a session.
- ExceptionListener
- ExceptionListener catches authentication exception and converts them to
Response instances.
- LogoutListener
- LogoutListener logout users.
- SwitchUserListener
- SwitchUserListener allows a user to impersonate another one temporarily
(like the Unix su command).