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

Example usage for Java org.springframework.security.web.authentication.www DigestAuthenticationFilter 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 DigestAuthenticationFilter.

The text is from its open source code.

Subclass

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

Constructor

Method

voidafterPropertiesSet()
DigestAuthenticationEntryPointgetAuthenticationEntryPoint()
UserCachegetUserCache()
UserDetailsServicegetUserDetailsService()
voidsetAuthenticationEntryPoint(DigestAuthenticationEntryPoint authenticationEntryPoint)
voidsetCreateAuthenticatedToken(boolean createAuthenticatedToken)
If you set this property, the Authentication object, which is created after the successful digest authentication will be marked as authenticated and filled with the authorities loaded by the UserDetailsService.
voidsetPasswordAlreadyEncoded(boolean passwordAlreadyEncoded)
voidsetUserCache(UserCache userCache)
voidsetUserDetailsService(UserDetailsService userDetailsService)