Class DelegatingSecurityExecuteAndWaitInterceptor
java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
com.opensymphony.xwork2.interceptor.AbstractInterceptor
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
com.atlassian.bamboo.ww2.interceptors.DelegatingSecurityExecuteAndWaitInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.ConditionalInterceptor,com.opensymphony.xwork2.interceptor.Interceptor,Serializable,org.apache.struts2.interceptor.ConditionalInterceptor,org.apache.struts2.interceptor.Interceptor
public class DelegatingSecurityExecuteAndWaitInterceptor
extends org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
An
ExecuteAndWaitInterceptor that passes down the security context- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.ConditionalInterceptor
com.opensymphony.xwork2.interceptor.ConditionalInterceptor.LegacyAdapter -
Field Summary
Fields inherited from class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
delay, delaySleepInterval, executeAfterValidationPass, KEY, WAITFields inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
excludeMethods, includeMethods -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.struts2.interceptor.exec.BackgroundProcessgetNewBackgroundProcess(String name, com.opensymphony.xwork2.ActionInvocation actionInvocation, int threadPriority) Methods inherited from class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
destroy, doIntercept, getBackgroundProcessName, init, performInitialDelay, setContainer, setDelay, setDelaySleepInterval, setExecuteAfterValidationPass, setExecutorProvider, setThreadPriorityMethods inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethodsMethods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
intercept, shouldIntercept, shouldInterceptMethods inherited from class org.apache.struts2.interceptor.AbstractInterceptor
setDisabled
-
Constructor Details
-
DelegatingSecurityExecuteAndWaitInterceptor
public DelegatingSecurityExecuteAndWaitInterceptor()
-
-
Method Details
-
getNewBackgroundProcess
protected org.apache.struts2.interceptor.exec.BackgroundProcess getNewBackgroundProcess(String name, com.opensymphony.xwork2.ActionInvocation actionInvocation, int threadPriority) - Overrides:
getNewBackgroundProcessin classorg.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-