Example usage for org.springframework.security.web.access.channel InsecureChannelProcessor subclass-usage

List of usage examples for org.springframework.security.web.access.channel InsecureChannelProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.access.channel InsecureChannelProcessor subclass-usage.

Usage

From source file org.wallride.support.ProxyInsecureChannelProcessor.java

public class ProxyInsecureChannelProcessor extends InsecureChannelProcessor {

    @Override
    public void decide(FilterInvocation invocation, Collection<ConfigAttribute> config)
            throws IOException, ServletException {
        if ((invocation == null) || (config == null)) {

From source file org.codehaus.groovy.grails.plugins.springsecurity.HeaderCheckInsecureChannelProcessor.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class HeaderCheckInsecureChannelProcessor extends InsecureChannelProcessor {

    private String headerName;

From source file grails.plugin.springsecurity.web.access.channel.HeaderCheckInsecureChannelProcessor.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class HeaderCheckInsecureChannelProcessor extends InsecureChannelProcessor {

    protected String headerName;