| Interface | Description |
|---|---|
| AccessManager |
The AccessManager provides application security role functions.
|
| Class | Description |
|---|---|
| AccessManagerFactory |
This class is a factory providing access to a stateless thread-safe AccessManager instance.
|
| Exception | Description |
|---|---|
| AccessException |
AccessException is thrown by AccessManager.checkAccess when the subject does not have access.
|
| DelegationException |
DelegationException is thrown by AccessManager.runAs when there is an error setting the thread identity from the runAs role.
|