Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.ui.digestauth: Javadoc index of package org.acegisecurity.ui.digestauth.


Package Samples:

org.acegisecurity.ui.digestauth

Classes:

DigestProcessingFilter: Processes a HTTP request's Digest authorization headers, putting the result into the SecurityContextHolder . For a detailed background on what this filter is designed to process, refer to RFC 2617 (which superseded RFC 2069, although this filter support clients that implement either RFC 2617 or RFC 2069). This filter can be used to provide Digest authentication services to both remoting protocol clients (such as Hessian and SOAP) as well as standard user agents (such as Internet Explorer and FireFox). This Digest implementation has been designed to avoid needing to store session state between invocations. ...
DigestProcessingFilterEntryPoint: Used by the SecurityEnforcementFilter to commence authentication via the DigestProcessingFilter . The nonce sent back to the user agent will be valid for the period indicated by setNonceValiditySeconds(int) 55 . By default this is 300 seconds. Shorter times should be used if replay attacks are a major concern. Larger values can be used if performance is a greater concern. This class correctly presents the stale=true header when the nonce has expierd, so properly implemented user agents will automatically renegotiate with a new nonce value (ie without presenting a new password dialog box to the ...
NonceExpiredException: Thrown if an authentication request is rejected because the digest nonce has expired.

Home | Contact Us | Privacy Policy | Terms of Service