* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Event; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** * This event is dispatched on authentication failure. * * @author Johannes M. Schmitt */ class AuthenticationFailureEvent extends AuthenticationEvent { private $authenticationException; public function __construct(TokenInterface $token, AuthenticationException $ex) { parent::__construct($token); $this->authenticationException = $ex; } public function getAuthenticationException() { return $this->authenticationException; } } __halt_compiler();----SIGNATURE:----gOVPMCsJ+qnkIj2d/qtbYq7w6wA1owhb+nDfdOp6I705UTz2QZveOL8njeqs+q0wW+nfzs7x3Qdp8IEgD7vzwE5Z8kZC4o8cKpy1BnExk8q9OFlshBTnqlaitu4jcgC20O3FTJ2d5Dd1LlGeGSqtIdjSt7TKnFvRGw0TBljnYXGVPM8QgYSbqnLNYHOKsqwxJHPOwOuH5YiIoFnKCik/xBV3ii6ixgoZBwXJSYCvFeFQdTLgJH8KuBXqp/n6MoVWuCqgbe18y+UhgOwPvfNU2nqgMZI5PPV16e71uXfaFnnjl2kUYrNG+PDAM92AztSWH5zKjskxyxO7q3lzqOK/HC8tYaTozDa5PUFn4I9KE+WzwMaesNwRSHTESQ8JSRIej07GxvBmqnXs4BDIlgjPr/EE0B36RANaShK+UBIxP+8yPMoLjsHxjgI1z1ayeEmjRyt/EGyDJfmuq/QRycJIElK9xKmVw4N0m5Xtif6PTUO8S9UeZ8bXA6t7t6y3m4PbxU0MJicP950oBvdc2YaLdSoKnYfgcSetcZIzxuMZrEUuanNu7SPGxYrOdfRdXLu0zNVoQQwT2aL9SutFk6NTA7Q9T+IiPfqo+lXhE9mHXFfOqXJxZJqqIdx/pDoQt3Ne5oVpgELl/Ub1Kmc+znqf0VpUeR42lNQmT2OuQgsGon4=----ATTACHMENT:----OTI5MjYyMzUxOTM4NzQ1IDM2NTQ4ODgwNzEzODY2NzMgODg5NTUzNTY2NTc4ODk3Mw==