|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.security.TypeHierarchyPermission
public class TypeHierarchyPermission
Permission for a type hierarchy with a name matching one in the provided list.
| Constructor Summary | |
|---|---|
TypeHierarchyPermission(java.lang.Class type)
|
|
| 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 |
| Constructor Detail |
|---|
public TypeHierarchyPermission(java.lang.Class type)
| 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 type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||