I need to extend AuthenticationListener, used by standart authentication system in Symfony2.1, for using cookies for authentication: member_id and pass_hash (pass hashed by my own PasswordEncoder). But i don't want to rewrite all Authentication process only for authentication by custom cookies.
How to specify only my AuthentificationListener, without writing my ows AuthentificationProvoder, Token and so on?