Interface ProtectionDomainFactory

    • Method Detail

      • getProtectionDomain

        ProtectionDomain getProtectionDomain​(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