|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.SingleProtectionDomainFactory
public class SingleProtectionDomainFactory
Implementation of ProtectionDomainFactory that
wraps a single protection domain.
| Constructor Summary | |
|---|---|
SingleProtectionDomainFactory(java.security.ProtectionDomain protectionDomain)
Create a factory. |
|
| Method Summary | |
|---|---|
java.security.ProtectionDomain |
getProtectionDomain(java.lang.ClassLoader classloader)
Returns the wrapped protection domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleProtectionDomainFactory(java.security.ProtectionDomain protectionDomain)
protectionDomain - the protection domain which will be returned for all classloaders| Method Detail |
|---|
public java.security.ProtectionDomain getProtectionDomain(java.lang.ClassLoader classloader)
getProtectionDomain in interface ProtectionDomainFactoryclassloader - the classloader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||