Interface ClassLoadingAwareObjectInputStream.TrustedClassFilter

  • All Known Implementing Classes:
    AmqpSerializedObjectDelegate
    Enclosing class:
    ClassLoadingAwareObjectInputStream

    public static interface ClassLoadingAwareObjectInputStream.TrustedClassFilter
    Security Filter used to filter classes that the application deems to be insecure, this filter is not applied to the class instances for the primitive types, and array types are narrowed to the component type of the array before being passed into this filter.
    • Method Detail

      • isTrusted

        boolean isTrusted​(Class<?> clazz)