Config
Everything under Quiote\Security\Auth\Config.
Classes
Section titled “Classes”| Class | Description |
|---|---|
FirewallFactory | Builds a live FirewallMap from SecurityConfigHandler’s canonical array, resolving each firewall’s <authenticator ref="..."> and entry-point against explicit registries the app assembles itself — no implicit global service-locator lookups, so wiring stays visible and testable. |
SecurityConfigHandler | Parses a security.{php,xml,yml,yaml} file — <password_hashers>, <providers>, <firewalls> (each <firewall> carrying pattern, stateless, sessionless, entry-point, provider, and an ordered list of <authenticator ref="..."> elements) — into a canonical array of password-hasher/provider/firewall definitions. |