Apache CXF API

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


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