|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradmcevoy.http.http11.auth.ExpiredNonceRemover
public class ExpiredNonceRemover
Periodically checks a map of Nonce's to remove those which have expired. The map should be a reference to the live map in use by a NonceProvider
| Constructor Summary | |
|---|---|
ExpiredNonceRemover(java.util.Map<java.util.UUID,Nonce> nonces,
int nonceValiditySeconds)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpiredNonceRemover(java.util.Map<java.util.UUID,Nonce> nonces,
int nonceValiditySeconds)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||