spring-security-web

Deprecated API


Contents
Deprecated Classes
org.springframework.security.web.authentication.AbstractProcessingFilter
          Use AbstractAuthenticationProcessingFilter instead. 
org.springframework.security.web.authentication.AuthenticationProcessingFilter
          Use UsernamePasswordAuthenticationFilter instead. 
org.springframework.security.web.authentication.AuthenticationProcessingFilterEntryPoint
          Use LoginUrlAuthenticationEntryPoint instead. 
org.springframework.security.web.context.HttpSessionContextIntegrationFilter
          Use SecurityContextPersistenceFilter instead. 
org.springframework.security.web.authentication.preauth.PreAuthenticatedProcessingFilterEntryPoint
          Use Http403ForbiddenEntryPoint instead. 
 

Deprecated Fields
org.springframework.security.web.access.AccessDeniedHandlerImpl.SPRING_SECURITY_ACCESS_DENIED_EXCEPTION_KEY
          Use the value in WebAttributes directly. 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY
          Use the value in WebAttributes directly. 
org.springframework.security.web.savedrequest.DefaultSavedRequest.SPRING_SECURITY_SAVED_REQUEST_KEY
          Use the value in WebAttributes directly. 
 

Deprecated Methods
org.springframework.security.web.context.HttpSessionSecurityContextRepository.setCloneFromHttpSession(boolean)
          Override the loadContext method and copy the created context instead. 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.setObjectDefinitionSource(FilterInvocationSecurityMetadataSource)
          use setSecurityMetadataSource instead 
org.springframework.security.web.context.HttpSessionSecurityContextRepository.setSecurityContextClass(Class)
           
 


spring-security-web