com.atlassian.bamboo.filter
Class LicenseFilter

java.lang.Object
  extended by AbstractFilter
      extended by com.atlassian.bamboo.filter.LicenseFilter

public class LicenseFilter
extends AbstractFilter

A Filter to check if the license is valid. Redirect to an update license page if it is not. \


Constructor Summary
LicenseFilter()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 BambooLicenseManager getBambooLicenseManager()
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseFilter

public LicenseFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Throws:
IOException
ServletException

getBambooLicenseManager

public BambooLicenseManager getBambooLicenseManager()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.