List of usage examples for javax.servlet Filter interface-usage
From source file filter.ConexaoHibernateFilter.java
public class ConexaoHibernateFilter implements Filter { private String page = "loginEntrar.xhtml"; private String paginaLogin = "/Diagnosticus_action/faces/loginEntrar.xhtml"; private String paginaPrimeiroAcesso = "/Diagnosticus_action/faces/loginPrimeiroAcesso.xhtml"; private String paginaRecuperarSenha = "/Diagnosticus_action/faces/loginRecuperarSenha.xhtml";
From source file de.highbyte_le.weberknecht.security.filters.LoginPageForwardFilter.java
/** * forward to login page, if user is not authenticated. */ @SuppressWarnings("nls") public class LoginPageForwardFilter implements Filter { @Override
From source file co.agileventure.jwtauth.web.filter.AuthFilter.java
public class AuthFilter implements Filter { private static final String AUTH_ERROR_MSG = "Please make sure your request has an Authorization header", EXPIRE_ERROR_MSG = "Token has expired", JWT_ERROR_MSG = "Unable to parse JWT", JWT_INVALID_MSG = "Invalid JWT token";
From source file org.dockhouse.web.filter.StaticResourcesProductionFilter.java
/**
* This filter is used in production, to serve static resources generated by "grunt build".
* <p/>
* <p>
* It is configured to serve resources from the "dist" directory, which is the Grunt
* destination directory.
From source file org.openmrs.module.web.filter.ModuleFilter.java
/** * This filter provides a mechanism for modules to plug-in their own custom filters. It is started * automatically, and will iterate through all filters that have been added through Modules. */ public class ModuleFilter implements Filter {
From source file edu.wisc.my.stats.web.filter.RelativeDateQueryFilter.java
/** * @author Eric Dalquist <a href="mailto:eric.dalquist@doit.wisc.edu">eric.dalquist@doit.wisc.edu</a> * @version $Revision: 1.1 $ */ public class RelativeDateQueryFilter implements Filter { private Set<String> dateParameters;
From source file org.dspace.solr.filters.LocalHostRestrictionFilter.java
public class LocalHostRestrictionFilter implements Filter { private static Log log = LogFactory.getLog(LocalHostRestrictionFilter.class); private boolean enabled = true;
From source file org.telosystools.saas.web.filter.StaticResourcesProductionFilter.java
/**
* This filter is used in production, to serve static resources generated by "grunt build".
* <p/>
* <p>
* It is configured to serve resources from the "dist" directory, which is the Grunt
* destination directory.
From source file things.view.rest.SimpleCorsFilter.java
/**
* Project: things-to-build
* <p>
* Written by: Markus Binsteiner
* Date: 20/04/14
* Time: 8:14 PM
From source file org.yestech.lib.io.FileSystemFileDownloadFilter.java
/**
* A simple Filter that will download a file from the file system. It currently doesnt try to be smart about setting the
* http content type it does set the content length.
* <br/>
* Init parameters
* <ul>