Spring Security Framework

Package org.springframework.security.ui.digestauth

Authenticates HTTP Digest authentication requests.

See:
          Description

Class Summary
DigestProcessingFilter Processes a HTTP request's Digest authorization headers, putting the result into the SecurityContextHolder.
DigestProcessingFilterEntryPoint Used by the SecurityEnforcementFilter to commence authentication via the DigestProcessingFilter.
 

Exception Summary
NonceExpiredException Thrown if an authentication request is rejected because the digest nonce has expired.
 

Package org.springframework.security.ui.digestauth Description

Authenticates HTTP Digest authentication requests.


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.