Package org.pkl.core

Interface SecurityManager


public interface SecurityManager
Enforces a security model during evaluation.

Use SecurityManagers to obtain or construct an instance of this type.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkImportModule(URI importingModule, URI importedModule)
    Checks if the given importing module may import the given imported module.
    void
    Checks if the given resource may be read.
    void
    Checks if the given module may be resolved.
    void
    Checks if the given resource may be resolved.