| Interface | Description |
|---|---|
| PrivilegedAction<T> |
A computation to be performed with privileges enabled.
|
| PrivilegedExceptionAction<T> |
A computation to be performed with privileges enabled, that throws one or
more checked exceptions.
|
| Class | Description |
|---|---|
| AccessControlContext | |
| AccessController |
The AccessController class is used for access control operations
and decisions.
|
| Exception | Description |
|---|---|
| PrivilegedActionException |
This exception is thrown by
doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception. |
Copyright © 2025 API Design. All Rights Reserved.