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.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.apache.naming.resources.DirContextURLConnection Connection to a JNDI directory context. <p/> Note: All the object attribute names are the WebDAV names, not the HTTP names, so this class overrides some methods from URLConnection to do the queries using the right names. Content handler is also not used; the content is directly returned. @a ...
org.apache.tools.ant.util.optional.NoExitSecurityManager This is intended as a replacement for the default system manager. The goal is to intercept System.exit calls and make it throw an exception instead so that a System.exit in a task does not fully terminate Ant. @see ExitException
com.untrusted.script.UntrustedScriptHandler This class implements the ScriptHandler interface and represents an example of untrusted code. It creates a number of Java Permissions and checks that access is denied. the tests fail if the Permissions are granted. The only thing that the class should be allowed to make is a connection back to ...