Package org.apache.qpid.jms.util
Interface ClassLoadingAwareObjectInputStream.TrustedClassFilter
-
- All Known Implementing Classes:
AmqpSerializedObjectDelegate
- Enclosing class:
- ClassLoadingAwareObjectInputStream
public static interface ClassLoadingAwareObjectInputStream.TrustedClassFilterSecurity 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTrusted(java.lang.Class<?> clazz)
-