* * 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:----RcX4Vp0kOTvxZPFf5TYcmaqZiVux3S3C/HFb7Ho7eiafuD4wE6D4ZscIfDsC8Y45KWXDCca5flxSqh6RW1KsO4+D6GX8cSFzHET/KphL4fyL6mXEpO1mHq1KIXg0slCMHuUj/X+jzrWs1F0gTQ1GZveb3TBCIaAUXu45+ZJxB3Cgey04AuL+6TStUFVcbOpf/IQ+fqdlFNO6uC2dPmNm1xP0pODqOPYQfwvGbhT11t3HLxGEF8f7VdN2OJNIRSQ2/NkcsSRQyDF5memxTm8r9DWLQ0scm55oL0rFM9ddpuAh1VTIWWEJxCmVYX1z76ihuZp40UzSa1ozg12rxIw06Dj/y+UcN9D0oz6g9RDTIKXVr2ZB0ZC8+Ah6C40k7YosPnqayDJBAJvzTzcdjoV0oZaUgP4ffDb18q2acy5+pWd4lZHz0E/LVQN34tJ+5zJ40v4iiq8ETvbW7eSp+q8ewBWn+zipJVlG6EJ8NRaKf6kKG3xqeGlYaKGzwmnI6MfSKpCy7O+XX6RYM+yyfSgkmMzWQO2od9aCc9MGcw+UvKSvk7NCbE4qZbgjMHOWSvY7KJRC8XECQJGOCZkatDA/Ip+4RNdqG3T7TVckMA0bj46yu/aJnqYqgY3ohwv3GgxU7n4O5frCKKFqBmDB9CSDHvQfSXFeq1kgWZjDnlJdpjM=----ATTACHMENT:----NTk2NTEyMDA0ODk4NzA2OCA5MjE0MzUyNDk4NDgxNTg5IDE1NTQzNjI5NjA3NjgzNjM=