com.atlassian.bamboo.security.acegi.intercept.web
Class WebworkSecurityInterceptorProxy

java.lang.Object
  extended by com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptorProxy
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class WebworkSecurityInterceptorProxy
extends java.lang.Object
implements com.opensymphony.xwork.interceptor.Interceptor

See Also:
Serialized Form

Constructor Summary
WebworkSecurityInterceptorProxy()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation)
           
 void setWebworkSecurityInterceptor(WebworkSecurityInterceptor webworkSecurityInterceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebworkSecurityInterceptorProxy

public WebworkSecurityInterceptorProxy()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

intercept

public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
java.lang.Exception

setWebworkSecurityInterceptor

public void setWebworkSecurityInterceptor(WebworkSecurityInterceptor webworkSecurityInterceptor)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.