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 to
UsernamePasswordAuthenticationToken
that can be authenticated.Used by theExceptionTranslationFilter
to commence authentication via theBasicAuthenticationFilter
.Processes a HTTP request's BASIC authorization headers, putting the result into theSecurityContextHolder
.Used by theSecurityEnforcementFilter
to 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.