Uses of Class
com.bradmcevoy.http.http11.auth.Nonce

Packages that use Nonce
com.bradmcevoy.http.http11.auth   
 

Uses of Nonce in com.bradmcevoy.http.http11.auth
 

Methods in com.bradmcevoy.http.http11.auth that return Nonce
 Nonce SimpleMemoryNonceProvider.createNonceObject(Resource resource, Request request)
           
 Nonce Nonce.increaseNonceCount(long newNonceCount)
           
 

Constructor parameters in com.bradmcevoy.http.http11.auth with type arguments of type Nonce
ExpiredNonceRemover(java.util.Map<java.util.UUID,Nonce> nonces, int nonceValiditySeconds)
           
SimpleMemoryNonceProvider(int nonceValiditySeconds, ExpiredNonceRemover remover, java.util.Map<java.util.UUID,Nonce> nonces)
           
SimpleMemoryNonceProvider(int nonceValiditySeconds, java.util.Map<java.util.UUID,Nonce> nonces)
           
 



Copyright © 2011. All Rights Reserved.