* * 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:----LfHUik6xCyXoqLzrkNaaPZBmvk1vin9ae7FT8agmttQRyHl5++PpG5OFGx3+T8TXYQgsw+87Zp6oXXzchcCtPLHJffcOGSkMK9iG/y/gE0bZZTOZKOOm7WW4F1xp0ncv2osJiSni+Yj2sh0eNLnWB4dVMZZJcIpSfc6HfuEcDRw6pm/1RvoQx2Cy4vrFaDWJUDte8YfGonFDCphWavQULrzcCQKn6ixFXpRSCtxjCj6WrZHjtbEG9Cn5NRBvgtSvkY6QOeSKmPV53yrEvZt6vrZsUL4B86S3y6QBv1npZ+maWZjux2ZwVxUo3gyc2I+oJDg9wuUy8ZMf+TKuWbKPy6SiNH2w0dk6ZrvzQ//A/CXU38O+IrcBEJMAc2j2Rh9RzafoQ4HtEFrr+0DehCtLzkWmBDHe3Xkb4yovkYQiIj/T/WNWNRYh4Z/XsphoUa5crJvfE4FqA7LEHnUka3Kj+jaWQ3xOM2wW2ixYdYLziujNzTqRa1hemP6c1EGEYfeWeawBbT4eHx9oOrbPDldkwsyFx2Z/TE+ifSvLwY6qVTHzDQSz967GW9EFNMxk6dI52GSOo8QclPmcNA882PIX5QxnzijZA+PC2zbLB+3VJFw8fvxp80vWMo0ymex86iCkZ8MWxrHn0HfTYOp55QBcDbhiShd9f9hg0LmOvAQWJSI=----ATTACHMENT:----MjY2ODk5OTIxMzIyOTYxMiA4NDgzNzYwODEwMzYyMDA2IDg0NTE3NzM2NjU3MTUwMjg=