username = $username; $this->password = $password; } public function getUsername() { return $this->username; } public function getPassword() { return $this->password; } public function getAuthenticationType() { return HttpAuthenticationInterface::AUTHENTICATION_TYPE_BASIC; } }