* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Encoder; use Symfony\Component\Security\Core\User\UserInterface; /** * UserPasswordEncoderInterface is the interface for the password encoder service. * * @author Ariel Ferrandini */ interface UserPasswordEncoderInterface { /** * Encodes the plain password. * * @param UserInterface $user The user * @param string $plainPassword The password to encode * * @return string The encoded password */ public function encodePassword(UserInterface $user, $plainPassword); /** * @param UserInterface $user The user * @param string $raw A raw password * * @return bool true if the password is valid, false otherwise */ public function isPasswordValid(UserInterface $user, $raw); } __halt_compiler();----SIGNATURE:----rxw0AmRwnWq4hbSpx4ZdNFcQHalCipjJ0ZFUBzgp/mg6zuDgn2bwM44/0Ixuk8znM97EFEovNb6494iLsoJjCcwzjH61ajUV8sPNJVGMTWGH2DJqdhMAstEi5lquEucUGBH5AIQqeh4MDFisDEWhQxArTPcn2A7ibvtIJWwQECzDzBCt7ds6Z0wwAD/dbQPonhneeJrbXyZSWbG4MQtOYdZ5QVTK7O9XPHiALKd9XUTMkFKdvVdFnxgIzaudQzKiF3sRmf3r73MC9hz3laEHP/paOR/tdQzCYrNlaZhpkxhchKYWymG046pb65GTTvkNZuiQ7ilZtVJOoa953Pzz6Y6EHjnV1I8T3vpUfifBRu/kFtYqrqlED3bk0g90CEj64XxPFJiWoccF+UkOpBz9q4DmPZdLpPwC2JMlv3VikiS60ZTpTmZwqUvLC8BoaOBSpRO08u1WoO8rrpsGPoggiPMPKUuu42jzAS3jPC28yZUsrFQcD6MRl6c0BBkgEjDYSkx9H4Aj+4X3pYswlwpkuXudAh/ZH5BZuIoINBRsBwgzP+PGvFFFkKOeo3HmGJ2XEY8Anoq+8l9vMwBbc2PRu69f4ZYChHeJjI7+5dRIU1H8f0lwj41VxzD7GLpYxYFW12j4kCLH7Zp1ayfbFRklXmjoSEjvULSRzpkzMV0H4/4=----ATTACHMENT:----MjY2NTc3NDQyNDc0Mjk3MiAyOTQ5MzE1NDM0MzE2MzEgNzA3NjQ3MjM4ODUzODg1OQ==