You are here:
Set Apex Class Access from Permission Sets
You can specify which methods in a top-level Apex class are executable for a permission set.
Required Editions
| Available in: Salesforce Classic and Lightning Experience |
| Available in: Performance, Unlimited, Developer, Enterprise, and Database.com Editions |
| User Permissions Needed | |
|---|---|
| To edit Apex class access settings: | Manage Profiles and Permission Sets |
These settings only apply to Apex class methods, such as Web service
methods, or any method used in a custom Visualforce controller or
controller extension applied to a Visualforce page. Triggers always
fire on trigger events (such as insert or update), regardless of permission settings.
- From Setup, enter Permission Sets in the Quick Find box, then select Permission Sets.
- Select a permission set.
- Click Apex Class Access.
- Click Edit.
- Select the Apex classes that you want to enable from the Available Apex Classes list and click Add, or select the Apex classes that you want to disable from the Enabled Apex Classes list and click Remove.
- Click Save.
Did this article solve your issue?
Let us know so we can improve!

