Uses of Interface
com.thoughtworks.xstream.security.TypePermission

Packages that use TypePermission
com.thoughtworks.xstream   
com.thoughtworks.xstream.mapper   
com.thoughtworks.xstream.security   
 

Uses of TypePermission in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type TypePermission
 void XStream.addPermission(TypePermission permission)
          Add a new security permission.
 

Uses of TypePermission in com.thoughtworks.xstream.mapper
 

Methods in com.thoughtworks.xstream.mapper with parameters of type TypePermission
 void SecurityMapper.addPermission(TypePermission permission)
          Add a new permission.
 

Constructors in com.thoughtworks.xstream.mapper with parameters of type TypePermission
SecurityMapper(com.thoughtworks.xstream.mapper.Mapper wrapped, TypePermission[] permissions)
          Construct a SecurityMapper.
 

Uses of TypePermission in com.thoughtworks.xstream.security
 

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

Fields in com.thoughtworks.xstream.security declared as TypePermission
static TypePermission AnyTypePermission.ANY
           
static TypePermission ArrayTypePermission.ARRAYS
           
static TypePermission InterfaceTypePermission.INTERFACES
           
static TypePermission NoTypePermission.NONE
           
static TypePermission NullPermission.NULL
           
static TypePermission PrimitiveTypePermission.PRIMITIVES
           
static TypePermission ProxyTypePermission.PROXIES
           
 

Constructors in com.thoughtworks.xstream.security with parameters of type TypePermission
NoPermission(TypePermission permission)
          Construct a NoPermission.
 



Copyright © 2005-2016. All Rights Reserved.