Uses of Class
java.security.PrivilegedActionException
Packages that use PrivilegedActionException
Package
Description
Provides the classes and interfaces for the security framework.
This package provides a framework for authentication and
authorization.
-
Uses of PrivilegedActionException in java.security
Methods in java.security that throw PrivilegedActionExceptionModifier and TypeMethodDescriptionstatic <T> T
AccessController.doPrivileged
(PrivilegedExceptionAction<T> action) Deprecated, for removal: This API element is subject to removal in a future version.Performs the specified action.static <T> T
AccessController.doPrivileged
(PrivilegedExceptionAction<T> action, AccessControlContext context) Deprecated, for removal: This API element is subject to removal in a future version.Performs the specified action.static <T> T
AccessController.doPrivileged
(PrivilegedExceptionAction<T> action, AccessControlContext context, Permission... perms) Deprecated, for removal: This API element is subject to removal in a future version.Performs the specified action.static <T> T
AccessController.doPrivilegedWithCombiner
(PrivilegedExceptionAction<T> action) Deprecated, for removal: This API element is subject to removal in a future version.Performs the specified action.static <T> T
AccessController.doPrivilegedWithCombiner
(PrivilegedExceptionAction<T> action, AccessControlContext context, Permission... perms) Deprecated, for removal: This API element is subject to removal in a future version.Performs the specified action. -
Uses of PrivilegedActionException in javax.security.auth
Methods in javax.security.auth that throw PrivilegedActionExceptionModifier and TypeMethodDescriptionstatic <T> T
Subject.doAs
(Subject subject, PrivilegedExceptionAction<T> action) Deprecated, for removal: This API element is subject to removal in a future version.static <T> T
Subject.doAsPrivileged
(Subject subject, PrivilegedExceptionAction<T> action, AccessControlContext acc) Deprecated, for removal: This API element is subject to removal in a future version.This method originally performed the specifiedPrivilegedExceptionAction
with privileges enabled and restricted by the specifiedAccessControlContext
.
PrivilegedExceptionAction
with privileges enabled.