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.


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.