Class WebworkSecurityInterceptorProxy
java.lang.Object
com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptorProxy
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
,org.apache.struts2.interceptor.Interceptor
public class WebworkSecurityInterceptorProxy
extends Object
implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
init()
intercept
(com.opensymphony.xwork2.ActionInvocation invocation) void
setBambooWebSudoManager
(BambooWebSudoManager bambooWebSudoManager) void
setWebworkSecurityInterceptor
(WebworkSecurityInterceptor webworkSecurityInterceptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
intercept
-
Constructor Details
-
WebworkSecurityInterceptorProxy
public WebworkSecurityInterceptorProxy()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.apache.struts2.interceptor.Interceptor
-
init
public void init()- Specified by:
init
in interfaceorg.apache.struts2.interceptor.Interceptor
-
intercept
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-
setBambooWebSudoManager
-
setWebworkSecurityInterceptor
-