Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
BasicPermission is an abstract class that serves as a base for implementing permissions in security code, extending the Permission class and implementing Serializable.
It is legacy security code and should not be used.
This class provides constructors for creating permissions with a name and optional actions, along with methods for retrieving actions and checking permission implications.
Most of its subclasses like NetPermission, PropertyPermission, ReflectPermission, etc., are legacy and are not recommended for use.
The only recommended subclass to use is LinkPermission.
[[["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."],[],[]]