Class 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 by com.atlassian.confluence.impl.webapp.security.WebSudoEnforcer.
    Checks for WebSudo authentication details on incoming requests
    See Also:
    Serialized Form
    • Constructor Detail

      • WebSudoInterceptor

        public WebSudoInterceptor()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • 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:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Specified by:
        intercept in class AbstractAwareInterceptor
        Throws:
        Exception