Class ConfluenceLicenseInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class ConfluenceLicenseInterceptor
    extends Object
    implements com.opensymphony.xwork2.interceptor.Interceptor
    Validates whether the license is not expired and the user count does not exceed the license setting.
    Since:
    5.10
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfluenceLicenseInterceptor

        public ConfluenceLicenseInterceptor()
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
      • init

        public void init()
        Specified by:
        init in interface com.opensymphony.xwork2.interceptor.Interceptor
      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation actionInvocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Throws:
        Exception