Package org.springframework.security.web.authentication.www
WWW-Authenticate based authentication mechanism implementations: Basic and Digest
authentication.
-
Class Summary Class Description BasicAuthenticationConverter Converts from a HttpServletRequest toUsernamePasswordAuthenticationToken
that can be authenticated.BasicAuthenticationEntryPoint Used by theExceptionTranslationFilter
to commence authentication via theBasicAuthenticationFilter
.BasicAuthenticationFilter Processes a HTTP request's BASIC authorization headers, putting the result into theSecurityContextHolder
.DigestAuthenticationEntryPoint Used by theSecurityEnforcementFilter
to commence authentication via theDigestAuthenticationFilter
.DigestAuthenticationFilter Processes a HTTP request's Digest authorization headers, putting the result into theSecurityContextHolder
. -
Exception Summary Exception Description NonceExpiredException Thrown if an authentication request is rejected because the digest nonce has expired.