* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Http\Authentication; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** * Interface for custom authentication failure handlers. * * If you want to customize the failure handling process, instead of * overwriting the respective listener globally, you can set a custom failure * handler which implements this interface. * * @author Johannes M. Schmitt */ interface AuthenticationFailureHandlerInterface { /** * This is called when an interactive authentication attempt fails. This is * called by authentication listeners inheriting from * AbstractAuthenticationListener. * * @return Response The response to return, never null */ public function onAuthenticationFailure(Request $request, AuthenticationException $exception); } __halt_compiler();----SIGNATURE:----jVNIlsJO5pTYf9sRJbioP/ZYRjfGkuxFcmJHXYLeyXBpp3bCB0xsgVbhYzwVMTA9BtGdyQXFXLUAeHjfiOBmDR8IlSY57Kjig/B2oEFZykITcJtYGTxhLPkt9WtDWAM22P5suA2Fnv2fWdAZcn6pAcAmBMSBj2QzJlZxgjyFyq+heL6MEEia/dLaV+5UTBTf8O/4/vOvV32IK33BsLSZOW5EJrdvlT2DTm596L4qW0Px0VjgErBItIaGmO6jcUiah6YJSvZV4Ii9Nh6BliqdKDkmVo1waBSB6tYBI3WLxGb+TWILqBIF4lk+eoHfxVAiiI5u96oxaPqiiFGouyiIOJf2ujT/Kq0xUBDbSewX7JDdSzEDtFNLS+IXUc3z/IiWcjA5qa+GHhcfxTazb5EROyX4LinsfI5lref5R9RHyD488gdmX/JodybFYncz6wwEfP1uPwcjzIQOAZh50yrPipf/1Qvy+Ku3qYBoS1RSK52LJkUI/TVExeLKLFNZj29XERite6lsBRW2XD/tIC8F7ZT0CkkBV77jBFdsAx15RhWG3tEya86MxCZHs05DTJ7KZ1Re9+qXf5Ah29cnzUzs0ebOAp4adbe3ztCUfmG4byrDKNW9b6nub5+tA/289mS4kpOxPPHe9VLrMk6CLLK5ksMEEl1WNjjNA3khsBQaagY=----ATTACHMENT:----MzI5OTE0OTQ5MzY5NTQxIDU3NDI4MDk5OTAyMjY3NDMgMjY1NDE2MDU0ODUyMzcyMA==