summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authorization_manager.h')
-rw-r--r--src/mongo/db/auth/authorization_manager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/auth/authorization_manager.h b/src/mongo/db/auth/authorization_manager.h
index 1dcd8208b0f..0c92156d70f 100644
--- a/src/mongo/db/auth/authorization_manager.h
+++ b/src/mongo/db/auth/authorization_manager.h
@@ -306,9 +306,8 @@ public:
/**
* Validate the ID associated with a known user while refreshing session cache.
*/
- virtual StatusWith<UserHandle> acquireUserForSessionRefresh(OperationContext* opCtx,
- const UserName& userName,
- const User::UserId& uid) = 0;
+ virtual StatusWith<UserHandle> reacquireUser(OperationContext* opCtx,
+ const UserHandle& user) = 0;
/**
* Marks the given user as invalid and removes it from the user cache.