org.springframework.security.web.authentication
Class AuthenticationProcessingFilterEntryPoint

java.lang.Object
  extended by org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
      extended by org.springframework.security.web.authentication.AuthenticationProcessingFilterEntryPoint
All Implemented Interfaces:
InitializingBean, AuthenticationEntryPoint

Deprecated. Use LoginUrlAuthenticationEntryPoint instead.

public class AuthenticationProcessingFilterEntryPoint
extends LoginUrlAuthenticationEntryPoint

Renamed class, retained for backwards compatibility.

See LoginUrlAuthenticationEntryPoint.

Version:
$Id$
Author:
Luke Taylor

Constructor Summary
AuthenticationProcessingFilterEntryPoint()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
afterPropertiesSet, buildHttpsRedirectUrlForRequest, buildRedirectUrlToLoginPage, commence, determineUrlToUseForThisRequest, getLoginFormUrl, getPortMapper, getPortResolver, isForceHttps, isUseForward, setForceHttps, setLoginFormUrl, setPortMapper, setPortResolver, setUseForward
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationProcessingFilterEntryPoint

public AuthenticationProcessingFilterEntryPoint()
Deprecated. 


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