org.springframework.security.web.authentication
Class AuthenticationProcessingFilterEntryPoint
java.lang.Object
org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
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
.
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 |
AuthenticationProcessingFilterEntryPoint
public AuthenticationProcessingFilterEntryPoint()
- Deprecated.