Class SignatureAuthMethod

java.lang.Object
com.vonage.client.auth.AbstractAuthMethod
com.vonage.client.auth.SignatureAuthMethod
All Implemented Interfaces:
AuthMethod, java.lang.Comparable<AuthMethod>

public class SignatureAuthMethod
extends AbstractAuthMethod
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int SORT_KEY  
  • Constructor Summary

    Constructors 
    Constructor Description
    SignatureAuthMethod​(java.lang.String apiKey, java.lang.String secret)  
  • Method Summary

    Modifier and Type Method Description
    org.apache.http.client.methods.RequestBuilder apply​(org.apache.http.client.methods.RequestBuilder request)  
    int getSortKey()  

    Methods inherited from class com.vonage.client.auth.AbstractAuthMethod

    applyAsBasicAuth, applyAsJsonProperties, compareTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait