java.lang.Object
org.apache.catalina.core.ApplicationDispatcher.PrivilegedForward
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction
- Enclosing class:
- ApplicationDispatcher
- protected class ApplicationDispatcher.PrivilegedForward
- 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.PrivilegedForward
ApplicationDispatcher.PrivilegedForward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
run
public java.lang.Object run()
throws java.lang.Exception
- 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