Example usage for org.springframework.security.web.authentication Http403ForbiddenEntryPoint subclass-usage

List of usage examples for org.springframework.security.web.authentication Http403ForbiddenEntryPoint subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication Http403ForbiddenEntryPoint subclass-usage.

Usage

From source file org.springframework.flex.security3.FlexAuthenticationEntryPoint.java

/**
 * An {@link AuthenticationEntryPoint} implementation to be used in conjunction with an authentication 
 * process that is completely driven by a Flex client, i.e. by presenting a Flex-based login UI and using 
 * the client-side ChannelSet API to commence authentication.  
 * 
 * <p>Mostly this class exists to satisfy the requirements of Spring Security, where it requires an