PHP 클래스 Newscoop\NewscoopBundle\Security\Http\Authentication\AuthenticationFailedHandler

상속: extends Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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