KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > Policy > Top Examples

  • 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.security.jacc.SecurityService
    The SecurityService installs a java.security.Policy implementation that handles the JACC permission checks. The Policy provider can be done using the standard javax.security.jacc.policy.provider system property, or by setting the PolicyName attribute to an mbean which supports a Policy attribute of ...
  • org.apache.geronimo.security.jacc.GeronimoPolicy
    @version $Rev: 155312 $ $Date: 2005-02-25 00:32:12 -0800 (Fri, 25 Feb 2005) $
  • org.objectweb.jonas_lib.security.AbsPermissionManager
    Defines an abstract PermissionManager class which will manage JACC permissions for an ejbjar, webapp, etc. @author Florent Benoit
  • org.apache.avalon.phoenix.components.classloader.DefaultClassLoaderManager
    Component that creates and manages the {@link ClassLoader} for an application loaded out of a <tt>.sar</tt> deployment. <p>Currently it creates a policy based on the policy declaration in the configuration. It then just creates a URLClassLoader and populates it with the specifie ...
  • org.jboss.security.jacc.JBossPolicyConfigurationFactory
    org.jboss.security.provider @author Scott.Stark@jboss.org @version $Revision: 1.2 $
  • org.objectweb.jonas.ear.EarServiceImpl
    JOnAS EAR Service Implementation class. This class provides an implementation of the ear service. @author Florent Benoit @author Ludovic Bert Contributor(s): Adriana Danes: highlight configuration properties Eric Hardesty: added ability to include rar files in an ear Michel-Ange Anton : new JSR77 ...
Popular Tags