Example usage for org.springframework.security.web.access.channel ChannelEntryPoint interface-usage

List of usage examples for org.springframework.security.web.access.channel ChannelEntryPoint interface-usage

Introduction

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

Usage

From source file org.springframework.security.web.access.channel.AbstractRetryEntryPoint.java

/**
 * @author Luke Taylor
 */
public abstract class AbstractRetryEntryPoint implements ChannelEntryPoint {
    // ~ Static fields/initializers
    // =====================================================================================