Class WebSudoInterceptor
- java.lang.Object
-
- com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
-
- com.atlassian.confluence.security.websudo.WebSudoInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
@Deprecated(forRemoval=true) public class WebSudoInterceptor extends AbstractAwareInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, replaced bycom.atlassian.confluence.impl.webapp.security.WebSudoEnforcer.Checks for WebSudo authentication details on incoming requests- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSudoInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringintercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
destroy, getParameter, getUser, hasParameter, init
-
-
-
-
Method Detail
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Specified by:
interceptin classAbstractAwareInterceptor- Throws:
Exception
-
-