org.springframework.security.web.authentication.preauth
Class PreAuthenticatedProcessingFilterEntryPoint

java.lang.Object
  extended by org.springframework.security.web.authentication.Http403ForbiddenEntryPoint
      extended by org.springframework.security.web.authentication.preauth.PreAuthenticatedProcessingFilterEntryPoint
All Implemented Interfaces:
AuthenticationEntryPoint

Deprecated. Use Http403ForbiddenEntryPoint instead.

public class PreAuthenticatedProcessingFilterEntryPoint
extends Http403ForbiddenEntryPoint

Renamed class, retained for backwards compatibility.

See Http403ForbiddenEntryPoint.

Version:
$Id$
Author:
Luke Taylor

Constructor Summary
PreAuthenticatedProcessingFilterEntryPoint()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.security.web.authentication.Http403ForbiddenEntryPoint
commence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAuthenticatedProcessingFilterEntryPoint

public PreAuthenticatedProcessingFilterEntryPoint()
Deprecated. 


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.