* * 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\Authentication\Token\TokenInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** * Interface for a custom authentication success handler. * * If you want to customize the success handling process, instead of * overwriting the respective listener globally, you can set a custom success * handler which implements this interface. * * @author Johannes M. Schmitt */ interface AuthenticationSuccessHandlerInterface { /** * This is called when an interactive authentication attempt succeeds. This * is called by authentication listeners inheriting from * AbstractAuthenticationListener. * * @return Response never null */ public function onAuthenticationSuccess(Request $request, TokenInterface $token); } __halt_compiler();----SIGNATURE:----Cw5dPgMl12rQNGTdBKv5Xz4qn0UhOtbi5gRCcY26P0RYdf/LvI0OqWgp7HpO4XOV8zeFU3p9nMgBWXDQqnrArZJsPFoRaFer5mmcZ71gWe70iux9IezwRdFafhWPaZjStvKLjWykpxBGWJxCliWMJ0CEl6YQJ0lzp/lcnMzIUlPG7k0dAOGQBJNIzaW0ZmNOGq70VfBoYrZNjFWQWjgk4FDLT2AZuJW5Ie6kqDm64rFtDXais1k3RDcCuIQfyOoXjqYrJpdz9Ge5YKUH9ANN4+FPfpFG+YywR/PeWUw9Ab/09SO0UiEIzj7g73hoeliGBrknVW50wE5PlIE8vQlAr6RBa3ihLOAHamuECwTihp4OKDKvhUAH6KgFpg1wcyxNIuxNJl3Mz8ap9lKH1SskHJD2tYcaxbOcBtwBqoTA/fPur4RS/o49Sq8JmTkouH1+igfz39Vj5ku1ySki6hjttyK1RAv86BCIg/RhrHmg3H5bFphDtd7xp7u4QIwA6VlXBtj3Ck3L1sRSsvgKeqyqJgXWBKvBepJwZR9uL0137fhYlPOt/rj4QzpzEoe1a+nPTHRORZCtiW5Jugg7cNQ0oSVCjIsdARycbymzr4mZa1JfXeEtyNNdr1q71gmzezM1njWWz6CQkWxDbd5aXY+dPhKtInZrVgvnDw1WgzOTYV0=----ATTACHMENT:----OTA0Mzk3MjM4ODMzOTE2NCA2NTYyMzg4NzIyMzgyMjYwIDgwMTI5Mjc1MTg4ODE0Nzg=