Package net.sf.jasperreports.engine.util
Interface ProtectionDomainFactory
-
- All Known Implementing Classes:
SingleProtectionDomainFactory
public interface ProtectionDomainFactoryProtectionDomainfactory that is used byJRClassLoaderto create per-instance protection domains.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.ProtectionDomaingetProtectionDomain(java.lang.ClassLoader classloader)Return a protection domain to be used for a specific classloader.
-