Class ContainerBase.PrivilegedAddChild

java.lang.Object
org.apache.catalina.core.ContainerBase.PrivilegedAddChild
All Implemented Interfaces:
PrivilegedAction<Void>
Enclosing class:
ContainerBase

protected class ContainerBase.PrivilegedAddChild extends Object implements PrivilegedAction<Void>
Perform addChild with the permissions of this class. addChild can be called with the XML parser on the stack, this allows the XML parser to have fewer privileges than Tomcat.