Class InterfaceTypePermission

java.lang.Object
com.thoughtworks.xstream.security.InterfaceTypePermission
All Implemented Interfaces:
TypePermission

public class InterfaceTypePermission extends Object implements TypePermission
Permission for any interface type.
Since:
1.4.7
  • Field Details

    • INTERFACES

      public static final TypePermission INTERFACES
      Since:
      1.4.7
  • Constructor Details

    • InterfaceTypePermission

      public InterfaceTypePermission()
  • Method Details

    • allows

      public boolean allows(Class type)
      Description copied from interface: TypePermission
      Check permission for a provided type.
      Specified by:
      allows in interface TypePermission
      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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object