Home
last modified time | relevance | path

Searched refs:checkAuthorizedToRevokePrivileges (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Duser_management_commands.h72 Status checkAuthorizedToRevokePrivileges(AuthorizationSession* authzSession,
H A Duser_management_commands_common.cpp103 Status checkAuthorizedToRevokePrivileges(AuthorizationSession* authzSession, in checkAuthorizedToRevokePrivileges() function
460 return checkAuthorizedToRevokePrivileges(authzSession, privileges); in checkAuthForRevokePrivilegesFromRoleCommand()