FormAuthenticationEntryPoint
class FormAuthenticationEntryPoint implements AuthenticationEntryPointInterface
FormAuthenticationEntryPoint starts an authentication via a login form.
Methods
__construct(HttpKernelInterface $kernel, HttpUtils $httpUtils, string $loginPath, bool $useForward = false)
Constructor.
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.
Details
at line line 39
__construct(HttpKernelInterface $kernel, HttpUtils $httpUtils, string $loginPath, bool $useForward = false)
Constructor.
at line line 50
Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.