Package org.kie.utll.xml
Class AnyAnnotationTypePermission
- java.lang.Object
-
- org.kie.utll.xml.AnyAnnotationTypePermission
-
- All Implemented Interfaces:
com.thoughtworks.xstream.security.TypePermission
public class AnyAnnotationTypePermission extends java.lang.Object implements com.thoughtworks.xstream.security.TypePermissionPermission for any type which is annotated with an XStream annotation. This presumes that because the class has an XStream annotation, it was designed with XStream in mind, and therefore it is not vulnerable. Jackson and JAXB follow this philosophy too.
-
-
Constructor Summary
Constructors Constructor Description AnyAnnotationTypePermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallows(java.lang.Class type)
-