Apache CXF API

org.apache.cxf.rs.security.oauth2.tokens.hawk
Interface NonceVerifier

All Known Implementing Classes:
NonceVerifierImpl

public interface NonceVerifier


Method Summary
 void verifyNonce(String tokenKey, String clientNonce, String clientTimestamp)
           
 

Method Detail

verifyNonce

void verifyNonce(String tokenKey,
                 String clientNonce,
                 String clientTimestamp)
                 throws OAuthServiceException
Throws:
OAuthServiceException

Apache CXF API

Apache CXF