Apache CXF API

org.apache.cxf.rs.security.oauth2.tokens.hawk
Class NonceVerifierImpl

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
All Implemented Interfaces:
NonceVerifier

public class NonceVerifierImpl
extends Object
implements NonceVerifier


Constructor Summary
NonceVerifierImpl()
           
 
Method Summary
 void setAllowedWindow(long allowedWindow)
           
 void setNonceStore(NonceStore nonceStore)
           
 void verifyNonce(String tokenKey, String clientNonceString, String clientTimestampString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonceVerifierImpl

public NonceVerifierImpl()
Method Detail

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 API

Apache CXF