Class ConfluenceLicenseInterceptor

java.lang.Object
com.atlassian.confluence.core.ConfluenceLicenseInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.Interceptor

public class ConfluenceLicenseInterceptor extends Object implements org.apache.struts2.interceptor.Interceptor
Validates whether the license is not expired and the user count does not exceed the license setting.
Since:
5.10
See Also:
  • Constructor Details

    • ConfluenceLicenseInterceptor

      public ConfluenceLicenseInterceptor()
  • 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