From the Java specification ,
Permission is the process of checking symbolic links from [some class] to other classes and interfaces, loading other classes and interfaces that are mentioned and verifying that the links are correct.
In other words, figuring out what other classes the code snippet belongs to, and whether these classes are compatible with the usage being used, etc.
source
share