| Class | Description |
|---|---|
| JettyPolicy |
Policy implementation that will load a set of policy files and manage the mapping of permissions and protection domains
Features of JettyPolicy are:
- we are able to follow the startup mechanic that jetty uses with jetty-start using OPTIONS=policy,default to be able to startup a security manager and policy implementation without have to rely on the existing JVM cli options
- support for specifying multiple policy files to source permissions from
- support for merging protection domains across multiple policy files for the same codesource
- support for directories of policy files, just specify directory and all *.policy files will be loaded.
|
| JettyPolicyConfigurator | |
| PolicyBlock | |
| PolicyContext | |
| PolicyMonitor |
PolicyMonitor watches a directory for files ending in the *.policy extension,
loads them and detects when they change.
|
| Exception | Description |
|---|---|
| PolicyException |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.