Example usage for javax.servlet Filter interface-usage

List of usage examples for javax.servlet Filter interface-usage

Introduction

In this page you can find the example usage for javax.servlet Filter interface-usage.

Usage

From source file org.apache.maven.wagon.tck.http.fixture.ProxyAuthenticationFilter.java

public class ProxyAuthenticationFilter implements Filter {

    private final String username;

    private final String password;

From source file org.osaf.cosmo.filters.UsernameRequestIntegrationFilter.java

/**
 * A filter that puts Cosmo's authentication information into a request
 * attribute. This is primarily to make this information available
 * to the Tomcat AccessLogValve.
 * 
 * @author travis

From source file org.apache.hadoop.hbase.rest.DummyFilter.java

public class DummyFilter implements Filter {
    private Log LOG = LogFactory.getLog(getClass());

    @Override
    public void destroy() {
    }

From source file org.apereo.portal.web.ExceptionLoggingFilter.java

/**
 * Filter that logs exceptions before re-throwing. Used to make sure that all portal related exceptions end up in the portal log
 * 
 * @author Eric Dalquist
 */
public class ExceptionLoggingFilter implements Filter {

From source file SecurityWrappingFilter.java

/**
 * Filter that wraps an HttpServletRequest to override "isUserInRole".
 *
 * @version $Rev: 637430 $ $Date: 2008-03-15 16:38:35 +0100 (Sat, 15 Mar 2008) $
 */
public class SecurityWrappingFilter implements Filter {

From source file inet.common.jsf.request.FileUploadFilter.java

public class FileUploadFilter implements Filter {

    private final static Logger logger = Logger.getLogger(FileUploadFilter.class.getName());

    private final static String THRESHOLD_SIZE_PARAM = "thresholdSize";

From source file org.unitedinternet.cosmo.filters.ClientICalendarFilter.java

/**
 * A filter used to initialize the client identifier for
 * the ICalendarClientFilterManager, which is responsible for
 * exporting icalendar tailored to a specific client.
 * 
 * The filter relies on a map of regex expression keys that

From source file eionet.web.filter.ContentNegotiationFilter.java

/**
 * Fitler that checks if the Accept header wants RDF content, the request will be forwarded to RDF output page.
 *
 * @author Juhan Voolaid
 */
public class ContentNegotiationFilter implements Filter {

From source file org.wso2.carbon.ui.filters.CRLFPreventionFilter.java

/**
 * Prevent Injection of Carriage Return (CR) and Line Feed (LF) characters in response headers.
 * The filter wraps the HttpServletResponse and sanitizes response header values for CR and LF.
 */
public class CRLFPreventionFilter implements Filter {
    private static final String CRLF_CONFIG_ENABLED_PROPERTY = "Security.CRLFPreventionConfig.Enabled";

From source file net.ymate.platform.mvc.web.DispatcherFilter.java

/**
 * <p>
 * DispatcherFilter
 * </p>
 * <p>
 * WebMVC?