javax.xml.bind
Class JAXBPermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
javax.xml.bind.JAXBPermission
- All Implemented Interfaces:
- Serializable, Guard
public final class JAXBPermission
- extends BasicPermission
This class is for JAXB permissions. A JAXBPermission
contains a name (also referred to as a "target name") but
no actions list; you either have the named permission
or you don't.
The target name is the name of the JAXB permission (see below).
The following table lists all the possible JAXBPermission
target names,
and for each provides a description of what the permission allows
and a discussion of the risks of granting code the permission.
- Since:
- JAXB 2.2
- Author:
- Joe Fialli
- See Also:
BasicPermission
,
Permission
,
Permissions
,
PermissionCollection
,
SecurityManager
,
Serialized Form
Constructor Summary |
JAXBPermission(String name)
Creates a new JAXBPermission with the specified name. |
JAXBPermission
public JAXBPermission(String name)
- Creates a new JAXBPermission with the specified name.
- Parameters:
name
- The name of the JAXBPermission. As of 2.2 only "setDatatypeConverter"
is defined.
Comments to: [email protected]
More information at: http://java.sun.com/xml/jaxb
Copyright © 2004 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.