List of usage examples for javax.servlet Filter interface-usage
From source file nl.b3p.web.geotools.GeoToolsFilter.java
/**
* Sets GeoTools logging to use Log4J, cleans up thread locals after each request,
* shuts down GeoTools when webapp is undeployed, according to
* https://www.mail-archive.com/geotools-devel@lists.sourceforge.net/msg21933.html
*
* @author Matthijs Laan
From source file com.iflytek.edu.cloud.frame.web.filter.HttpRequestRateLimiterFilter.java
/**
* ??Http ?300
*
* Create on @2013-8-19 @?7:13:01
* @author libinsong1204@gmail.com
*/
From source file com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.java
/**
* <p>Puts sessionDecorator parameter into the session if it was found in the request parameters list.</p>
*
* @author Yuriy Plakosh
* @version $Id: SessionDecoratorFilter.java 47331 2014-07-18 09:13:06Z kklein $
* @since 5.0.1
From source file org.apache.blur.console.filters.LoggedInFilter.java
public class LoggedInFilter implements Filter { private static final String UNAUTHORIZED = "User is unauthorized (not logged in)"; private static final String FORBIDDEN = "User is forbidden from performing this action"; @Override
From source file net.anthonychaves.bookmarks.web.PersistentLoginFilter.java
@Component public class PersistentLoginFilter implements Filter { @Autowired TokenService tokenService;
From source file org.eclipse.skalli.view.internal.filter.CacheFilter.java
/** * A filter that adds Cache-Control and Expires headers for * static resources, e.g. images, scripts, Vaadin theme artifacts etc. */ public class CacheFilter implements Filter {
From source file org.openmrs.module.hl7query.web.filter.AuthorizationFilter.java
/**
* Filter intended for all /module/hl7query calls that allows the user to authenticate via Basic
* authentication. (It will not fail on invalid or missing credentials. We count on the API to throw
* exceptions if an unauthenticated user tries to do something they are not allowed to do.) <br/>
* <br/>
*/
From source file edu.harvard.hms.dbmi.bd2k.i2b2proxy.filter.SessionFilter.java
/**
* Creates a session filter for ensuring secure access
*
* @author Jeremy R. Easton-Marks
*
*/
From source file edu.harvard.i2b2.fhir.oauth2.ws.PublicClientFilter.java
@WebFilter(urlPatterns = { "/*" }, description = "Session Checker Filter")
public class PublicClientFilter implements Filter {
static Logger logger = LoggerFactory.getLogger(PublicClientFilter.class);
private FilterConfig config = null;
/*
From source file org.alfresco.repo.web.scripts.filter.jive.JiveToolkitRequestFilter.java
/**
* This class is a Servlet Filter that detects whether a request came from Jive or not.
* Important note: this filter must be bound to <b>exactly</b> the same path as the custom
*
*
* @author Peter Monks (pmonks@alfresco.com)