private class JdbcNonceVerifier.GenericNonceVerifier extends AbstractNonceVerifier
_dateFormat, _maxAgeSeconds
INVALID_TIMESTAMP, OK, SEEN, TOO_OLD
Constructor and Description |
---|
GenericNonceVerifier(int maxAge) |
Modifier and Type | Method and Description |
---|---|
private void |
cleanupAged() |
protected int |
seen(java.util.Date now,
java.lang.String opUrl,
java.lang.String nonce)
Implementation of the abstract nonce verifier.
|
getMaxAge, isTooOld, seen, setMaxAge
protected int seen(java.util.Date now, java.lang.String opUrl, java.lang.String nonce)
seen
in class AbstractNonceVerifier
now
- opUrl
- nonce
- private void cleanupAged()
Copyright 2006-2008 Sxip Identity Corporation