Package org.apache.catalina.security
Class DeployXmlPermission
- java.lang.Object
- 
- java.security.Permission
- 
- java.security.BasicPermission
- 
- org.apache.catalina.security.DeployXmlPermission
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.security.Guard
 
 public class DeployXmlPermission extends java.security.BasicPermissionGrant this permission to a docBase to permit the web application to use anyMETA-INF/context.xmlthat might be present with in the application whendeployXMLhas been disabled at the Host level. The name of the permission should be the base name for the web application.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DeployXmlPermission(java.lang.String name)DeployXmlPermission(java.lang.String name, java.lang.String actions)
 
-