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