[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The `AccessController` class, marked as legacy and discouraged for use, provides methods for security checks and privileged actions. Key actions include `checkPermission`, which verifies if a permission is granted, and `doPrivileged`, which executes an action with specific privileges. `doPrivileged` calls `action.run()`. There are several versions that take `PrivilegedAction` or `PrivilegedExceptionAction`, optionally with an `AccessControlContext`. Also included are `doPrivilegedWithCombiner` and `getContext`, which retrieves the current `AccessControlContext`.\n"]]