Class CGLIBProxyTypePermission
java.lang.Object
com.thoughtworks.xstream.security.CGLIBProxyTypePermission
- All Implemented Interfaces:
TypePermission
Permission for any array type.
- Since:
- 1.4.7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROXIES
- Since:
- 1.4.7
-
-
Constructor Details
-
CGLIBProxyTypePermission
public CGLIBProxyTypePermission()
-
-
Method Details
-
allows
Description copied from interface:TypePermission
Check permission for a provided type.- Specified by:
allows
in interfaceTypePermission
- Parameters:
type
- the type to check- Returns:
true
if provided type is allowed,false
if permission does not handle the type
-
hashCode
public int hashCode() -
equals
-