PHP Класс Newscoop\NewscoopBundle\Security\Http\Authentication\AuthenticationFailedHandler

Наследование: extends Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
onAuthenticationFailure ( Request $request, Symfony\Component\Security\Core\Exception\AuthenticationException $exception ) : Response This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.

Описание методов

onAuthenticationFailure() публичный метод

This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
public onAuthenticationFailure ( Request $request, Symfony\Component\Security\Core\Exception\AuthenticationException $exception ) : Response
$request Symfony\Component\HttpFoundation\Request
$exception Symfony\Component\Security\Core\Exception\AuthenticationException
Результат Symfony\Component\HttpFoundation\Response The response to return, never null