org.eclipse.osgi.framework.internal.core.BundlePermissions A heterogeneous collection of permissions for a bundle. Maps a Permission's class to an appropriate PermissionCollection. Class => PermissionCollection TODO How dynamic is this? Set to an AllPermissionCollection if this Permissions contains AllPermission. Used to load classes for unresolv ...
org.jboss.security.jacc.DelegatingPolicy A JAAC Policy provider implementation that delegates any non-JACC permissions to the java.security.Policy either passed in to the ctor, or the pre existing Policy.getPolicy value. @author Scott.Stark@jboss.org @version $Revision: 1.5.4.7 $
org.jboss.mx.loading.UnifiedClassLoader A ClassLoader which loads classes from a single URL in conjunction with the {@link LoaderRepository}. Notice that this classloader does not work independently of the repository. A repository reference must be provided via the constructor or the classloader must be explicitly registered to the repo ...
org.jboss.security.jacc.ContextPolicy The permissions for a JACC context id. This implementation is based on the 3.2.x model of associating the declarative roles with the Subject of the authenticated caller. This allows the 3.2.x login modules to be used as the source of the authentication and authorization information. @author Scott. ...
org.apache.jasper.compiler.JspRuntimeContext Class for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used. A background thread periodically checks the files a JSP page is dependent upon. If a dpendent file changes the JSP page which included it is recompiled. Only used if a web a ...