Class DeployXmlPermission

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Guard

    public class DeployXmlPermission
    extends java.security.BasicPermission
    Grant this permission to a docBase to permit the web application to use any META-INF/context.xml that might be present with in the application when deployXML has been disabled at the Host level. The name of the permission should be the base name for the web application.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.security.BasicPermission

        equals, getActions, hashCode, implies, newPermissionCollection
      • Methods inherited from class java.security.Permission

        checkGuard, getName, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeployXmlPermission

        public DeployXmlPermission​(java.lang.String name)
      • DeployXmlPermission

        public DeployXmlPermission​(java.lang.String name,
                                   java.lang.String actions)