java.lang.Object
org.apache.catalina.core.ApplicationDispatcher.PrivilegedInclude
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction
- Enclosing class:
- ApplicationDispatcher
- protected class ApplicationDispatcher.PrivilegedInclude
- extends java.lang.Object
- implements java.security.PrivilegedExceptionAction
|
Method Summary |
java.lang.Object |
run()
This method performs an operation that requires higher privileges to
successfully complete. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
private javax.servlet.ServletRequest request
response
private javax.servlet.ServletResponse response
ApplicationDispatcher.PrivilegedInclude
ApplicationDispatcher.PrivilegedInclude(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
run
public java.lang.Object run()
throws javax.servlet.ServletException,
java.io.IOException
- Description copied from interface:
java.security.PrivilegedExceptionAction
- This method performs an operation that requires higher privileges to
successfully complete. It is called when a section of code invokes
AccessController.doPrivileged().
- Specified by:
run in interface java.security.PrivilegedExceptionAction