summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_key.h
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-20 21:04:56 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-21 14:58:15 -0400
commitab2cd3816b4a7e8608896d2ccb4f35ee235326f8 (patch)
treea6578bab7ec9ba5d75464d12863b80faa72897b0 /src/mongo/db/auth/security_key.h
parenta1a355671eb9edbc36673616e1590fcd4c24d7ef (diff)
downloadmongo-ab2cd3816b4a7e8608896d2ccb4f35ee235326f8.tar.gz
SERVER-15706 Refactor internal user authentication
Diffstat (limited to 'src/mongo/db/auth/security_key.h')
-rw-r--r--src/mongo/db/auth/security_key.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mongo/db/auth/security_key.h b/src/mongo/db/auth/security_key.h
index 298a5cf0906..ce54ec8c1e4 100644
--- a/src/mongo/db/auth/security_key.h
+++ b/src/mongo/db/auth/security_key.h
@@ -34,24 +34,6 @@
namespace mongo {
/**
- * @return true if internal authentication parameters has been set up
- */
- extern bool isInternalAuthSet();
-
- /**
- * This method initializes the internalSecurity object with authentication
- * credentials to be used by authenticateInternalUser.
- */
- extern void setInternalUserAuthParams(const BSONObj& authParamsIn);
-
- /**
- * This method authenticates to another cluster member using appropriate
- * authentication data
- * @return true if the authentication was succesful
- */
- extern bool authenticateInternalUser(DBClientWithCommands* conn);
-
- /**
* This method checks the validity of filename as a security key, hashes its
* contents, and stores it in the internalSecurity variable. Prints an
* error message to the logs if there's an error.