Package org.eclipse.jetty.policy

Class Summary
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 Summary
PolicyException  
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.