List of usage examples for javax.servlet Filter interface-usage
From source file org.infoscoop.api.filter.ApiLogFilter.java
public class ApiLogFilter implements Filter { private static Log log = LogFactory.getLog(ApiLogFilter.class); @Override public void destroy() { }
From source file org.roda.wui.filter.InternalApiAuthFilter.java
/** * Internal authentication filter for API requests. */ public class InternalApiAuthFilter implements Filter { /** Logger. */ private static final Logger LOGGER = LoggerFactory.getLogger(InternalApiAuthFilter.class);
From source file org.midonet.api.auth.LoginFilter.java
/** * Servlet Filter to authenticate a user with username and password */ @Singleton public class LoginFilter implements Filter {
From source file com.intuit.tank.util.RestSecurityFilter.java
public class RestSecurityFilter implements Filter { private static final org.apache.log4j.Logger LOG = org.apache.log4j.Logger.getLogger(RestSecurityFilter.class); private TankConfig config;
From source file com.janrain.servlet.IPRangeFilter.java
/** * @author Tom Raney */ public class IPRangeFilter implements Filter { Pattern[] whiteListProxies;
From source file com.navercorp.pinpoint.web.servlet.RewriteForV2Filter.java
/** * @author Taejin Koo */ public class RewriteForV2Filter implements Filter { private static final Log logger = LogFactory.getLog(RewriteForV2Filter.class);
From source file examples.jsf.util.RequestDumpFilter.java
/** * @author manhole (ARK Systems Co., Ltd.) */ public final class RequestDumpFilter implements Filter { private static final Log log = LogFactory.getLog(RequestDumpFilter.class);
From source file org.jasig.cas.util.AbstractConfigurationFilter.java
/**
* Abstracts out the ability to configure the filters from the initial properties provided.
*
* @author Scott Battaglia
* @version $Revision$ $Date$
* @since 3.1
From source file marytts.http.filters.MaryCorsFilter.java
/** * Filter to allow CORS working (pasted from https://spring.io/guides/gs/rest-service-cors/) * */ @Component public class MaryCorsFilter implements Filter {
From source file org.zht.framework.filter.jcaptcha.JCaptchaFilter.java
public class JCaptchaFilter implements Filter { //web.xml??? public static final String PARAM_CAPTCHA_PARAMTER_NAME = "captchaParamterName"; public static final String PARAM_CAPTCHA_SERVICE_ID = "captchaServiceId"; public static final String PARAM_FILTER_PROCESSES_URL = "filterProcessesUrl";