|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.security.ProxyTypePermission
public class ProxyTypePermission
Permission for any array type.
| Field Summary | |
|---|---|
static TypePermission |
PROXIES
|
| Constructor Summary | |
|---|---|
ProxyTypePermission()
|
|
| 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 PROXIES
| Constructor Detail |
|---|
public ProxyTypePermission()
| 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 | |||||||||