Java org.springframework.security.web.authentication UsernamePasswordAuthenticationFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication UsernamePasswordAuthenticationFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication UsernamePasswordAuthenticationFilter.

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

voidafterPropertiesSet()
voidsetAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
voidsetAuthenticationManager(AuthenticationManager authenticationManager)
voidsetAuthenticationSuccessHandler(AuthenticationSuccessHandler successHandler)
Sets the strategy used to handle a successful authentication.
voidsetFilterProcessesUrl(String filterProcessesUrl)
Sets the URL that determines if authentication is required
voidsetPasswordParameter(String passwordParameter)
Sets the parameter name which will be used to obtain the password from the login request..
voidsetPostOnly(boolean postOnly)
Defines whether only HTTP POST requests will be allowed by this filter.
voidsetRememberMeServices(RememberMeServices rememberMeServices)
voidsetUsernameParameter(String usernameParameter)
Sets the parameter name which will be used to obtain the username from the login request.