DefaultAuthenticationFailureHandler
class DefaultAuthenticationFailureHandler implements AuthenticationFailureHandlerInterface
Class with the default authentication failure handling logic.
Can be optionally be extended from by the developer to alter the behaviour while keeping the default behaviour.
Properties
protected | $httpKernel | ||
protected | $httpUtils | ||
protected | $logger | ||
protected | $options | ||
protected | $defaultOptions |
Methods
__construct(HttpKernelInterface $httpKernel, HttpUtils $httpUtils, array $options = array(), LoggerInterface $logger = null)
No description
array
getOptions()
Gets the options.
setOptions(array $options)
No description
onAuthenticationFailure(Request $request, AuthenticationException $exception)
This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
Details
__construct(HttpKernelInterface $httpKernel, HttpUtils $httpUtils, array $options = array(), LoggerInterface $logger = null)
Response
onAuthenticationFailure(Request $request, AuthenticationException $exception)
This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.