net.sf.jasperreports.engine.util
Interface ProtectionDomainFactory

All Known Implementing Classes:
SingleProtectionDomainFactory

public interface ProtectionDomainFactory

ProtectionDomain factory that is used by JRClassLoader to create per-instance protection domains.

Version:
$Id: ProtectionDomainFactory.java 1886 2007-10-08 16:07:46Z lucianc $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 java.security.ProtectionDomain getProtectionDomain(java.lang.ClassLoader classloader)
          Return a protection domain to be used for a specific classloader.
 

Method Detail

getProtectionDomain

java.security.ProtectionDomain getProtectionDomain(java.lang.ClassLoader classloader)
Return a protection domain to be used for a specific classloader.

Parameters:
classloader - the classloader
Returns:
the protection domain to be used by the classloader


© 2001-2006 JasperSoft Corporation www.jaspersoft.com