Http
Table of Contents
Namespaces
- Attribute
- Authentication
- Authenticator
- Authorization
- Controller
- EntryPoint
- Event
- EventListener
- Firewall
- Impersonate
- LoginLink
- Logout
- RateLimiter
- RememberMe
- Session
- Util
Interfaces
- AccessMapInterface
- AccessMap allows configuration of different access control rules for specific parts of the website.
- FirewallMapInterface
- This interface must be implemented by firewall maps.
Classes
- AccessMap
- AccessMap allows configuration of different access control rules for specific parts of the website.
- Firewall
- Firewall uses a FirewallMap to register security listeners for the given request.
- FirewallMap
- FirewallMap allows configuration of different firewalls for specific parts of the website.
- HttpUtils
- Encapsulates the logic needed to create sub-requests, redirect the user, and match URLs.
- SecurityEvents