Package org.springframework.security.web.authentication.www
package org.springframework.security.web.authentication.www
WWW-Authenticate based authentication mechanism implementations: Basic and Digest
 authentication.
- 
ClassDescriptionConverts from a HttpServletRequest toUsernamePasswordAuthenticationTokenthat can be authenticated.Used by theExceptionTranslationFilterto commence authentication via theBasicAuthenticationFilter.Processes a HTTP request's BASIC authorization headers, putting the result into theSecurityContextHolder.Used by theSecurityEnforcementFilterto commence authentication via theDigestAuthenticationFilter.Processes a HTTP request's Digest authorization headers, putting the result into theSecurityContextHolder.Thrown if an authentication request is rejected because the digest nonce has expired.