Searched refs:GetPassword (Results 1 – 3 of 3) sorted by relevance
49 const char* GetPassword() const in GetPassword() function in AuthenticationServer::Authentication396 && password->SetTo(authentication->GetPassword())); in _GetAuthentication()
35 const char* GetPassword() const;
137 User::GetPassword() const in GetPassword() function in User408 error = AddUser(tmpUser.GetName(), tmpUser.GetPassword()); in SecurityContext()724 if (user->GetPassword()) { in AuthenticateUser()725 if (!password || strcmp(user->GetPassword(), password) != 0) in AuthenticateUser()