Uses of Class
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter

Packages that use UsernamePasswordAuthenticationFilter
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.ui Authentication user-interface rendering code. 
 

Uses of UsernamePasswordAuthenticationFilter in org.springframework.security.web.authentication
 

Subclasses of UsernamePasswordAuthenticationFilter in org.springframework.security.web.authentication
 class AuthenticationProcessingFilter
          Deprecated. Use UsernamePasswordAuthenticationFilter instead.
 

Uses of UsernamePasswordAuthenticationFilter in org.springframework.security.web.authentication.ui
 

Constructors in org.springframework.security.web.authentication.ui with parameters of type UsernamePasswordAuthenticationFilter
DefaultLoginPageGeneratingFilter(UsernamePasswordAuthenticationFilter authFilter, AbstractAuthenticationProcessingFilter openIDFilter)
           
 



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