__construct() __construct(\Horde_Auth_Base $auth) Constructor. Parameters \Horde_Auth_Base $auth An authentication object.
validateUserPass() validateUserPass(string $username, string $password) : boolean Validates a username and password This method should return true or false depending on if login succeeded. Parameters string $username string $password Returns boolean