Class WebworkSecurityInterceptorProxy
- java.lang.Object
-
- com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptorProxy
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class WebworkSecurityInterceptorProxy extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebworkSecurityInterceptorProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
void
setWebworkSecurityInterceptor(WebworkSecurityInterceptor webworkSecurityInterceptor)
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
init
public void init()
- Specified by:
init
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-
setWebworkSecurityInterceptor
public void setWebworkSecurityInterceptor(WebworkSecurityInterceptor webworkSecurityInterceptor)
-
-