public interface NonceStore
Modifier and Type | Method and Description |
---|---|
NonceHistory |
getNonceHistory(String tokenKey) |
void |
initNonceHistory(String tokenKey,
Nonce nonce,
long requestTimeDelta) |
NonceHistory getNonceHistory(String tokenKey)
Apache CXF