public class NonceVerifierImpl extends Object implements NonceVerifier
| Constructor and Description | 
|---|
NonceVerifierImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setAllowedWindow(long allowedWindow)  | 
void | 
setNonceStore(NonceStore nonceStore)  | 
void | 
verifyNonce(String tokenKey,
           String clientNonceString,
           String clientTimestampString)  | 
public void verifyNonce(String tokenKey, String clientNonceString, String clientTimestampString) throws OAuthServiceException
verifyNonce in interface NonceVerifierOAuthServiceExceptionpublic void setAllowedWindow(long allowedWindow)
public void setNonceStore(NonceStore nonceStore)
Apache CXF