public interface NonceStore
Modifier and Type | Method and Description |
---|---|
boolean |
hasNonce(String nonce)
Checks whether the store contains the provided nonce.
|
void |
putNonce(String nonce)
Put the given nonce in the store.
|
Copyright © 2016 JBoss, by Red Hat. All rights reserved.