* * 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:----KdkUMleVOi/hw0pST9LOrIWNIVS/AfWBwIOEPQ1E1tAzyKfce+n9UHbdVb3lXpYufzv1VQkATLQEKZJ+wMwYLckiOdFhfGTsB54A4WK1/21jiSjnvQuSrh1rky5RFcRX69bdHk41SW+bifxWsP31ovxSZ+uDIfUB6FldJx8qQrTl+UPXqU9CAbsu5MVUYdiNfjGJo5IbDqx4X7mksLuX8tLgaCE3QgrJ1YDzKERDCGzX3LFNkhFb/M2CMMIwoNKcDM8eogsfakMXDOFcXZMyG1RUlexGd0ZmqlcOkqjZq8mGu7tpBrCek019gLkmdjOm3AcGXM01J2DPIramcWs12fVx/jzU9+Cfr3oUFQG40fryWYhxesNOFuJczoItVuz+KZkm2o0dRPiixmFfUkX4xi5qNprCWcMqdACCrhV0p8SeUEx9+m3UvWC975CStPK/FtXu70dk5aaii5CKjQ7SmyflfdQGuMFcteXKY9BE2W0ZoSG3LXD6R2uIltD2PE6sa1E2Ugl/VPgbMkvdRCrLwUpnmJdPOBOzhj2nIZ4uptDJCIPStWa+dQf76CPhQBaElewqvYHNT8wCVEEm9ECAItUVfL0xsE8xrbMsCP4/Eu3pRGbpAy1QWJ1nj4nERw4QYa5fCn9y+pznxFt0r4uETJSgzlTI9BblULS4Q39mw5o=----ATTACHMENT:----MTEyNTUwMzkyNTc4ODYzOSA4ODA3NDAwNjg0MjA5ODggOTg4OTkyODQwODcwMjA5Ng==