Package com.atlassian.confluence.core
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfluenceLicenseInterceptor
public ConfluenceLicenseInterceptor()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.apache.struts2.interceptor.Interceptor
-
init
public void init()- Specified by:
init
in interfaceorg.apache.struts2.interceptor.Interceptor
-
intercept
- Specified by:
intercept
in interfaceorg.apache.struts2.interceptor.Interceptor
- Throws:
Exception
-