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.eclipse.skalli.view.internal.filter.ConfigFilter.java

public class ConfigFilter implements Filter {

    @Override
    public void destroy() {
    }

From source file fr.xebia.springframework.security.cas.web.TransparentCasAuthenticationFilter.java

/**
 * <p>If <code>CAS_ACTIVE</code> cookie is set to <code>true</code>, triggers an authentication roundtrip to the CAS server.</p>
 * <p>Roundtrip to the CAS server is triggered:
 * <ul>
 * <li>when user not authenticated (including {@link AnonymousAuthenticationToken})
 * or authenticated in a remember-me mode {@link RememberMeAuthenticationToken}</li>

From source file net.gplatform.sudoor.server.security.model.filter.CustomizeRequestFilter.java

/**
 * Unregister in spring to disable this filter.
 * @author xufucheng
 *
 */
//@Component

From source file com.github.diluka.dynamic.web.staticizer.filter.DynamicWebStaticizerFilter.java

/**
 * ???
 * <p>
 * ???html?????
 *
 * @author Diluka

From source file org.alfresco.web.scripts.servlet.X509ServletFilterBase.java

/**
 *
 *  The X509ServletFilterBase enforces X509 Authentication.
 *
 *  Optional Init Param:
 *  <b>cert-contains</b> : Ensure that the principal subject of the cert contains a specific string.

From source file org.josso.agent.http.SecurityContextExporterFilter.java

/**
 * JOSSO Servlet Filter for exposing the security context as propagated by the agent.
 *
 * @author <a href="mailto:gbrigand@josso.org">Gianluca Brigandi</a>
 */
public class SecurityContextExporterFilter implements Filter {

From source file org.osaf.cosmo.acegisecurity.providers.wsse.WsseTokenProcessingFilter.java

/**
 * Servlet filter that populates the
 * {@link org.springframework.security.ContextHolder} with a
 * {@link WsseAuthenticationToken} if needed.
 */
public class WsseTokenProcessingFilter implements Filter {

From source file org.nanoframework.web.server.filter.ConnectFilter.java

/**
 *  <br>
 * web.xml??context.properties{ context.security.filter }
 * { context.suffix.filter }?????
 * ?2http<br>
 * 

From source file org.osaf.cosmo.acegisecurity.providers.ticket.ExtraTicketProcessingFilter.java

/**
 * Servlet filter that examines request for additional
 * ticket keys to include in the security context.
 */
public class ExtraTicketProcessingFilter implements Filter {
    private static final Log log = LogFactory.getLog(ExtraTicketProcessingFilter.class);

From source file org.moneta.MonetaPerformanceFilter.java

/**
 * Monitors performance for 
 * @author D. Ashmore
 *
 */
public class MonetaPerformanceFilter implements Filter {