Example usage for Java java.security AccessControlContext fields, constructors, methods, implement or subclass
The text is from its open source code.
AccessControlContext(ProtectionDomain[] context) Create an AccessControlContext with the given array of ProtectionDomains. |
void | checkPermission(Permission perm) Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object. |