summaryrefslogtreecommitdiff
path: root/src/mongo/db/restapi.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-08-29 15:02:40 -0400
committerSpencer T Brody <spencer@10gen.com>2013-08-29 16:54:23 -0400
commit578bafdbee5f2a98948ad675d433e4c96cb64284 (patch)
tree4e61f16d6f1105beec1b4dc635dafb83db4d6463 /src/mongo/db/restapi.h
parent9436f8fe392cbd1bb3920fb627ec614853dfcb10 (diff)
downloadmongo-578bafdbee5f2a98948ad675d433e4c96cb64284.tar.gz
SERVER-9518 Change webserver to use acquireUser to get user's password hash, rather than a direct call to getPrivilegeDocument
Diffstat (limited to 'src/mongo/db/restapi.h')
-rw-r--r--src/mongo/db/restapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.h b/src/mongo/db/restapi.h
index 43eceb93c3c..a8c24c80b8a 100644
--- a/src/mongo/db/restapi.h
+++ b/src/mongo/db/restapi.h
@@ -32,7 +32,6 @@ namespace mongo {
virtual ~RestAdminAccess() { }
virtual bool haveAdminUsers() const;
- virtual BSONObj getAdminUser(const UserName& username) const;
};
} // namespace mongo