class PlaintextPasswordEncoder extends
interface EncoderFactoryInterface EncoderFactoryInterface to support different encoders for different
string encodePassword(string $raw, string $salt) Encodes the raw password. It doesn't
string encodePassword(UserInterface
string encodePassword(string $raw, string $salt) Encodes the raw password.
class UserPasswordEncoder implements
bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against
bool isPasswordValid(UserInterface
Page 1 of 3