Class ClassSecurityValidator.SystemPropertiesPredicate

java.lang.Object
org.apache.avro.util.ClassSecurityValidator.SystemPropertiesPredicate
All Implemented Interfaces:
ClassSecurityValidator.ClassSecurityPredicate
Enclosing class:
ClassSecurityValidator

public static class ClassSecurityValidator.SystemPropertiesPredicate extends Object implements ClassSecurityValidator.ClassSecurityPredicate
  • Field Details

    • SERIALIZABLE_CLASSES

      public static final Set<String> SERIALIZABLE_CLASSES
      The set of trusted classes specified by the system property "org.apache.avro.SERIALIZABLE_CLASSES". Empty by default.
    • SERIALIZABLE_PACKAGES

      public static final NavigableSet<String> SERIALIZABLE_PACKAGES
      The set of trusted packages specified by the system property "org.apache.avro.SERIALIZABLE_PACKAGES". Empty by default.
  • Method Details