Class DelegatingSecurityExecuteAndWaitInterceptor

java.lang.Object
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.Interceptor, Serializable

public class DelegatingSecurityExecuteAndWaitInterceptor extends org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
An ExecuteAndWaitInterceptor that passes down the security context
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor

    delay, delaySleepInterval, executeAfterValidationPass, KEY, WAIT

    Fields inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor

    excludeMethods, includeMethods
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.struts2.interceptor.BackgroundProcess
    getNewBackgroundProcess(String name, com.opensymphony.xwork2.ActionInvocation actionInvocation, int threadPriority)
     

    Methods inherited from class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor

    doIntercept, getBackgroundProcessName, performInitialDelay, setContainer, setDelay, setDelaySleepInterval, setExecuteAfterValidationPass, setThreadPriority

    Methods inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor

    applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods

    Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor

    destroy, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DelegatingSecurityExecuteAndWaitInterceptor

      public DelegatingSecurityExecuteAndWaitInterceptor()
  • Method Details

    • getNewBackgroundProcess

      protected org.apache.struts2.interceptor.BackgroundProcess getNewBackgroundProcess(String name, com.opensymphony.xwork2.ActionInvocation actionInvocation, int threadPriority)
      Overrides:
      getNewBackgroundProcess in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor