|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.security.ArrayTypePermission
public class ArrayTypePermission
Permission for any array type.
| Field Summary | |
|---|---|
static TypePermission |
ARRAYS
|
| Constructor Summary | |
|---|---|
ArrayTypePermission()
|
|
| Method Summary | |
|---|---|
boolean |
allows(java.lang.Class type)
Check permission for a provided type. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TypePermission ARRAYS
| Constructor Detail |
|---|
public ArrayTypePermission()
| Method Detail |
|---|
public boolean allows(java.lang.Class type)
TypePermission
allows in interface TypePermissiontype - the type to check
true if provided type is allowed, false if permission does not handle the typepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||