Package com.thoughtworks.xstream.security

Interface Summary
TypePermission Definition of a type permission.
 

Class Summary
AnyTypePermission Permission for any type and null.
ArrayTypePermission Permission for any array type.
ExplicitTypePermission Explicit permission for a type with a name matching one in the provided list.
InterfaceTypePermission Permission for any interface type.
NoPermission Wrapper to negate another type permission.
NoTypePermission No permission for any type.
NullPermission Permission for null or XStream's null replacement type.
PrimitiveTypePermission Permission for any primitive type and its boxed counterpart (incl.
ProxyTypePermission Permission for any array type.
RegExpTypePermission Permission for any type with a name matching one of the provided regular expressions.
TypeHierarchyPermission Permission for a type hierarchy with a name matching one in the provided list.
WildcardTypePermission Permission for any type with a name matching one of the provided wildcard expressions.
 

Exception Summary
ForbiddenClassException Exception thrown for a forbidden class.
 



Copyright © 2005-2016. All Rights Reserved.