summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_types.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/action_types.txt')
-rw-r--r--src/mongo/db/auth/action_types.txt89
1 files changed, 89 insertions, 0 deletions
diff --git a/src/mongo/db/auth/action_types.txt b/src/mongo/db/auth/action_types.txt
new file mode 100644
index 00000000000..9c8c5be4b46
--- /dev/null
+++ b/src/mongo/db/auth/action_types.txt
@@ -0,0 +1,89 @@
+# -*- python-mode -*-
+
+# List describing the ActionTypes that should be created.
+# Please note that the order of the elements is not guaranteed to be the same across versions.
+# This means that the integer value assigned to each ActionType and used internally in ActionSet
+# also may change between versions.
+["addShard",
+"applyOps",
+"captrunc",
+"clean",
+"closeAllDatabases",
+"collMod",
+"collStats",
+"compact",
+"connPoolStats",
+"connPoolSync",
+"convertToCapped",
+"cpuProfiler",
+"createCollection",
+"cursorInfo",
+"dbHash",
+"dbStats",
+"diagLogging",
+"dropCollection",
+"dropDatabase",
+"dropIndexes",
+"emptycapped",
+"enableSharding",
+"ensureIndex",
+"find",
+"flushRouterConfig",
+"fsync",
+"getCmdLineOpts",
+"getLog",
+"getParameter",
+"getShardMap",
+"getShardVersion",
+"handshake",
+"hostInfo",
+"insert",
+"listDatabases",
+"listShards",
+"logRotate",
+"moveChunk",
+"movePrimary",
+"netstat",
+"profile",
+"reIndex",
+"remove",
+"removeShard",
+"renameCollection",
+"repairDatabase",
+"replSetElect",
+"replSetFreeze",
+"replSetFresh",
+"replSetGetRBID",
+"replSetGetStatus",
+"replSetHeartbeat",
+"replSetInitiate",
+"replSetMaintenance",
+"replSetReconfig",
+"replSetStepDown",
+"replSetSyncFrom",
+"resync",
+"setParameter",
+"setShardVersion",
+"shardCollection",
+"shardingState",
+"shutdown",
+"split",
+"splitChunk",
+"splitVector",
+"top",
+"touch",
+"unsetSharding",
+"update",
+"userAdmin",
+"validate",
+"writebacklisten",
+"writeBacksQueued",
+"_migrateClone",
+"_recvChunkAbort",
+"_recvChunkCommit",
+"_recvChunkStart",
+"_recvChunkStatus",
+"_transferMods",
+"oldRead", # Temporary. For easing AuthorizationManager integration
+"oldWrite"] # Temporary. For easing AuthorizationManager integration
+