Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: chromeos/login/auth/authpolicy_login_helper.h

Issue 2835473002: Chromad: Allow offline login. (Closed)
Patch Set: Add TryAuthenticateUser call Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/login/auth/authpolicy_login_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/authpolicy_login_helper.h
diff --git a/chromeos/login/auth/authpolicy_login_helper.h b/chromeos/login/auth/authpolicy_login_helper.h
index 1472c664676403ebfab6386bb55a21bdd60e449b..d04778328a84578cf67a2f2bed1fc3c72285cd0d 100644
--- a/chromeos/login/auth/authpolicy_login_helper.h
+++ b/chromeos/login/auth/authpolicy_login_helper.h
@@ -35,9 +35,16 @@ class CHROMEOS_EXPORT AuthPolicyLoginHelper {
// See AuthPolicyClient::AuthenticateUser.
void AuthenticateUser(const std::string& username,
+ const std::string& object_guid,
const std::string& password,
AuthCallback callback);
+ // Trying to get kerberos TGT. To get a result of this call one should use
+ // GetStatusCall afterwards. (see crbug.com/710452).
+ void TryAuthenticateUser(const std::string& username,
+ const std::string& object_guid,
+ const std::string& password);
+
// Cancel pending requests and restarts AuthPolicy service.
void CancelRequestsAndRestart();
« no previous file with comments | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/login/auth/authpolicy_login_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698