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