org.apache.cxf.rs.security.oauth2.tokens.hawk
Class NonceVerifierImpl
java.lang.Object
org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
- All Implemented Interfaces:
- NonceVerifier
public class NonceVerifierImpl
- extends Object
- implements NonceVerifier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonceVerifierImpl
public NonceVerifierImpl()
verifyNonce
public void verifyNonce(String tokenKey,
String clientNonceString,
String clientTimestampString)
throws OAuthServiceException
- Specified by:
verifyNonce
in interface NonceVerifier
- Throws:
OAuthServiceException
setAllowedWindow
public void setAllowedWindow(long allowedWindow)
setNonceStore
public void setNonceStore(NonceStore nonceStore)
Apache CXF