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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

BasicAuthenticationFilter(AuthenticationManager authenticationManager, AuthenticationEntryPoint authenticationEntryPoint)
Creates an instance which will authenticate against the supplied AuthenticationManager and use the supplied AuthenticationEntryPoint to handle authentication failures.
BasicAuthenticationFilter(AuthenticationManager authenticationManager)
Creates an instance which will authenticate against the supplied AuthenticationManager and which will ignore failed authentication attempts, allowing the request to proceed down the filter chain.

Method

voidafterPropertiesSet()
ClassgetClass()
Returns the runtime class of this Object .