Symfony\Component\Security\Http\EntryPoint
Classes
BasicAuthenticationEntryPoint starts an HTTP Basic authentication.
DigestAuthenticationEntryPoint starts an HTTP Digest authentication.
FormAuthenticationEntryPoint starts an authentication via a login form.
RetryAuthenticationEntryPoint redirects URL based on the configured scheme.
Interfaces
AuthenticationEntryPointInterface is the interface used to start the
authentication scheme.