com.createsend.util
Class AuthenticationDetails

java.lang.Object
  extended by com.createsend.util.AuthenticationDetails
Direct Known Subclasses:
ApiKeyAuthenticationDetails, OAuthAuthenticationDetails

public abstract class AuthenticationDetails
extends java.lang.Object

Abstract class to represent the authentication details to use for authenticating with the Campaign Monitor API.


Constructor Summary
AuthenticationDetails()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationDetails

public AuthenticationDetails()