Class AllowedAuxiliaryPathChecker

java.lang.Object
org.graylog2.lookup.AllowedAuxiliaryPathChecker

@Singleton public class AllowedAuxiliaryPathChecker extends Object
  • Constructor Details

    • AllowedAuxiliaryPathChecker

      @Inject public AllowedAuxiliaryPathChecker(@Named("allowed_auxiliary_paths") SortedSet<Path> allowedPaths)
  • Method Details

    • fileIsInAllowedPath

      public boolean fileIsInAllowedPath(Path path)
    • resolveRealPath

      public static Path resolveRealPath(Path path)