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

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

Introduction

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

Usage

From source file nanshen.service.impl.SpringSecureChannelProcessor.java

/**
 * ??SSL termination proxy??
 * <pre>
 *                 https                 http
 * Web browser -------------> Nginx -------------> Application server
 * </pre>

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

public class ProxySecureChannelProcessor extends SecureChannelProcessor {

    @Override
    public void decide(FilterInvocation invocation, Collection<ConfigAttribute> config)
            throws IOException, ServletException {
        Assert.isTrue((invocation != null) && (config != null), "Nulls cannot be provided");

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

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

    private String headerName;

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

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

    protected String headerName;