Class SingleProtectionDomainFactory

java.lang.Object
net.sf.jasperreports.engine.util.SingleProtectionDomainFactory
All Implemented Interfaces:
ProtectionDomainFactory

public class SingleProtectionDomainFactory extends Object implements ProtectionDomainFactory
Implementation of ProtectionDomainFactory that wraps a single protection domain.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • SingleProtectionDomainFactory

      public SingleProtectionDomainFactory(ProtectionDomain protectionDomain)
      Create a factory.
      Parameters:
      protectionDomain - the protection domain which will be returned for all classloaders
  • Method Details