Package com.bradmcevoy.http.http11.auth

Interface Summary
NonceProvider Provides a source of nonce values to be used in Digest authentication, and a means to validate nonce values.
 

Class Summary
BasicAuthHandler  
DigestAuthenticationHandler  
DigestGenerator  
DigestHelper  
DigestResponse This class encapsulates all of the information from a client as a response to a Digest authentication request.
ExpiredNonceRemover Periodically checks a map of Nonce's to remove those which have expired.
Nonce Represents a Nonce which has been issued and is stored in memory
PreAuthenticationFilter A filter to perform authentication before resource location.
SecurityManagerBasicAuthHandler  
SecurityManagerDigestAuthenticationHandler  
SimpleMemoryNonceProvider A very simple nonce provide that users a map to store issued nonces.
 

Enum Summary
NonceProvider.NonceValidity  
 



Copyright © 2011. All Rights Reserved.