Class NonceVerifierImpl
java.lang.Object
org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
- All Implemented Interfaces:
NonceVerifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowedWindow(long allowedWindow) voidsetNonceStore(NonceStore nonceStore) voidverifyNonce(String tokenKey, String clientNonceString, String clientTimestampString)
-
Constructor Details
-
NonceVerifierImpl
public NonceVerifierImpl()
-
-
Method Details
-
verifyNonce
public void verifyNonce(String tokenKey, String clientNonceString, String clientTimestampString) throws OAuthServiceException - Specified by:
verifyNoncein interfaceNonceVerifier- Throws:
OAuthServiceException
-
setAllowedWindow
public void setAllowedWindow(long allowedWindow) -
setNonceStore
-