com.thoughtworks.xstream.security
Class WildcardTypePermission

java.lang.Object
  extended by com.thoughtworks.xstream.security.RegExpTypePermission
      extended by com.thoughtworks.xstream.security.WildcardTypePermission
All Implemented Interfaces:
TypePermission

public class WildcardTypePermission
extends RegExpTypePermission

Permission for any type with a name matching one of the provided wildcard expressions.

Supported are patterns with path expressions using dot as separator:

The complete range of UTF-8 characters is supported except control characters.

Since:
1.4.7
Author:
Jörg Schaible

Constructor Summary
WildcardTypePermission(java.lang.String[] patterns)
           
 
Method Summary
 
Methods inherited from class com.thoughtworks.xstream.security.RegExpTypePermission
allows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardTypePermission

public WildcardTypePermission(java.lang.String[] patterns)
Since:
1.4.7


Copyright © 2005-2016. All Rights Reserved.