Class PermissionCheckInterceptor

java.lang.Object
com.atlassian.confluence.security.actions.PermissionCheckInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.Interceptor

public class PermissionCheckInterceptor extends Object implements org.apache.struts2.interceptor.Interceptor
This interceptor checks if an action is allowed in read-only mode or in other normal use cases
See Also:
  • Field Details

  • Constructor Details

    • PermissionCheckInterceptor

      public PermissionCheckInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.struts2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface org.apache.struts2.interceptor.Interceptor
    • intercept

      public String intercept(org.apache.struts2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Throws:
      Exception