JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
java.security.AccessControlException
Packages that use
AccessControlException
Package
Description
java.security
Provides the classes and interfaces for the security framework.
Uses of
AccessControlException
in
java.security
Methods in
java.security
that throw
AccessControlException
Modifier and Type
Method
Description
void
AccessControlContext.
checkPermission
(
Permission
perm)
Checks if the permission
perm
is allowed in this context.
static void
AccessController.
checkPermission
(
Permission
perm)
Checks whether the running program is allowed to access the resource being guarded by the given Permission argument.