Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get sandbox permissions from a SecuritySubject of the current SecurityContext.
  2. Create AccessControlContext with IgniteDomainCombiner that constructed using permissions from step 1.
  3. Call AccessController.doPrivileged with passed a user-defined code and AccessControlContext from step 2.

IgniteDomainCombiner is responsible for updating the Protection Domains with permissions of the current SecuritySubject.

...