Skip to content

Config

Everything under Quiote\Security\Auth\Config.

ClassDescription
FirewallFactoryBuilds 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.
SecurityConfigHandlerParses 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.