public interface ProtectionDomainFactory
ProtectionDomain factory that is used by
JRClassLoader to create per-instance protection domains.| Modifier and Type | Method and Description |
|---|---|
ProtectionDomain |
getProtectionDomain(ClassLoader classloader)
Return a protection domain to be used for a specific classloader.
|
ProtectionDomain getProtectionDomain(ClassLoader classloader)
classloader - the classloaderCopyright © 2017. All rights reserved.